Home
last modified time | relevance | path

Searched refs:X86_GDT_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/x86/include/asm/
H A Dprocessor.h23 #define X86_GDT_SIZE (X86_GDT_NUM_ENTRIES * X86_GDT_ENTRY_SIZE) macro
/openbmc/u-boot/arch/x86/cpu/
H A Dmp_init.c237 params16->gdt_limit = X86_GDT_SIZE - 1; in load_sipi_vector()