ints
查看系统中断向量表信息。
格式
ints [cpuid start] [cpuid end]
说明
[root@sylixos:/root]# help ints
show system interrupt vecter information.
ints [cpuid start] [cpuid end]
[root@sylixos:/root]#
- 无参数:表示显示所有CPU的中断向量表信息。
- 参数 cupid start:表示显示cpuid 大于等于 cupidstart 上的中断向量表信息。
- 参数 cupid start cupid end:表示显示cpuid 大于等于 cupidstart 且小于等于 cpuidend 上的中断向量表信息。
样例
[root@shell:/root]# ints
interrupt vector show >>
IRQ NAME ENTRY CLEAR ENABLE RND PREEMPT PRIO CPU 0
---- -------------- -------- -------- ------ --- ------- ---- -------------
4 dm9000_isr 30001c58 0 true 0 94
14 tick_timer 30000514 0 true 0 131796
15 uart2_isr 30004d14 0 false 0 0
17 dma0_isr 30000e44 0 true 0 0
18 dma1_isr 30000e44 0 true 0 0
19 dma2_isr 30000e44 0 true 0 0
20 dma3_isr 30000e44 0 true 0 0
23 uart1_isr 30004d14 0 false 0 0
27 i2c_isr 30001208 0 false 0 0
28 uart0_isr 30004d14 0 true 0 3174
31 touchscr 300048a8 0 true 0 0
interrupt nesting show >>
CPU MAX NESTING IPI
----- ----------- -------------
0 1 0
字段说明:
字段 | 说明 |
---|---|
IRQ | 中断号 |
NAME | 中断名 |
ENTRY | 中断地址 |
CLEAR | 中断清理 |
ENABLE RND PREEMPT | 是否使能 |
PRIO | 优先级 |
CPU0 | 中断次数 |