Home
last modified time | relevance | path

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

/arch/x86/mm/
Dextable.c11 if (unlikely(SEGMENT_IS_PNP_CODE(regs->cs))) { in fixup_exception()
/arch/x86/include/asm/
Dsegment.h135 #define SEGMENT_IS_PNP_CODE(x) (((x) & 0xf4) == GDT_ENTRY_PNPBIOS_BASE * 8) macro