Home
last modified time | relevance | path

Searched refs:get_fpu_exception (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/powerpc/include/
H A Dfpu.h78 u_int get_fpu_exception(struct thread *);
/freebsd/sys/powerpc/powerpc/
H A Dfpu.c230 get_fpu_exception(struct thread *td) in get_fpu_exception() function
H A Dtrap.c423 ucode = get_fpu_exception(td); in trap()