Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/include/asm/
Dsegment.h148 #define SEGMENT_IS_PNP_CODE(x) (((x) & 0xf4) == PNP_CS32) macro
/linux-6.6.21/arch/x86/mm/
Dextable.c240 if (unlikely(SEGMENT_IS_PNP_CODE(regs->cs))) { in fixup_exception()