Searched refs:PS_UM_BIT (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/arch/xtensa/include/asm/ |
D | processor.h | 187 (1 << PS_UM_BIT) | \ 193 (1 << PS_UM_BIT) | \
|
D | regs.h | 92 #define PS_UM_BIT 5 macro
|
/linux-6.12.1/arch/xtensa/kernel/ |
D | entry.S | 582 _bbci.l abi_saved1, PS_UM_BIT, kernel_exception_exit 815 bbsi.l a2, PS_UM_BIT, .Ldebug_exception_user # jump if user mode 843 bbsi.l a2, PS_UM_BIT, _user_exception 860 bbci.l a0, PS_UM_BIT, .Ldebug_exception_in_exception # jump if kernel mode 1803 bbsi.l a2, PS_UM_BIT, 1f 1906 bbsi.l a2, PS_UM_BIT, 1f
|
D | vectors.S | 218 _bbsi.l a2, PS_UM_BIT, 1f 676 bbsi.l a0, PS_UM_BIT, 1f # branch if user mode
|
D | coprocessor.S | 147 bbci.l a0, PS_UM_BIT, 1f
|
D | align.S | 367 bbsi.l a0, PS_UM_BIT, 2f # jump if user mode 558 bbsi.l a0, PS_UM_BIT, 1f # jump if user mode
|