Searched refs:GDT_SIZE (Results 1 – 11 of 11) sorted by relevance
/openbsd/sys/arch/i386/i386/ |
H A D | gdt.c | 96 bcopy(cpu_info_primary.ci_gdt, ci->ci_gdt, GDT_SIZE); in gdt_alloc_cpu() 117 setregion(®ion, ci->ci_gdt, GDT_SIZE - 1); in gdt_init_cpu()
|
H A D | mptramp.s | 183 movw $(GDT_SIZE-1), 6(%esp) # prepare segment descriptor
|
H A D | machdep.c | 3128 setregion(®ion, cpu_info_primary.ci_gdt, GDT_SIZE - 1); in init386()
|
/openbsd/sys/arch/amd64/amd64/ |
H A D | gdt.c | 53 setregion(®ion, ci->ci_gdt, GDT_SIZE - 1); in gdt_init_cpu()
|
H A D | mptramp.S | 226 movw $(GDT_SIZE-1),-10(%rsp)
|
H A D | cpu.c | 596 memcpy(ci->ci_gdt, cpu_info_primary.ci_gdt, GDT_SIZE); in cpu_attach()
|
H A D | machdep.c | 1790 setregion(®ion, cpu_info_primary.ci_gdt, GDT_SIZE - 1); in init_x86_64()
|
H A D | vmm_machdep.c | 3693 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 D | cpu_full.h | 34 uint64_t uu_gdt[GDT_SIZE / 8];
|
H A D | segments.h | 65 #define GDT_SIZE (SYSSEL_START + (NGDT_SYS << 4)) macro
|
/openbsd/sys/arch/i386/include/ |
H A D | segments.h | 227 #define GDT_SIZE (NGDT << 3) macro
|