Home
last modified time | relevance | path

Searched refs:STATUS_U_BIT (Results 1 – 5 of 5) sorted by relevance

/linux/arch/arc/include/asm/
H A Darcregs.h51 #define STATUS_U_BIT 7 /* User/Kernel mode */ macro
58 #define STATUS_U_MASK (1<<STATUS_U_BIT)
H A Dentry-compact.h133 bbit1 r9, STATUS_U_BIT, 88f
H A Dentry-arcv2.h260 btst r0, STATUS_U_BIT ; Z flag set if K, used in restoring SP
/linux/arch/arc/kernel/
H A Dentry.S258 bbit0 r8, STATUS_U_BIT, resume_kernel_mode
H A Dentry-arcv2.S209 btst r0, STATUS_U_BIT ; Z flag set if K (Z clear for U)