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

1 2

  /src/sys/arch/usermode/include/
cpu.h 47 extern int astpending;
48 #define aston(ci) (astpending++)
  /src/sys/arch/m68k/include/
cpu.h 195 extern volatile int astpending;
198 __USE(l); astpending = 1; cpu_set_hw_ast(l); \
  /src/sys/arch/usermode/usermode/
trap.c 98 int astpending = 0; variable in typeref:typename:int
194 astpending = 0;
196 } while (astpending);
  /src/sys/arch/sun2/sun2/
trap.c 140 volatile int astpending; variable in typeref:typename:volatile int
450 astpending = 0;
  /src/sys/arch/sun3/sun3/
trap.c 149 volatile int astpending; variable in typeref:typename:volatile int
464 astpending = 0;
  /src/sys/arch/amiga/amiga/
trap.c 140 volatile int astpending; variable in typeref:typename:volatile int
693 astpending = 0;
  /src/sys/arch/atari/atari/
trap.c 522 astpending = 0;
  /src/sys/arch/cesfic/cesfic/
trap.c 475 astpending = 0;
locore.s 488 tstl _C_LABEL(astpending)
654 tstl _C_LABEL(astpending) | AST pending?
  /src/sys/arch/hp300/hp300/
trap.c 501 astpending = 0;
  /src/sys/arch/luna68k/luna68k/
trap.c 431 astpending = 0;
locore.s 427 tstl _C_LABEL(astpending) | AST pending?
611 tstl _C_LABEL(astpending) | AST pending?
  /src/sys/arch/m68k/m68k/
m68k_trap.c 62 volatile int astpending; variable in typeref:typename:volatile int
  /src/sys/arch/mac68k/mac68k/
trap.c 472 astpending = 0;
  /src/sys/arch/mvme68k/mvme68k/
trap.c 514 astpending = 0;
locore.s 788 tstl _C_LABEL(astpending) | AST pending?
923 tstl _C_LABEL(astpending) | AST pending?
  /src/sys/arch/news68k/news68k/
trap.c 465 astpending = 0;
locore.s 521 tstl _C_LABEL(astpending) | AST pending?
728 tstl _C_LABEL(astpending) | AST pending?
  /src/sys/arch/next68k/next68k/
trap.c 483 astpending = 0;
locore.s 502 tstl _C_LABEL(astpending)
672 tstl _C_LABEL(astpending) | AST pending?
  /src/sys/arch/x68k/x68k/
trap.c 499 astpending = 0;
locore.s 496 tstl _C_LABEL(astpending) | AST pending?
720 tstl _C_LABEL(astpending) | AST pending?
  /src/sys/arch/virt68k/virt68k/
trap.c 518 astpending = 0;
locore.s 367 tstl _C_LABEL(astpending) | AST pending?
521 tstl _C_LABEL(astpending) | AST pending?
  /src/sys/arch/mips/mips/
trap.c 756 u_int astpending; local in function:ast
758 while ((astpending = l->l_md.md_astpending) != 0) {

Completed in 30 milliseconds

1 2