File tree Expand file tree Collapse file tree 2 files changed +64
-0
lines changed
translations/zh_CN/arch/loongarch Expand file tree Collapse file tree 2 files changed +64
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,38 @@ to CPUINTC directly::
85
85
| Devices |
86
86
+---------+
87
87
88
+ Advanced Extended IRQ model
89
+ ===========================
90
+
91
+ In this model, IPI (Inter-Processor Interrupt) and CPU Local Timer interrupt go
92
+ to CPUINTC directly, CPU UARTS interrupts go to LIOINTC, PCH-MSI interrupts go
93
+ to AVECINTC, and then go to CPUINTC directly, while all other devices interrupts
94
+ go to PCH-PIC/PCH-LPC and gathered by EIOINTC, and then go to CPUINTC directly::
95
+
96
+ +-----+ +-----------------------+ +-------+
97
+ | IPI | --> | CPUINTC | <-- | Timer |
98
+ +-----+ +-----------------------+ +-------+
99
+ ^ ^ ^
100
+ | | |
101
+ +---------+ +----------+ +---------+ +-------+
102
+ | EIOINTC | | AVECINTC | | LIOINTC | <-- | UARTs |
103
+ +---------+ +----------+ +---------+ +-------+
104
+ ^ ^
105
+ | |
106
+ +---------+ +---------+
107
+ | PCH-PIC | | PCH-MSI |
108
+ +---------+ +---------+
109
+ ^ ^ ^
110
+ | | |
111
+ +---------+ +---------+ +---------+
112
+ | Devices | | PCH-LPC | | Devices |
113
+ +---------+ +---------+ +---------+
114
+ ^
115
+ |
116
+ +---------+
117
+ | Devices |
118
+ +---------+
119
+
88
120
ACPI-related definitions
89
121
========================
90
122
Original file line number Diff line number Diff line change @@ -87,6 +87,38 @@ PCH-LPC/PCH-MSI,然后被EIOINTC统一收集,再直接到达CPUINTC::
87
87
| Devices |
88
88
+---------+
89
89
90
+ 高级扩展IRQ模型
91
+ ===============
92
+
93
+ 在这种模型里面,IPI(Inter-Processor Interrupt)和CPU本地时钟中断直接发送到CPUINTC,
94
+ CPU串口(UARTs)中断发送到LIOINTC,PCH-MSI中断发送到AVECINTC,而后通过AVECINTC直接
95
+ 送达CPUINTC,而其他所有设备的中断则分别发送到所连接的PCH-PIC/PCH-LPC,然后由EIOINTC
96
+ 统一收集,再直接到达CPUINTC::
97
+
98
+ +-----+ +-----------------------+ +-------+
99
+ | IPI | --> | CPUINTC | <-- | Timer |
100
+ +-----+ +-----------------------+ +-------+
101
+ ^ ^ ^
102
+ | | |
103
+ +---------+ +----------+ +---------+ +-------+
104
+ | EIOINTC | | AVECINTC | | LIOINTC | <-- | UARTs |
105
+ +---------+ +----------+ +---------+ +-------+
106
+ ^ ^
107
+ | |
108
+ +---------+ +---------+
109
+ | PCH-PIC | | PCH-MSI |
110
+ +---------+ +---------+
111
+ ^ ^ ^
112
+ | | |
113
+ +---------+ +---------+ +---------+
114
+ | Devices | | PCH-LPC | | Devices |
115
+ +---------+ +---------+ +---------+
116
+ ^
117
+ |
118
+ +---------+
119
+ | Devices |
120
+ +---------+
121
+
90
122
ACPI相关的定义
91
123
==============
92
124
You can’t perform that action at this time.
0 commit comments