Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/i386/
H A Duser_ldt.h95 int i386_get_ldt(int, union ldt_entry *, int);
H A Dmachdep_call.c52 MACHDEP_BSD_CALL_ROUTINE(i386_get_ldt, 3),
H A Dmachdep_call.h91 extern int i386_get_ldt(uint32_t *, uint32_t, uint32_t, uint32_t);
H A Duser_ldt.c450 i386_get_ldt( in i386_get_ldt() function
/xnu-10002.1.13/bsd/man/man2/
H A DMakefile113 i386_get_ldt.2 \
/xnu-10002.1.13/tests/
H A Dldt.c976 if ((cnt = i386_get_ldt(0, descs, 1)) <= 0) { in ldt64_test_setup()
1032 if ((cnt = i386_get_ldt(0, descs, (int)idx)) > 0) { in ldt64_test_setup()