Searched refs:gdt (Results 26 - 32 of 32) sorted by last modified time

12

/linux-master/arch/x86/mm/
H A Dcpu_entry_area.c199 cea_set_pte(&cea->gdt, get_cpu_gdt_paddr(cpu), gdt_prot);
/linux-master/arch/x86/include/asm/
H A Dcpu_entry_area.h91 char gdt[PAGE_SIZE]; member in struct:cpu_entry_area
/linux-master/include/uapi/linux/
H A Dacrn.h259 * @gdt: Global Descriptor Table
283 struct acrn_descriptor_ptr gdt; member in struct:acrn_regs
/linux-master/arch/x86/kernel/acpi/
H A Dwakeup_32.S22 # reload the gdt, as we need the full 32 bit address
31 # and restore the stack ... but you need gdt for this to work
/linux-master/arch/x86/realmode/rm/
H A Dtrampoline_32.S51 lgdtl tr_gdt # load gdt with whatever is appropriate
/linux-master/arch/x86/purgatory/
H A Dsetup-x86_64.S18 /* Load a gdt so I know what the segment registers are */
19 lgdt gdt(%rip)
39 SYM_DATA_START_LOCAL(gdt)
42 * so use them as the gdt ptr
44 .word gdt_end - gdt - 1
45 .quad gdt
53 SYM_DATA_END_LABEL(gdt, SYM_L_LOCAL, gdt_end)
H A Dentry64.S18 /* Setup a gdt that should be preserved */
19 lgdt gdt(%rip)
84 SYM_DATA_START_LOCAL(gdt)
88 * so use them as gdt ptr
90 .word gdt_end - gdt - 1
91 .quad gdt
99 SYM_DATA_END_LABEL(gdt, SYM_L_LOCAL, gdt_end)

Completed in 369 milliseconds

12