Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/include/asm/
H A Dcpu.h42 GDT_BASE_LOW_MASK = 0xffff, enumerator
/openbmc/u-boot/lib/efi/
H A Defi_stub.c174 base = ((desc >> GDT_BASE_LOW_SHIFT) & GDT_BASE_LOW_MASK) | in get_codeseg32()