Home
last modified time | relevance | path

Searched refs:fputrap (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/x86/include/
H A Dfpu.h24 void fputrap(struct trapframe *);
/netbsd-src/sys/arch/i386/i386/
H A Di386_trap.S303 call _C_LABEL(fputrap)
/netbsd-src/sys/arch/amd64/amd64/
H A Damd64_trap.S463 call _C_LABEL(fputrap)
/netbsd-src/sys/arch/x86/x86/
H A Dfpu.c562 fputrap(struct trapframe *frame) in fputrap() function