Searched refs:CLKF_USERMODE (Results 1 - 21 of 21) 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/ia64/include/
H A Dcpu.h149 #define CLKF_USERMODE(cf) (TRAPF_USERMODE(&(cf)->cf_tf)) macro
/netbsd-current/sys/arch/sh3/include/
H A Dcpu.h88 #define CLKF_USERMODE(cf) (!KERNELMODE((cf)->ssr)) macro
/netbsd-current/sys/arch/m68k/include/
H A Dcpu.h160 #define CLKF_USERMODE(framep) (((framep)->cf_sr & PSL_S) == 0) macro
H A Dframe.h232 if (! CLKF_USERMODE(cfp) && \
/netbsd-current/sys/arch/alpha/include/
H A Dcpu.h207 #define CLKF_USERMODE(framep) \ macro
/netbsd-current/sys/arch/sparc64/include/
H A Dcpu.h340 * Note that CLKF_INTR is valid only if CLKF_USERMODE is false.
346 #define CLKF_USERMODE(framep) (((framep)->t.tf_tstate & TSTATE_PRIV) == 0) macro
350 ((!CLKF_USERMODE(framep))&& \
/netbsd-current/sys/arch/mips/include/
H A Dcpu.h245 * A port must provide CLKF_USERMODE() for use in machine-independent code.
251 #define CLKF_USERMODE(framep) ((framep)->sr & cpu_clkf_usermode_mask()) 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/aarch64/include/
H A Dcpu.h58 #define CLKF_USERMODE(cf) ((((cf)->cf_tf.tf_spsr) & 0x0f) == 0) macro
/netbsd-current/sys/kern/
H A Dkern_clock.c313 ptimer_tick(l, CLKF_USERMODE(frame));
445 if (CLKF_USERMODE(frame)) {
/netbsd-current/sys/arch/hppa/include/
H A Dcpu.h258 #define CLKF_USERMODE(framep) ((framep)->cf_flags & T_USER) macro
/netbsd-current/sys/arch/arm/include/
H A Dcpu.h116 * CLKF_USERMODE: Return TRUE/FALSE (1/0) depending on whether the
119 #define CLKF_USERMODE(cf) (((cf)->cf_tf.tf_spsr & PSR_MODE) == PSR_USR32_MODE) macro
/netbsd-current/sys/arch/sparc/include/
H A Dcpu.h433 * Note that CLKF_INTR is valid only if CLKF_USERMODE is false.
446 #define CLKF_USERMODE(framep) (((framep)->psr & PSR_PS) == 0) macro
/netbsd-current/sys/arch/powerpc/include/
H A Dcpu.h437 #define CLKF_USERMODE(cf) cpu_clkf_usermode(cf) macro
/netbsd-current/external/cddl/osnet/dev/cyclic/
H A Dcyclic.c362 #define TRAPF_USERMODE(x) CLKF_USERMODE(x)

Completed in 237 milliseconds