/netbsd/sys/arch/sun68k/include/ |
H A D | cpu.h | 145 #define cpu_need_proftick(l) ((l)->l_pflag |= LP_OWEUPC, aston()) macro
|
/netbsd/sys/arch/luna68k/include/ |
H A D | cpu.h | 93 #define cpu_need_proftick(l) { (l)->l_pflag |= LP_OWEUPC; aston(); } macro
|
/netbsd/sys/arch/cesfic/include/ |
H A D | cpu.h | 92 #define cpu_need_proftick(l) \ macro
|
/netbsd/sys/arch/usermode/include/ |
H A D | cpu.h | 38 extern void cpu_need_proftick(struct lwp *);
|
/netbsd/sys/arch/x68k/include/ |
H A D | cpu.h | 101 #define cpu_need_proftick(l) \ macro
|
/netbsd/sys/arch/mvme68k/include/ |
H A D | cpu.h | 99 #define cpu_need_proftick(l) \ macro
|
/netbsd/sys/arch/evbcf/include/ |
H A D | cpu.h | 97 #define cpu_need_proftick(l) \ macro
|
/netbsd/sys/arch/amiga/include/ |
H A D | cpu.h | 91 #define cpu_need_proftick(l) ((l)->l_pflag |= LP_OWEUPC, setsoftast()) macro
|
/netbsd/sys/arch/or1k/include/ |
H A D | cpu.h | 93 void cpu_need_proftick(struct lwp *l);
|
/netbsd/sys/arch/atari/include/ |
H A D | cpu.h | 99 #define cpu_need_proftick(l) ((l)->l_pflag |= LP_OWEUPC, setsoftast()) macro
|
/netbsd/sys/arch/ia64/include/ |
H A D | cpu.h | 162 #define cpu_need_proftick(l) __nothing macro
|
/netbsd/sys/arch/hp300/include/ |
H A D | cpu.h | 101 #define cpu_need_proftick(l) \ macro
|
/netbsd/sys/arch/mac68k/include/ |
H A D | cpu.h | 112 #define cpu_need_proftick(l) ( (l)->l_pflag |= LP_OWEUPC, aston() ) macro
|
/netbsd/sys/arch/sh3/include/ |
H A D | cpu.h | 114 #define cpu_need_proftick(l) \ macro
|
/netbsd/sys/arch/alpha/include/ |
H A D | cpu.h | 221 void cpu_need_proftick(struct lwp *);
|
/netbsd/sys/arch/news68k/include/ |
H A D | cpu.h | 117 #define cpu_need_proftick(l) \ macro
|
/netbsd/sys/arch/vax/include/ |
H A D | cpu.h | 216 #define cpu_need_proftick(l) \ macro
|
/netbsd/sys/arch/aarch64/include/ |
H A D | cpu.h | 203 void cpu_need_proftick(struct lwp *l);
|
/netbsd/sys/arch/riscv/include/ |
H A D | cpu.h | 197 void cpu_need_proftick(struct lwp *l);
|
/netbsd/sys/arch/next68k/include/ |
H A D | cpu.h | 103 #define cpu_need_proftick(l) ((l)->l_pflag |= LP_OWEUPC, aston()) macro
|
/netbsd/sys/arch/mips/include/ |
H A D | cpu.h | 276 void cpu_need_proftick(struct lwp *);
|
/netbsd/sys/arch/arm/include/ |
H A D | cpu.h | 372 #define cpu_need_proftick(l) ((l)->l_pflag |= LP_OWEUPC, \ macro
|
/netbsd/sys/arch/sparc64/include/ |
H A D | cpu.h | 366 #define cpu_need_proftick(l) ((l)->l_pflag |= LP_OWEUPC, want_ast = 1) macro
|
/netbsd/sys/arch/hppa/include/ |
H A D | cpu.h | 268 #define cpu_need_proftick(l) ((l)->l_pflag |= LP_OWEUPC, setsoftast(l)) macro
|
/netbsd/sys/arch/sparc/include/ |
H A D | cpu.h | 477 #define cpu_need_proftick(l) ((l)->l_pflag |= LP_OWEUPC, cpuinfo.ci_want_ast = 1) macro
|