Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/i386/
H A Duser_ldt.c88 #define USER_LDT_SIZE(descriptors) \ macro
191 new_ldt = (user_ldt_t)kalloc_data(USER_LDT_SIZE(ldt_count), Z_WAITOK); in i386_set_ldt_impl()
363 kfree_data(user_ldt, USER_LDT_SIZE(user_ldt->count)); in user_ldt_free()
371 size_t size = USER_LDT_SIZE(user_ldt->count); in user_ldt_copy()