Searched refs:T_ASTFLT (Results 26 - 47 of 47) sorted by relevance

12

/netbsd-current/sys/arch/x86/x86/
H A Dvm_machdep.c195 tf->tf_trapno = T_ASTFLT;
/netbsd-current/sys/arch/amiga/amiga/
H A Dtrap.c687 case T_ASTFLT:
692 case T_ASTFLT|T_USER:
H A Dlocore.s691 * the T_ASTFLT handling code will also check for software interrupts so we
717 movl #T_ASTFLT,%sp@- | type == async system trap
/netbsd-current/sys/arch/vax/vax/
H A Dtrap.c316 case T_ASTFLT|T_USER:
H A Dintvec.S306 TRAPCALL(astintr, T_ASTFLT)
/netbsd-current/sys/arch/x68k/x68k/
H A Dkgdb_stub.c233 case T_ASTFLT:
H A Dlocore.s711 * the T_ASTFLT handling code will also check for software interrupts so we
736 movl #T_ASTFLT,%sp@- | type == async system trap
/netbsd-current/sys/arch/amd64/amd64/
H A Dtrap.c131 "asynchronous system trap", /* 3 T_ASTFLT */
407 case T_ASTFLT|T_USER:
H A Dlocore.S1465 /* Pushed T_ASTFLT into tf_trapno on entry. */
1541 movq $T_ASTFLT,TF_TRAPNO(%rsp)
1552 pushq $T_ASTFLT
1600 pushq $T_ASTFLT /* trap # for doing ASTs */
/netbsd-current/sys/arch/i386/i386/
H A Dspl.S328 movl $T_ASTFLT,TF_TRAPNO(%esp) /* XXX undo later.. */
329 /* Pushed T_ASTFLT into tf_trapno on entry. */
H A Dtrap.c141 "asynchronous system trap", /* 3 T_ASTFLT */
527 case T_ASTFLT|T_USER:
H A Dlocore.S1590 pushl $T_ASTFLT /* trap # for doing ASTs */
1678 /* Pushed T_ASTFLT into tf_trapno on entry. */
/netbsd-current/sys/arch/luna68k/stand/boot/
H A Dlocore.S540 * the T_ASTFLT handling code will also check for software interrupts so we
565 movl #T_ASTFLT,%sp@- | type == async system trap
/netbsd-current/sys/arch/sun3/sun3/
H A Dlocore.s467 * the T_ASTFLT handling code will also check for software interrupts so we
492 movl #T_ASTFLT,%sp@- | type == async system trap
/netbsd-current/sys/arch/sun3/sun3x/
H A Dlocore.s452 * the T_ASTFLT handling code will also check for software interrupts so we
477 movl #T_ASTFLT,%sp@- | type == async system trap
/netbsd-current/sys/arch/next68k/next68k/
H A Dlocore.s663 * the T_ASTFLT handling code will also check for software interrupts so we
688 movl #T_ASTFLT,%sp@- | type == async system trap
/netbsd-current/sys/arch/cesfic/cesfic/
H A Dlocore.s644 * the T_ASTFLT handling code will also check for software interrupts so we
667 movl #T_ASTFLT,%sp@- | type == async system trap
/netbsd-current/sys/arch/news68k/news68k/
H A Dlocore.s741 movl #T_ASTFLT,%sp@- | type == async system trap
/netbsd-current/sys/arch/luna68k/luna68k/
H A Dlocore.s598 * the T_ASTFLT handling code will also check for software interrupts so we
623 movl #T_ASTFLT,%sp@- | type == async system trap
/netbsd-current/sys/arch/atari/atari/
H A Dlocore.s768 * the T_ASTFLT handling code will also check for software interrupts so we
794 movl #T_ASTFLT,%sp@- | type == async system trap
/netbsd-current/sys/arch/hp300/hp300/
H A Dlocore.s921 movl #T_ASTFLT,%sp@- | type == async system trap
/netbsd-current/sys/arch/mac68k/mac68k/
H A Dlocore.s804 * the T_ASTFLT handling code will also check for software interrupts so we
826 movl #T_ASTFLT,%sp@- | type == async system trap

Completed in 414 milliseconds

12