| /netbsd-src/sys/arch/sh3/include/ |
| H A D | userret.h | 57 if (l->l_pflag & LP_OWEUPC) { in userret() 58 l->l_pflag &= ~LP_OWEUPC; in userret()
|
| H A D | cpu.h | 116 (l)->l_pflag |= LP_OWEUPC; \
|
| /netbsd-src/sys/arch/sparc/include/ |
| H A D | userret.h | 71 if (l->l_pflag & LP_OWEUPC) { in userret() 72 l->l_pflag &= ~LP_OWEUPC; in userret()
|
| /netbsd-src/sys/arch/arm/arm/ |
| H A D | ast.c | 125 if (l->l_pflag & LP_OWEUPC) { in ast() 126 l->l_pflag &= ~LP_OWEUPC; in ast()
|
| /netbsd-src/sys/arch/powerpc/powerpc/ |
| H A D | powerpc_machdep.c | 405 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 D | trap.c | 452 if (l->l_pflag & LP_OWEUPC) { in trap() 453 l->l_pflag &= ~LP_OWEUPC; in trap()
|
| /netbsd-src/sys/arch/sun3/sun3/ |
| H A D | trap.c | 466 if (l->l_pflag & LP_OWEUPC) { in trap() 467 l->l_pflag &= ~LP_OWEUPC; in trap()
|
| /netbsd-src/sys/arch/m68k/include/ |
| H A D | cpu.h | 217 (l)->l_pflag |= LP_OWEUPC; cpu_set_ast(l); \
|
| /netbsd-src/sys/arch/luna68k/luna68k/ |
| H A D | trap.c | 453 if (l->l_pflag & LP_OWEUPC) { in trap() 454 l->l_pflag &= ~LP_OWEUPC; in trap()
|
| /netbsd-src/sys/arch/mac68k/mac68k/ |
| H A D | trap.c | 494 if (l->l_pflag & LP_OWEUPC) { in trap() 495 l->l_pflag &= ~LP_OWEUPC; in trap()
|
| /netbsd-src/sys/arch/next68k/next68k/ |
| H A D | trap.c | 505 if (l->l_pflag & LP_OWEUPC) { in trap() 506 l->l_pflag &= ~LP_OWEUPC; in trap()
|
| /netbsd-src/sys/arch/news68k/news68k/ |
| H A D | trap.c | 467 if (l->l_pflag & LP_OWEUPC) { in trap() 468 l->l_pflag &= ~LP_OWEUPC; in trap()
|
| /netbsd-src/sys/arch/virt68k/virt68k/ |
| H A D | trap.c | 519 if (l->l_pflag & LP_OWEUPC) { in trap() 520 l->l_pflag &= ~LP_OWEUPC; in trap()
|
| /netbsd-src/sys/arch/cesfic/cesfic/ |
| H A D | trap.c | 502 if (l->l_pflag & LP_OWEUPC) { in trap() 503 l->l_pflag &= ~LP_OWEUPC; in trap()
|
| /netbsd-src/sys/arch/atari/atari/ |
| H A D | trap.c | 546 if (l->l_pflag & LP_OWEUPC) { in trap() 547 l->l_pflag &= ~LP_OWEUPC; in trap()
|
| /netbsd-src/sys/arch/hp300/hp300/ |
| H A D | trap.c | 523 if (l->l_pflag & LP_OWEUPC) { in trap() 524 l->l_pflag &= ~LP_OWEUPC; in trap()
|
| /netbsd-src/sys/arch/x68k/x68k/ |
| H A D | trap.c | 521 if (l->l_pflag & LP_OWEUPC) { in trap() 522 l->l_pflag &= ~LP_OWEUPC; in trap()
|
| /netbsd-src/sys/arch/mvme68k/mvme68k/ |
| H A D | trap.c | 515 if (l->l_pflag & LP_OWEUPC) { in trap() 516 l->l_pflag &= ~LP_OWEUPC; in trap()
|
| /netbsd-src/sys/arch/vax/include/ |
| H A D | cpu.h | 219 (l)->l_pflag |= LP_OWEUPC; \
|
| /netbsd-src/sys/arch/amd64/amd64/ |
| H A D | trap.c | 410 if (l->l_pflag & LP_OWEUPC) { in trap() 411 l->l_pflag &= ~LP_OWEUPC; in trap()
|
| /netbsd-src/sys/arch/usermode/usermode/ |
| H A D | trap.c | 200 if (l->l_pflag & LP_OWEUPC) { in ast() 201 l->l_pflag &= ~LP_OWEUPC; in ast()
|
| /netbsd-src/sys/arch/i386/i386/ |
| H A D | trap.c | 530 if (l->l_pflag & LP_OWEUPC) { in trap() 531 l->l_pflag &= ~LP_OWEUPC; in trap()
|
| /netbsd-src/sys/arch/arm/include/ |
| H A D | cpu.h | 372 #define cpu_need_proftick(l) ((l)->l_pflag |= LP_OWEUPC, \
|
| /netbsd-src/sys/arch/sparc64/include/ |
| H A D | cpu.h | 366 #define cpu_need_proftick(l) ((l)->l_pflag |= LP_OWEUPC, want_ast = 1)
|
| /netbsd-src/sys/arch/riscv/riscv/ |
| H A D | trap.c | 659 if (curlwp->l_pflag & LP_OWEUPC) { in cpu_ast() 660 curlwp->l_pflag &= ~LP_OWEUPC; in cpu_ast()
|