Searched refs:PS_UM_BIT (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
H A D | processor.h | 185 (1 << PS_UM_BIT) | \ 191 (1 << PS_UM_BIT) | \
|
H A D | regs.h | 92 #define PS_UM_BIT 5 macro
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
H A D | entry.S | 493 _bbci.l a3, PS_UM_BIT, 6f 543 _bbci.l a3, PS_UM_BIT, 4f 577 _bbci.l a3, PS_UM_BIT, kernel_exception_exit 802 bbsi.l a2, PS_UM_BIT, 2f # jump if user mode 830 bbsi.l a2, PS_UM_BIT, _user_exception 845 bbci.l a0, PS_UM_BIT, 1b # jump if kernel mode 1774 bbsi.l a2, PS_UM_BIT, 1f 1871 bbsi.l a2, PS_UM_BIT, 1f
|
H A D | align.S | 336 bbsi.l a0, PS_UM_BIT, 2f # jump if user mode 469 bbsi.l a0, PS_UM_BIT, 1f # jump if user mode
|
H A D | vectors.S | 218 _bbsi.l a2, PS_UM_BIT, 1f 696 bbsi.l a0, PS_UM_BIT, 1f # branch if user mode
|
/kernel/linux/linux-6.6/arch/xtensa/kernel/ |
H A D | coprocessor.S | 147 bbci.l a0, PS_UM_BIT, 1f
|
H A D | entry.S | 460 bbci.l abi_tmp0, PS_UM_BIT, 1f 500 _bbci.l abi_saved1, PS_UM_BIT, .Lexit_tif_loop_kernel 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 | 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
|
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
|
Completed in 8 milliseconds