Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/cpu/
H A Dstart16.S74 .long BOOT_SEG + gdt_rom /* base */
78 .globl gdt_rom symbol
79 gdt_rom: label
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Du-boot-x86.h13 extern char gdt_rom[];
/OK3568_Linux_fs/u-boot/arch/x86/cpu/i386/
H A Dcpu.c167 load_gdt((const u64 *)(gdt_rom + CONFIG_RESET_SEG_START), 4); in setup_fsp_gdt()