Home
last modified time | relevance | path

Searched refs:PRIV_KERNEL (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/parisc/include/asm/
H A Dptrace.h17 #define user_mode(regs) (((regs)->iaoq[0] & 3) != PRIV_KERNEL)
18 #define user_space(regs) ((regs)->iasq[1] != PRIV_KERNEL)
H A Dassembly.h48 #define PRIV_KERNEL 0 macro
/openbmc/qemu/target/hppa/
H A Dcpu.h45 #define PRIV_KERNEL 0 macro