Home
last modified time | relevance | path

Searched defs:boot_gdt (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/boot/
H A Dpm.c68 static const u64 boot_gdt[] __attribute__((aligned(16))) = { in setup_gdt() local
/openbmc/u-boot/arch/x86/cpu/i386/
H A Dcpu.c106 static void load_gdt(const u64 *boot_gdt, u16 num_entries) in load_gdt()