Home
last modified time | relevance | path

Searched refs:astpending (Results 1 – 25 of 40) sorted by relevance

12

/netbsd/sys/arch/sun68k/include/
H A Dcpu.h128 extern int astpending; /* need to trap before returning to user mode */
129 #define aston() (astpending = 1)
/netbsd/sys/arch/luna68k/include/
H A Dcpu.h101 #define aston() (astpending = 1)
103 extern int astpending; /* need to trap before returning to user mode */
/netbsd/sys/arch/cesfic/include/
H A Dcpu.h101 extern int astpending; /* need to trap before returning to user mode */
102 #define aston() (astpending++)
/netbsd/sys/arch/usermode/include/
H A Dcpu.h47 extern int astpending;
48 #define aston(ci) (astpending++)
/netbsd/sys/arch/x68k/include/
H A Dcpu.h110 extern int astpending; /* need to trap before returning to user mode */
111 #define aston() (astpending++)
/netbsd/sys/arch/mvme68k/include/
H A Dcpu.h108 extern int astpending; /* need to trap before returning to user mode */
109 #define aston() (astpending++)
/netbsd/sys/arch/evbcf/include/
H A Dcpu.h106 extern int astpending; /* need to trap before returning to user mode */
107 #define aston() (astpending++)
/netbsd/sys/arch/amiga/include/
H A Dcpu.h99 extern int astpending; /* need trap before returning to user mode */
100 #define setsoftast() (astpending = 1)
/netbsd/sys/arch/atari/include/
H A Dcpu.h107 #define setsoftast() (astpending = 1)
109 extern int astpending; /* need trap before returning to user mode */
/netbsd/sys/arch/hp300/include/
H A Dcpu.h110 extern int astpending; /* need to trap before returning to user mode */
111 #define aston() (astpending++)
/netbsd/sys/arch/mac68k/include/
H A Dcpu.h120 extern int astpending; /* need to trap before returning to user mode */
121 #define aston() (astpending++)
/netbsd/sys/arch/news68k/include/
H A Dcpu.h126 extern int astpending; /* need to trap before returning to user mode */
129 do { astpending++; *ctrl_ast = 0xff; } while (/* CONSTCOND */0)
/netbsd/sys/arch/next68k/include/
H A Dcpu.h111 #define aston() (astpending++)
113 extern int astpending; /* need to trap before returning to user mode */
/netbsd/sys/arch/usermode/usermode/
H A Dtrap.c98 int astpending = 0; variable
194 astpending = 0; in ast()
196 } while (astpending); in ast()
/netbsd/sys/arch/sun2/sun2/
H A Dtrap.c140 int astpending; variable
451 astpending = 0; in trap()
/netbsd/sys/arch/sun3/sun3/
H A Dtrap.c149 int astpending; variable
465 astpending = 0; in trap()
/netbsd/sys/arch/mac68k/mac68k/
H A Dtrap.c88 int astpending; variable
475 astpending = 0; in trap()
/netbsd/sys/arch/luna68k/luna68k/
H A Dtrap.c84 int astpending; variable
432 astpending = 0; in trap()
/netbsd/sys/arch/news68k/news68k/
H A Dtrap.c86 int astpending; variable
467 astpending = 0; in trap()
/netbsd/sys/arch/mvme68k/mvme68k/
H A Dtrap.c93 int astpending; variable
516 astpending = 0; in trap()
/netbsd/sys/arch/x68k/x68k/
H A Dtrap.c95 int astpending; variable
502 astpending = 0; in trap()
/netbsd/sys/arch/cesfic/cesfic/
H A Dtrap.c98 int astpending; variable
478 astpending = 0; in trap()
/netbsd/sys/arch/next68k/next68k/
H A Dtrap.c102 int astpending; variable
486 astpending = 0; in trap()
/netbsd/sys/arch/hp300/hp300/
H A Dtrap.c94 int astpending; variable
504 astpending = 0; in trap()
/netbsd/sys/arch/amiga/amiga/
H A Dtrap.c139 int astpending; variable
693 astpending = 0;

12