Home
last modified time | relevance | path

Searched refs:i386_set_ldt (Results 1 – 6 of 6) sorted by relevance

/xnu-8792.41.9/osfmk/i386/
H A Duser_ldt.h96 int i386_set_ldt(int, const union ldt_entry *, int);
H A Dmachdep_call.c51 MACHDEP_BSD_CALL_ROUTINE(i386_set_ldt, 3),
H A Dmachdep_call.h90 extern int i386_set_ldt(uint32_t *, uint32_t, uint32_t, uint32_t);
H A Duser_ldt.c427 i386_set_ldt( in i386_set_ldt() function
/xnu-8792.41.9/bsd/man/man2/
H A DMakefile114 i386_set_ldt.2 \
/xnu-8792.41.9/tests/
H A Dldt.c522 int cnt = i386_set_ldt((int)idx, &descs[idx], 1); in signal_handler()
1013 cnt = i386_set_ldt((int)idx, &descs[idx], 1); in ldt64_test_setup()