Searched defs:TRAPF_USERMODE (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/mips/include/
H A Dcpu.h67 #define TRAPF_USERMODE(framep) (((framep)->sr & MIPS_SR_KSU_USER) != 0) macro
/freebsd-11-stable/sys/sparc64/include/
H A Dcpu.h44 #define TRAPF_USERMODE(tfp) (((tfp)->tf_tstate & TSTATE_PRIV) == 0) macro
/freebsd-11-stable/sys/i386/include/
H A Dcpu.h52 #define TRAPF_USERMODE(framep) \ macro
/freebsd-11-stable/sys/amd64/include/
H A Dcpu.h52 #define TRAPF_USERMODE(framep) \ macro
/freebsd-11-stable/sys/arm/include/
H A Dcpu.h57 #define TRAPF_USERMODE(frame) ((frame->tf_spsr & PSR_MODE) == PSR_USR32_MODE) macro
/freebsd-11-stable/sys/riscv/include/
H A Dcpu.h44 #define TRAPF_USERMODE(tfp) (((tfp)->tf_sepc & (1ul << 63)) == 0) macro
/freebsd-11-stable/sys/powerpc/include/
H A Dcpu.h78 #define TRAPF_USERMODE(frame) (((frame)->srr1 & PSL_PR) != 0) macro
/freebsd-11-stable/sys/arm64/include/
H A Dcpu.h49 #define TRAPF_USERMODE(tfp) (((tfp)->tf_spsr & PSR_M_MASK) == PSR_M_EL0t) macro

Completed in 75 milliseconds