Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/i386/
H A Dmachdep_call.c54 const machdep_call_t machdep_call_table64[] = { variable
H A Dmachdep_call.h77 extern const machdep_call_t machdep_call_table64[];
H A Dbsd_i386.c406 entry = &machdep_call_table64[trapno]; in machdep_syscall64()