Home
last modified time | relevance | path

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

/openbsd/sys/arch/i386/i386/
H A Dgdt.c96 bcopy(cpu_info_primary.ci_gdt, ci->ci_gdt, GDT_SIZE); in gdt_alloc_cpu()
117 setregion(&region, ci->ci_gdt, GDT_SIZE - 1); in gdt_init_cpu()
H A Dmptramp.s183 movw $(GDT_SIZE-1), 6(%esp) # prepare segment descriptor
H A Dmachdep.c3128 setregion(&region, cpu_info_primary.ci_gdt, GDT_SIZE - 1); in init386()
/openbsd/sys/arch/amd64/amd64/
H A Dgdt.c53 setregion(&region, ci->ci_gdt, GDT_SIZE - 1); in gdt_init_cpu()
H A Dmptramp.S226 movw $(GDT_SIZE-1),-10(%rsp)
H A Dcpu.c596 memcpy(ci->ci_gdt, cpu_info_primary.ci_gdt, GDT_SIZE); in cpu_attach()
H A Dmachdep.c1790 setregion(&region, cpu_info_primary.ci_gdt, GDT_SIZE - 1); in init_x86_64()
H A Dvmm_machdep.c3693 setregion(&gdt, ci->ci_gdt, GDT_SIZE - 1); in vcpu_run_vmx()
6130 setregion(&gdt, ci->ci_gdt, GDT_SIZE - 1); in vcpu_run_svm()
/openbsd/sys/arch/amd64/include/
H A Dcpu_full.h34 uint64_t uu_gdt[GDT_SIZE / 8];
H A Dsegments.h65 #define GDT_SIZE (SYSSEL_START + (NGDT_SYS << 4)) macro
/openbsd/sys/arch/i386/include/
H A Dsegments.h227 #define GDT_SIZE (NGDT << 3) macro