Home
last modified time | relevance | path

Searched refs:LP_OWEUPC (Results 1 – 25 of 38) sorted by relevance

12

/netbsd-src/sys/arch/sh3/include/
H A Duserret.h57 if (l->l_pflag & LP_OWEUPC) { in userret()
58 l->l_pflag &= ~LP_OWEUPC; in userret()
H A Dcpu.h116 (l)->l_pflag |= LP_OWEUPC; \
/netbsd-src/sys/arch/sparc/include/
H A Duserret.h71 if (l->l_pflag & LP_OWEUPC) { in userret()
72 l->l_pflag &= ~LP_OWEUPC; in userret()
/netbsd-src/sys/arch/arm/arm/
H A Dast.c125 if (l->l_pflag & LP_OWEUPC) { in ast()
126 l->l_pflag &= ~LP_OWEUPC; in ast()
/netbsd-src/sys/arch/powerpc/powerpc/
H A Dpowerpc_machdep.c405 if (l->l_pflag & LP_OWEUPC) { in cpu_ast()
406 l->l_pflag &= ~LP_OWEUPC; in cpu_ast()
438 l->l_pflag |= LP_OWEUPC; in cpu_need_proftick()
/netbsd-src/sys/arch/sun2/sun2/
H A Dtrap.c452 if (l->l_pflag & LP_OWEUPC) { in trap()
453 l->l_pflag &= ~LP_OWEUPC; in trap()
/netbsd-src/sys/arch/sun3/sun3/
H A Dtrap.c466 if (l->l_pflag & LP_OWEUPC) { in trap()
467 l->l_pflag &= ~LP_OWEUPC; in trap()
/netbsd-src/sys/arch/m68k/include/
H A Dcpu.h217 (l)->l_pflag |= LP_OWEUPC; cpu_set_ast(l); \
/netbsd-src/sys/arch/luna68k/luna68k/
H A Dtrap.c453 if (l->l_pflag & LP_OWEUPC) { in trap()
454 l->l_pflag &= ~LP_OWEUPC; in trap()
/netbsd-src/sys/arch/mac68k/mac68k/
H A Dtrap.c494 if (l->l_pflag & LP_OWEUPC) { in trap()
495 l->l_pflag &= ~LP_OWEUPC; in trap()
/netbsd-src/sys/arch/next68k/next68k/
H A Dtrap.c505 if (l->l_pflag & LP_OWEUPC) { in trap()
506 l->l_pflag &= ~LP_OWEUPC; in trap()
/netbsd-src/sys/arch/news68k/news68k/
H A Dtrap.c467 if (l->l_pflag & LP_OWEUPC) { in trap()
468 l->l_pflag &= ~LP_OWEUPC; in trap()
/netbsd-src/sys/arch/virt68k/virt68k/
H A Dtrap.c519 if (l->l_pflag & LP_OWEUPC) { in trap()
520 l->l_pflag &= ~LP_OWEUPC; in trap()
/netbsd-src/sys/arch/cesfic/cesfic/
H A Dtrap.c502 if (l->l_pflag & LP_OWEUPC) { in trap()
503 l->l_pflag &= ~LP_OWEUPC; in trap()
/netbsd-src/sys/arch/atari/atari/
H A Dtrap.c546 if (l->l_pflag & LP_OWEUPC) { in trap()
547 l->l_pflag &= ~LP_OWEUPC; in trap()
/netbsd-src/sys/arch/hp300/hp300/
H A Dtrap.c523 if (l->l_pflag & LP_OWEUPC) { in trap()
524 l->l_pflag &= ~LP_OWEUPC; in trap()
/netbsd-src/sys/arch/x68k/x68k/
H A Dtrap.c521 if (l->l_pflag & LP_OWEUPC) { in trap()
522 l->l_pflag &= ~LP_OWEUPC; in trap()
/netbsd-src/sys/arch/mvme68k/mvme68k/
H A Dtrap.c515 if (l->l_pflag & LP_OWEUPC) { in trap()
516 l->l_pflag &= ~LP_OWEUPC; in trap()
/netbsd-src/sys/arch/vax/include/
H A Dcpu.h219 (l)->l_pflag |= LP_OWEUPC; \
/netbsd-src/sys/arch/amd64/amd64/
H A Dtrap.c410 if (l->l_pflag & LP_OWEUPC) { in trap()
411 l->l_pflag &= ~LP_OWEUPC; in trap()
/netbsd-src/sys/arch/usermode/usermode/
H A Dtrap.c200 if (l->l_pflag & LP_OWEUPC) { in ast()
201 l->l_pflag &= ~LP_OWEUPC; in ast()
/netbsd-src/sys/arch/i386/i386/
H A Dtrap.c530 if (l->l_pflag & LP_OWEUPC) { in trap()
531 l->l_pflag &= ~LP_OWEUPC; in trap()
/netbsd-src/sys/arch/arm/include/
H A Dcpu.h372 #define cpu_need_proftick(l) ((l)->l_pflag |= LP_OWEUPC, \
/netbsd-src/sys/arch/sparc64/include/
H A Dcpu.h366 #define cpu_need_proftick(l) ((l)->l_pflag |= LP_OWEUPC, want_ast = 1)
/netbsd-src/sys/arch/riscv/riscv/
H A Dtrap.c659 if (curlwp->l_pflag & LP_OWEUPC) { in cpu_ast()
660 curlwp->l_pflag &= ~LP_OWEUPC; in cpu_ast()

12