Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/i386/
H A Dmachdep_call.c50 MACHDEP_CALL_ROUTINE(thread_set_user_ldt, 3),
H A Dmachdep_call.h88 extern kern_return_t thread_set_user_ldt(uint32_t, uint32_t, uint32_t);
H A Dbsd_i386_native.c208 thread_set_user_ldt(uint32_t address, uint32_t size, uint32_t flags) in thread_set_user_ldt() function