Searched refs:INTERRUPT (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/osfmk/x86_64/
H A Didt_table.h31 INTERRUPT(0x02) /* NMI */
62 INTERRUPT(0x20)
63 INTERRUPT(0x21)
64 INTERRUPT(0x22)
65 INTERRUPT(0x23)
66 INTERRUPT(0x24)
67 INTERRUPT(0x25)
68 INTERRUPT(0x26)
69 INTERRUPT(0x27)
70 INTERRUPT(
[all...]
H A Didt64.s127 #define INTERRUPT(n) \ define
/darwin-on-arm/xnu/osfmk/i386/
H A Didt.s179 #define INTERRUPT(n) \ define
200 INTERRUPT(0x02) /* NMI */
231 INTERRUPT(0x20)
232 INTERRUPT(0x21)
233 INTERRUPT(0x22)
234 INTERRUPT(0x23)
235 INTERRUPT(0x24)
236 INTERRUPT(0x25)
237 INTERRUPT(0x26)
238 INTERRUPT(
[all...]
H A Dmp_desc.c94 #define INTERRUPT(n) extern void *_intr_ ## n ; macro
106 #undef INTERRUPT macro
131 #define INTERRUPT(n) \ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkdebug.c262 #define INTERRUPT 0x01050000 macro
886 if (etype == INTERRUPT || etype == MACH_vmfault ||

Completed in 74 milliseconds