Searched refs:PS_UM_BIT (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | processor.h | 187 (1 << PS_UM_BIT) | \ 193 (1 << PS_UM_BIT) | \
|
H A D | regs.h | 92 #define PS_UM_BIT 5 macro
|
/openbmc/u-boot/arch/xtensa/include/asm/ |
H A D | regs.h | 70 #define PS_UM_BIT 5 macro
|
/openbmc/linux/arch/xtensa/kernel/ |
H A 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
|
H A D | vectors.S | 218 _bbsi.l a2, PS_UM_BIT, 1f 676 bbsi.l a0, PS_UM_BIT, 1f # branch if user mode
|
H A D | coprocessor.S | 147 bbci.l a0, PS_UM_BIT, 1f
|
H A 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
|