Searched refs:INTR_DISPLAY_INTRSTAT (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/mdb/i86pc/modules/uppc/ |
H A D | uppc.c | 74 'i', MDB_OPT_SETBITS, INTR_DISPLAY_INTRSTAT, &option_flags, in uppc_interrupt_dump() 112 if (option_flags & INTR_DISPLAY_INTRSTAT) in uppc_interrupt_dump() 127 if (option_flags & INTR_DISPLAY_INTRSTAT) in uppc_interrupt_dump()
|
/titanic_50/usr/src/cmd/mdb/i86pc/modules/pcplusmp/ |
H A D | pcplusmp.c | 48 'i', MDB_OPT_SETBITS, INTR_DISPLAY_INTRSTAT, &option_flags, in interrupt_dump_apic() 68 if (option_flags & INTR_DISPLAY_INTRSTAT) in interrupt_dump_apic()
|
/titanic_50/usr/src/cmd/mdb/i86xpv/modules/xpv_uppc/ |
H A D | xpv_uppc.c | 207 if (option_flags & INTR_DISPLAY_INTRSTAT) { in pic_interrupt_dump() 235 if (option_flags & INTR_DISPLAY_INTRSTAT) { in ec_interrupt_dump() 303 'i', MDB_OPT_SETBITS, INTR_DISPLAY_INTRSTAT, &option_flags, in xen_uppc_interrupt_dump() 331 if (option_flags & INTR_DISPLAY_INTRSTAT) in xen_uppc_interrupt_dump()
|
/titanic_50/usr/src/cmd/mdb/i86pc/modules/apix/ |
H A D | apix.c | 53 'i', MDB_OPT_SETBITS, INTR_DISPLAY_INTRSTAT, &option_flags, in interrupt_dump_apix() 80 if (option_flags & INTR_DISPLAY_INTRSTAT) in interrupt_dump_apix()
|
/titanic_50/usr/src/cmd/mdb/i86xpv/modules/xpv_psm/ |
H A D | xpv_psm.c | 320 if (option_flags & INTR_DISPLAY_INTRSTAT) { in ec_interrupt_dump() 380 'i', MDB_OPT_SETBITS, INTR_DISPLAY_INTRSTAT, &option_flags, in interrupts_dump() 387 if (option_flags & INTR_DISPLAY_INTRSTAT) { in interrupts_dump()
|
/titanic_50/usr/src/cmd/mdb/i86pc/modules/common/ |
H A D | intr_common.c | 269 if (option_flags & INTR_DISPLAY_INTRSTAT) in apic_interrupt_dump() 387 if (option_flags & INTR_DISPLAY_INTRSTAT) in apix_interrupt_dump() 443 if (option_flags & INTR_DISPLAY_INTRSTAT) in apix_interrupt_ipi_dump()
|
H A D | intr_common.h | 64 #define INTR_DISPLAY_INTRSTAT 0x2 /* -i option */ macro
|