Searched refs:user_ldt (Results 1 - 9 of 9) sorted by relevance

/xnu-2782.1.97/osfmk/i386/
H A Dtask.h61 #include <i386/user_ldt.h>
64 struct user_ldt * i386_ldt; \
H A Duser_ldt.c72 #include <i386/user_ldt.h>
180 new_ldt = (user_ldt_t)kalloc(sizeof(struct user_ldt) + (ldt_count * sizeof(struct real_descriptor)));
290 user_ldt_t user_ldt; local
304 user_ldt = task->i386_ldt;
311 if (user_ldt != 0)
312 ldt_count = user_ldt->start + user_ldt->count;
337 user_ldt_t user_ldt)
339 kfree(user_ldt, sizeof(struct user_ldt)
336 user_ldt_free( user_ldt_t user_ldt) argument
343 user_ldt_copy( user_ldt_t user_ldt) argument
377 user_ldt_t user_ldt; local
[all...]
H A Duser_ldt.h74 struct user_ldt { struct
79 typedef struct user_ldt * user_ldt_t;
H A Dmachine_task.c244 user_ldt_t user_ldt; local
254 user_ldt = task->i386_ldt;
255 if (user_ldt != 0) {
257 user_ldt_free(user_ldt);
H A DMakefile46 INSTALL_MD_LIST = eflags.h user_ldt.h
H A Dbsd_i386_native.c56 #include <i386/user_ldt.h>
H A Dphys.c87 #include <i386/user_ldt.h>
H A Dpcb_native.c92 #include <i386/user_ldt.h>
H A Dbsd_i386.c57 #include <i386/user_ldt.h>

Completed in 88 milliseconds