Home
last modified time | relevance | path

Searched refs:USER_TRAP_SPC (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/osfmk/x86_64/
H A Didt_table.h164 USER_TRAP_SPC(0x80, idt64_unix_scall)
165 USER_TRAP_SPC(0x81, idt64_mach_scall)
166 USER_TRAP_SPC(0x82, idt64_mdep_scall)
H A Didt64.s155 #define USER_TRAP_SPC(n, f) macro
/xnu-12377.61.12/osfmk/i386/
H A Dmp_desc.c95 #define USER_TRAP_SPC(n, name) extern void *name ; macro
108 #undef USER_TRAP_SPC
158 #define USER_TRAP_SPC USER_TRAP macro