Home
last modified time | relevance | path

Searched refs:gdt_rom (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/x86/cpu/
H A Dstart16.S73 .long BOOT_SEG + gdt_rom /* base */
77 .globl gdt_rom
78 gdt_rom: label
/openbmc/u-boot/arch/x86/include/asm/
H A Du-boot-x86.h12 extern char gdt_rom[];
/openbmc/u-boot/arch/x86/cpu/i386/
H A Dcpu.c166 load_gdt((const u64 *)(gdt_rom + CONFIG_RESET_SEG_START), 4); in setup_fsp_gdt()