Searched defs:CLKF_USERMODE (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/sys/arch/i386/include/
H A Dcpu.h85 #define CLKF_USERMODE(frame) (curcpu()->ci_xen_clockf_usermode) macro
88 #define CLKF_USERMODE(frame) USERMODE((frame)->cf_if.if_cs) macro
/netbsd-current/sys/arch/amd64/include/
H A Dcpu.h88 #define CLKF_USERMODE(frame) (curcpu()->ci_xen_clockf_usermode) macro
91 #define CLKF_USERMODE(frame) USERMODE((frame)->cf_if.if_tf.tf_cs) macro
/netbsd-current/sys/arch/usermode/include/
H A Dcpu.h89 #define CLKF_USERMODE(frame) 0 macro
/netbsd-current/sys/rump/include/machine/
H A Dcpu.h90 #define CLKF_USERMODE(framep) 0 macro
/netbsd-current/sys/arch/or1k/include/
H A Dcpu.h42 #define CLKF_USERMODE(cf) (((cf)->cf_sr & 1) == 0) macro
/netbsd-current/sys/arch/vax/include/
H A Dpsl.h105 #define CLKF_USERMODE(framep) (((framep)->ps & PSL_U) == PSL_U) macro
/netbsd-current/sys/arch/sh3/include/
H A Dcpu.h88 #define CLKF_USERMODE(cf) (!KERNELMODE((cf)->ssr)) macro
/netbsd-current/sys/arch/ia64/include/
H A Dcpu.h149 #define CLKF_USERMODE(cf) (TRAPF_USERMODE(&(cf)->cf_tf)) macro
/netbsd-current/sys/arch/riscv/include/
H A Dcpu.h43 #define CLKF_USERMODE(cf) (((cf)->cf_status & SR_SPP) == 0) macro
/netbsd-current/sys/arch/m68k/include/
H A Dcpu.h160 #define CLKF_USERMODE(framep) (((framep)->cf_sr & PSL_S) == 0) macro
/netbsd-current/sys/arch/alpha/include/
H A Dcpu.h207 #define CLKF_USERMODE(framep) \ macro
/netbsd-current/sys/arch/aarch64/include/
H A Dcpu.h58 #define CLKF_USERMODE(cf) ((((cf)->cf_tf.tf_spsr) & 0x0f) == 0) macro
/netbsd-current/sys/arch/arm/include/
H A Dcpu.h119 #define CLKF_USERMODE(cf) (((cf)->cf_tf.tf_spsr & PSR_MODE) == PSR_USR32_MODE) macro
/netbsd-current/sys/arch/sparc64/include/
H A Dcpu.h346 #define CLKF_USERMODE(framep) (((framep)->t.tf_tstate & TSTATE_PRIV) == 0) macro
/netbsd-current/sys/arch/mips/include/
H A Dcpu.h251 #define CLKF_USERMODE(framep) ((framep)->sr & cpu_clkf_usermode_mask()) macro
/netbsd-current/sys/arch/hppa/include/
H A Dcpu.h258 #define CLKF_USERMODE(framep) ((framep)->cf_flags & T_USER) macro
/netbsd-current/sys/arch/powerpc/include/
H A Dcpu.h437 #define CLKF_USERMODE(cf) cpu_clkf_usermode(cf) macro
/netbsd-current/sys/arch/sparc/include/
H A Dcpu.h446 #define CLKF_USERMODE(framep) (((framep)->psr & PSR_PS) == 0) macro

Completed in 160 milliseconds