Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/include/asm/
H A Dcpu.h38 GDT_LIMIT_LOW_MASK = 0xffff, enumerator
/openbmc/u-boot/lib/efi/
H A Defi_stub.c177 limit = ((desc >> GDT_LIMIT_LOW_SHIFT) & GDT_LIMIT_LOW_MASK) | in get_codeseg32()