Home
last modified time | relevance | path

Searched refs:cpu_need_proftick (Results 1 – 25 of 35) sorted by relevance

12

/netbsd/sys/arch/sun68k/include/
H A Dcpu.h145 #define cpu_need_proftick(l) ((l)->l_pflag |= LP_OWEUPC, aston()) macro
/netbsd/sys/arch/luna68k/include/
H A Dcpu.h93 #define cpu_need_proftick(l) { (l)->l_pflag |= LP_OWEUPC; aston(); } macro
/netbsd/sys/arch/cesfic/include/
H A Dcpu.h92 #define cpu_need_proftick(l) \ macro
/netbsd/sys/arch/usermode/include/
H A Dcpu.h38 extern void cpu_need_proftick(struct lwp *);
/netbsd/sys/arch/x68k/include/
H A Dcpu.h101 #define cpu_need_proftick(l) \ macro
/netbsd/sys/arch/mvme68k/include/
H A Dcpu.h99 #define cpu_need_proftick(l) \ macro
/netbsd/sys/arch/evbcf/include/
H A Dcpu.h97 #define cpu_need_proftick(l) \ macro
/netbsd/sys/arch/amiga/include/
H A Dcpu.h91 #define cpu_need_proftick(l) ((l)->l_pflag |= LP_OWEUPC, setsoftast()) macro
/netbsd/sys/arch/or1k/include/
H A Dcpu.h93 void cpu_need_proftick(struct lwp *l);
/netbsd/sys/arch/atari/include/
H A Dcpu.h99 #define cpu_need_proftick(l) ((l)->l_pflag |= LP_OWEUPC, setsoftast()) macro
/netbsd/sys/arch/ia64/include/
H A Dcpu.h162 #define cpu_need_proftick(l) __nothing macro
/netbsd/sys/arch/hp300/include/
H A Dcpu.h101 #define cpu_need_proftick(l) \ macro
/netbsd/sys/arch/mac68k/include/
H A Dcpu.h112 #define cpu_need_proftick(l) ( (l)->l_pflag |= LP_OWEUPC, aston() ) macro
/netbsd/sys/arch/sh3/include/
H A Dcpu.h114 #define cpu_need_proftick(l) \ macro
/netbsd/sys/arch/alpha/include/
H A Dcpu.h221 void cpu_need_proftick(struct lwp *);
/netbsd/sys/arch/news68k/include/
H A Dcpu.h117 #define cpu_need_proftick(l) \ macro
/netbsd/sys/arch/vax/include/
H A Dcpu.h216 #define cpu_need_proftick(l) \ macro
/netbsd/sys/arch/aarch64/include/
H A Dcpu.h203 void cpu_need_proftick(struct lwp *l);
/netbsd/sys/arch/riscv/include/
H A Dcpu.h197 void cpu_need_proftick(struct lwp *l);
/netbsd/sys/arch/next68k/include/
H A Dcpu.h103 #define cpu_need_proftick(l) ((l)->l_pflag |= LP_OWEUPC, aston()) macro
/netbsd/sys/arch/mips/include/
H A Dcpu.h276 void cpu_need_proftick(struct lwp *);
/netbsd/sys/arch/arm/include/
H A Dcpu.h372 #define cpu_need_proftick(l) ((l)->l_pflag |= LP_OWEUPC, \ macro
/netbsd/sys/arch/sparc64/include/
H A Dcpu.h366 #define cpu_need_proftick(l) ((l)->l_pflag |= LP_OWEUPC, want_ast = 1) macro
/netbsd/sys/arch/hppa/include/
H A Dcpu.h268 #define cpu_need_proftick(l) ((l)->l_pflag |= LP_OWEUPC, setsoftast(l)) macro
/netbsd/sys/arch/sparc/include/
H A Dcpu.h477 #define cpu_need_proftick(l) ((l)->l_pflag |= LP_OWEUPC, cpuinfo.ci_want_ast = 1) macro

12