/src/sys/arch/i386/stand/efiboot/bootx64/ |
startprog64.S | 7 (gdt offsets) 214 /* Setup GDT */ 215 lea (gdt - start)(%rdi), %rax 256 gdt: label 261 .word gdtr - gdt
|
startprog64.S | 7 (gdt offsets) 214 /* Setup GDT */ 215 lea (gdt - start)(%rdi), %rax 256 gdt: label 261 .word gdtr - gdt
|
/src/sys/arch/i386/stand/efiboot/bootia32/ |
startprog32.S | 194 /* Setup GDT */ 195 lea (gdt - start)(%edx), %eax 237 gdt: label 242 .word gdtr - gdt
|
startprog32.S | 194 /* Setup GDT */ 195 lea (gdt - start)(%edx), %eax 237 gdt: label 242 .word gdtr - gdt
|
/src/sys/arch/i386/stand/dosboot/ |
start_dos.S | 80 gdt: label 91 flatcodeseg = . - gdt 97 flatdataseg = . - gdt 102 bootcodeseg = . - gdt 107 bootdataseg = . - gdt 117 bootrealseg = . - gdt 122 bootrealdata = . - gdt 125 gdtlen = . - gdt 161 /* fix up GDT entries for bootstrap */ 163 movw %ax, gdt+gdt_index+2; [all...] |
start_dos.S | 80 gdt: label 91 flatcodeseg = . - gdt 97 flatdataseg = . - gdt 102 bootcodeseg = . - gdt 107 bootdataseg = . - gdt 117 bootrealseg = . - gdt 122 bootrealdata = . - gdt 125 gdtlen = . - gdt 161 /* fix up GDT entries for bootstrap */ 163 movw %ax, gdt+gdt_index+2; [all...] |
/src/sys/arch/i386/stand/lib/ |
realprot.S | 41 gdt: label 47 flatcodeseg = . - gdt 53 flatdataseg = . - gdt 58 bootcodeseg = . - gdt 63 bootdataseg = . - gdt 68 bootrealseg = . - gdt 73 bootrealdata = . - gdt 76 gdtlen = . - gdt 106 /* fix up GDT entries for bootstrap */ 112 movw %ax, gdt+gdt_index+2; [all...] |
realprot.S | 41 gdt: label 47 flatcodeseg = . - gdt 53 flatdataseg = . - gdt 58 bootcodeseg = . - gdt 63 bootdataseg = . - gdt 68 bootrealseg = . - gdt 73 bootrealdata = . - gdt 76 gdtlen = . - gdt 106 /* fix up GDT entries for bootstrap */ 112 movw %ax, gdt+gdt_index+2; [all...] |
/src/sys/arch/i386/i386/ |
locore.S | 309 .globl _C_LABEL(gdt) 547 /* Setup GDT */ 548 lea (gdt - efi_multiboot2_loader)(%edx), %eax 594 gdt: label 599 .word gdtr - gdt 819 * XXX: the gdt is in the carcass of the boot program so clearing 1091 * Initialize a temporary GDT (Global Descriptor Table) on the 1099 * Later, we will replace this temporary GDT on the stack by a 1100 * permanent GDT allocated with uvm_km in gdt_init. 1102 * XXX Intel recommends ensuring the GDT address is aligned o [all...] |
locore.S | 309 .globl _C_LABEL(gdt) 547 /* Setup GDT */ 548 lea (gdt - efi_multiboot2_loader)(%edx), %eax 594 gdt: label 599 .word gdtr - gdt 819 * XXX: the gdt is in the carcass of the boot program so clearing 1091 * Initialize a temporary GDT (Global Descriptor Table) on the 1099 * Later, we will replace this temporary GDT on the stack by a 1100 * permanent GDT allocated with uvm_km in gdt_init. 1102 * XXX Intel recommends ensuring the GDT address is aligned o [all...] |
/src/sys/arch/x86/include/ |
pmap_private.h | 113 #include <x86/gdt.h> 116 uint8_t gdt[MAXGDTSIZ]; member in struct:pcpu_entry
|
pmap_private.h | 113 #include <x86/gdt.h> 116 uint8_t gdt[MAXGDTSIZ]; member in struct:pcpu_entry
|
/src/sys/arch/amd64/amd64/ |
locore.S | 438 /* 32bit GDT */ 628 * XXX: the gdt is in the carcass of the boot program so clearing 863 * a temporary GDT with a long mode segment in it to do that. 1058 /* Xen doesn't start us with a valid gdt */ 1498 /* Zero out GDT descriptors. */ 1499 movq CPUVAR(GDT),%rcx 1516 /* Reload %fs/%gs GDT descriptors. */ 1517 movq CPUVAR(GDT),%rcx 2033 /* Setup GDT */ 2034 lea (gdt - selfreloc_start)(%edi), %ea 2073 gdt: label [all...] |
locore.S | 438 /* 32bit GDT */ 628 * XXX: the gdt is in the carcass of the boot program so clearing 863 * a temporary GDT with a long mode segment in it to do that. 1058 /* Xen doesn't start us with a valid gdt */ 1498 /* Zero out GDT descriptors. */ 1499 movq CPUVAR(GDT),%rcx 1516 /* Reload %fs/%gs GDT descriptors. */ 1517 movq CPUVAR(GDT),%rcx 2033 /* Setup GDT */ 2034 lea (gdt - selfreloc_start)(%edi), %ea 2073 gdt: label [all...] |
/src/sys/dev/ic/ |
isp_netbsd.h | 99 struct callout gdt; /* gone device timer */ member in struct:isposinfo
|
isp_netbsd.h | 99 struct callout gdt; /* gone device timer */ member in struct:isposinfo
|
/src/sys/dev/nvmm/x86/ |
nvmm_x86_svm.c | 436 struct vmcb_segment gdt; member in struct:vmcb_state 1894 &vmcb->state.gdt); 2031 &vmcb->state.gdt);
|
nvmm_x86_svm.c | 436 struct vmcb_segment gdt; member in struct:vmcb_state 1894 &vmcb->state.gdt); 2031 &vmcb->state.gdt);
|