| /OK3568_Linux_fs/kernel/arch/c6x/include/asm/ |
| H A D | ptrace.h | 20 #define user_mode(regs) ((((regs)->tsr) & 0x40) != 0) macro
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | ptrace.h | 14 #define user_mode(regs) (!((regs)->sr & PS_S)) macro
|
| /OK3568_Linux_fs/kernel/arch/microblaze/include/asm/ |
| H A D | ptrace.h | 12 #define user_mode(regs) (!kernel_mode(regs)) macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | ptrace.h | 64 #define user_mode(regs) (!((regs)->tstate & TSTATE_PRIV)) macro 143 #define user_mode(regs) (!((regs)->psr & PSR_PS)) macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | ptrace.h | 9 #define user_mode(regs) (((regs)->ps & 8) != 0) macro
|
| /OK3568_Linux_fs/kernel/arch/h8300/include/asm/ |
| H A D | ptrace.h | 23 #define user_mode(regs) (!((regs)->ccr & PS_S)) macro
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | ptrace.h | 17 #define user_mode(regs) (((regs)->iaoq[0] & 3) ? 1 : 0) macro
|
| /OK3568_Linux_fs/kernel/arch/csky/include/asm/ |
| H A D | ptrace.h | 24 #define user_mode(regs) (!((regs)->sr & PS_S)) macro
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | ptrace.h | 85 # define user_mode(regs) (((struct ia64_psr *) &(regs)->cr_ipsr)->cpl != 0) macro
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | ptrace.h | 16 #define user_mode(regs) (((regs)->sr & 0x40000000)==0) macro
|
| /OK3568_Linux_fs/u-boot/arch/mips/include/asm/ |
| H A D | ptrace.h | 88 #define user_mode(regs) (((regs)->cp0_status & KU_MASK) == KU_USER) macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | ptrace.h | 149 #define user_mode(regs) ((((regs)->msr) >> MSR_PR_LG) & 0x1) macro 151 #define user_mode(regs) (((regs)->msr & MSR_PR) != 0) macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | ptrace.h | 141 #define user_mode(regs) (((regs)->cp0_status & KU_MASK) == KU_USER) macro
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/asm/ |
| H A D | ptrace.h | 88 # define user_mode(regs) (((regs)->ps & 0x00000020)!=0) macro
|
| /OK3568_Linux_fs/kernel/arch/nds32/include/asm/ |
| H A D | ptrace.h | 70 #define user_mode(regs) (((regs)->ipsw & PSW_mskPOM) == 0) macro
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | ptrace.h | 27 #define user_mode(regs) \ macro
|
| /OK3568_Linux_fs/u-boot/arch/microblaze/include/asm/ |
| H A D | ptrace.h | 79 #define user_mode(regs) (!(regs)->kernel_mode) macro
|
| /OK3568_Linux_fs/kernel/arch/x86/um/asm/ |
| H A D | ptrace.h | 11 #define user_mode(r) UPT_IS_USER(&(r)->regs) macro
|
| /OK3568_Linux_fs/kernel/arch/openrisc/include/asm/ |
| H A D | ptrace.h | 70 #define user_mode(regs) (((regs)->sr & SPR_SR_SM) == 0) macro
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/ |
| H A D | i40iw_verbs.h | 110 bool user_mode; member 158 u8 user_mode:1; member
|
| /OK3568_Linux_fs/u-boot/arch/sh/include/asm/ |
| H A D | ptrace.h | 88 #define user_mode(regs) (((regs)->sr & 0x40000000)==0) macro
|
| /OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/ |
| H A D | ptrace.h | 116 # define user_mode(regs) (((regs)->ps & 0x00000020) != 0) macro
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | ptrace.h | 50 #define user_mode(regs) (((regs)->msr & MSR_PR) != 0) macro
|
| /OK3568_Linux_fs/kernel/arch/nios2/include/asm/ |
| H A D | ptrace.h | 66 #define user_mode(regs) (((regs)->estatus & ESTATUS_EU)) macro
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/proc-armv/ |
| H A D | ptrace.h | 99 #define user_mode(regs) \ macro
|