HomeSort by: relevance | last modified time | path
    Searched refs:LP_OWEUPC (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/sys/arch/sh3/include/
userret.h 57 if (l->l_pflag & LP_OWEUPC) {
58 l->l_pflag &= ~LP_OWEUPC;
cpu.h 116 (l)->l_pflag |= LP_OWEUPC; \
  /src/sys/arch/sparc/include/
userret.h 71 if (l->l_pflag & LP_OWEUPC) {
72 l->l_pflag &= ~LP_OWEUPC;
cpu.h 477 #define cpu_need_proftick(l) ((l)->l_pflag |= LP_OWEUPC, cpuinfo.ci_want_ast = 1)
  /src/sys/arch/arm/arm/
ast.c 125 if (l->l_pflag & LP_OWEUPC) {
126 l->l_pflag &= ~LP_OWEUPC;
  /src/sys/arch/m68k/include/
cpu.h 217 (l)->l_pflag |= LP_OWEUPC; cpu_set_ast(l); \
  /src/sys/arch/vax/include/
cpu.h 219 (l)->l_pflag |= LP_OWEUPC; \
  /src/sys/arch/powerpc/powerpc/
powerpc_machdep.c 405 if (l->l_pflag & LP_OWEUPC) {
406 l->l_pflag &= ~LP_OWEUPC;
438 l->l_pflag |= LP_OWEUPC;
  /src/sys/arch/atari/atari/
trap.c 546 if (l->l_pflag & LP_OWEUPC) {
547 l->l_pflag &= ~LP_OWEUPC;
  /src/sys/arch/cesfic/cesfic/
trap.c 502 if (l->l_pflag & LP_OWEUPC) {
503 l->l_pflag &= ~LP_OWEUPC;
  /src/sys/arch/hp300/hp300/
trap.c 523 if (l->l_pflag & LP_OWEUPC) {
524 l->l_pflag &= ~LP_OWEUPC;
  /src/sys/arch/luna68k/luna68k/
trap.c 453 if (l->l_pflag & LP_OWEUPC) {
454 l->l_pflag &= ~LP_OWEUPC;
  /src/sys/arch/mac68k/mac68k/
trap.c 494 if (l->l_pflag & LP_OWEUPC) {
495 l->l_pflag &= ~LP_OWEUPC;
  /src/sys/arch/mvme68k/mvme68k/
trap.c 515 if (l->l_pflag & LP_OWEUPC) {
516 l->l_pflag &= ~LP_OWEUPC;
  /src/sys/arch/news68k/news68k/
trap.c 467 if (l->l_pflag & LP_OWEUPC) {
468 l->l_pflag &= ~LP_OWEUPC;
  /src/sys/arch/next68k/next68k/
trap.c 505 if (l->l_pflag & LP_OWEUPC) {
506 l->l_pflag &= ~LP_OWEUPC;
  /src/sys/arch/sun2/sun2/
trap.c 452 if (l->l_pflag & LP_OWEUPC) {
453 l->l_pflag &= ~LP_OWEUPC;
  /src/sys/arch/sun3/sun3/
trap.c 466 if (l->l_pflag & LP_OWEUPC) {
467 l->l_pflag &= ~LP_OWEUPC;
  /src/sys/arch/x68k/x68k/
trap.c 521 if (l->l_pflag & LP_OWEUPC) {
522 l->l_pflag &= ~LP_OWEUPC;
  /src/sys/arch/virt68k/virt68k/
trap.c 519 if (l->l_pflag & LP_OWEUPC) {
520 l->l_pflag &= ~LP_OWEUPC;
  /src/sys/arch/amd64/amd64/
trap.c 410 if (l->l_pflag & LP_OWEUPC) {
411 l->l_pflag &= ~LP_OWEUPC;
  /src/sys/arch/hppa/include/
cpu.h 268 #define cpu_need_proftick(l) ((l)->l_pflag |= LP_OWEUPC, setsoftast(l))
  /src/sys/arch/arm/include/
cpu.h 372 #define cpu_need_proftick(l) ((l)->l_pflag |= LP_OWEUPC, \
  /src/sys/arch/sparc64/include/
cpu.h 366 #define cpu_need_proftick(l) ((l)->l_pflag |= LP_OWEUPC, want_ast = 1)
  /src/sys/arch/usermode/usermode/
trap.c 200 if (l->l_pflag & LP_OWEUPC) {
201 l->l_pflag &= ~LP_OWEUPC;

Completed in 23 milliseconds

1 2