Searched refs:npxintr (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/i386/isa/
H A Dnpxvar.h91 int npxintr(void *, struct intrframe *);
H A Dnpx_isa.c158 IST_EDGE, IPL_NONE, (int (*)(void *))npxintr, 0);
H A Dnpx.c374 npxintr(void *arg, struct intrframe *frame) function
412 printf("npxintr: l = %p, curproc = %p, npx_type = %d\n",
414 printf("npxintr: came from nowhere");
/netbsd-6-1-5-RELEASE/sys/arch/i386/pnpbios/
H A Dnpx_pnpbios.c98 (int (*)(void *))npxintr, NULL);
/netbsd-6-1-5-RELEASE/sys/arch/i386/acpi/
H A Dnpx_acpi.c128 IPL_NONE, (int (*)(void *))npxintr, NULL);
/netbsd-6-1-5-RELEASE/sys/arch/i386/i386/
H A Dvector.S882 * Handle like an interrupt so that we can call npxintr to clear the
895 call _C_LABEL(npxintr)

Completed in 276 milliseconds