Searched refs:EX1_PL (Results 1 - 5 of 5) sorted by relevance

/arch/tile/include/asm/
H A Dptrace.h42 #define user_mode(regs) (EX1_PL((regs)->ex1) < KERNEL_PL)
H A Dprocessor.h327 #define EX1_PL(ex1) \ macro
/arch/tile/kernel/
H A Dstack.c101 if (EX1_PL(p->ex1) == KERNEL_PL &&
204 if (EX1_PL(regs->ex1) == KERNEL_PL && regs->sp >= ksp0) {
H A Dsingle_step.c539 if (EX1_PL(ex0_1) == USER_PL) {
H A Dunaligned.c816 if (EX1_PL(regs->ex1) != USER_PL) {
1481 if (EX1_PL(regs->ex1) != USER_PL) {

Completed in 171 milliseconds