Searched refs:SEL_PL (Results 1 – 4 of 4) sorted by relevance
257 #define SEL_PL 0x03 /* privilege level: */ macro
126 if ((cs & SEL_PL) == SEL_PL_U) { in interrupted_kernel_sp_value()1171 supervisor = ((regs64->isf.cs & SEL_PL) != SEL_PL_U);1175 supervisor = ((regs32->cs & SEL_PL) != SEL_PL_U);1206 supervisor = ((regs64->isf.cs & SEL_PL) != SEL_PL_U);1210 supervisor = ((regs32->cs & SEL_PL) != SEL_PL_U);
620 bool kernel = (cs & SEL_PL) != SEL_PL_U; in get_interrupted_pc()
220 if ((cs & SEL_PL) == SEL_PL_U) { in interrupted_kernel_pc_fp()