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

/darwin-on-arm/xnu/osfmk/i386/
H A Dmp_desc.c512 struct fake_descriptor temp_ldt = ldt_desc_pattern; local
513 temp_ldt.offset = (vm_offset_t)cdi->cdi_ldt;
514 fix_desc(&temp_ldt, 1);
516 cdt->gdt[sel_idx(KERNEL_LDT)] = temp_ldt;
517 cdt->gdt[sel_idx(USER_LDT)] = temp_ldt;

Completed in 14 milliseconds