ints

更新时间:
2024-01-09
下载文档

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中断次数
文档内容是否对您有所帮助?
有帮助
没帮助