Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/i386/
H A Duser_ldt.h81 typedef struct user_ldt * user_ldt_t; typedef
83 extern user_ldt_t user_ldt_copy(
84 user_ldt_t uldt);
86 user_ldt_t uldt);
H A Duser_ldt.c103 user_ldt_t new_ldt, old_ldt; in i386_set_ldt_impl()
191 new_ldt = (user_ldt_t)kalloc_data(USER_LDT_SIZE(ldt_count), Z_WAITOK); in i386_set_ldt_impl()
310 user_ldt_t user_ldt; in i386_get_ldt_impl()
361 user_ldt_t user_ldt) in user_ldt_free()
366 user_ldt_t
368 user_ldt_t user_ldt) in user_ldt_copy()
372 user_ldt_t new_ldt = (user_ldt_t)kalloc_data(size, Z_WAITOK); in user_ldt_copy()
402 user_ldt_t user_ldt; in user_ldt_set()
H A Dmachine_task.c234 user_ldt_t user_ldt; in machine_task_terminate()