Searched refs:PS_UM_BIT (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/ |
| H A D | regs.h | 71 #define PS_UM_BIT 5 macro
|
| /OK3568_Linux_fs/kernel/arch/xtensa/kernel/ |
| H A D | entry.S | 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
|