Searched refs:i386_set_ldt (Results 1 – 6 of 6) sorted by relevance
| /xnu-8792.41.9/osfmk/i386/ |
| H A D | user_ldt.h | 96 int i386_set_ldt(int, const union ldt_entry *, int);
|
| H A D | machdep_call.c | 51 MACHDEP_BSD_CALL_ROUTINE(i386_set_ldt, 3),
|
| H A D | machdep_call.h | 90 extern int i386_set_ldt(uint32_t *, uint32_t, uint32_t, uint32_t);
|
| H A D | user_ldt.c | 427 i386_set_ldt( in i386_set_ldt() function
|
| /xnu-8792.41.9/bsd/man/man2/ |
| H A D | Makefile | 114 i386_set_ldt.2 \
|
| /xnu-8792.41.9/tests/ |
| H A D | ldt.c | 522 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()
|