Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/include/asm/
H A Dcpu.h36 GDT_CODE = 1ULL << 43, enumerator
/openbmc/u-boot/lib/efi/
H A Defi_stub.c184 (desc & GDT_32BIT) && (desc & GDT_CODE) && in get_codeseg32()