Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/x86/x86/
Dsys_machdep.c131 const size_t min_ldt_size = LDT_SIZE; in x86_get_ldt1()
156 nldt = LDT_SIZE / sizeof(*lp); in x86_get_ldt1()
221 const size_t min_ldt_size = LDT_SIZE; in x86_set_ldt1()
/netbsd/src/sys/arch/amd64/include/
Dsegments.h368 #define LDT_SIZE 80 macro
/netbsd/src/sys/arch/amd64/amd64/
Dgdt.c171 LDT_SIZE - 1, SDT_SYSLDT, SEL_KPL, 0); in gdt_init()
Dmachdep.c488 xen_set_ldt((vaddr_t)ldtstore, LDT_SIZE >> 3); in x86_64_proc0_pcb_ldt_init()
1911 LDT_SIZE - 1, SDT_SYSLDT, SEL_KPL, 0); in init_x86_64()
/netbsd/src/sys/arch/xen/x86/
Dcpu.c882 initctx->ldt_ents = LDT_SIZE >> 3; in xen_init_amd64_vcpuctxt()