Searched refs:user_ldt_t (Results 1 – 3 of 3) sorted by relevance
81 typedef struct user_ldt * user_ldt_t; typedef83 extern user_ldt_t user_ldt_copy(84 user_ldt_t uldt);86 user_ldt_t uldt);
103 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_t368 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()
234 user_ldt_t user_ldt; in machine_task_terminate()