Searched refs:vfp_bounce (Results 1 – 1 of 1) sorted by relevance
50 static int vfp_bounce(u_int, u_int, struct trapframe *, int);162 vfp10_uh.uh_handler = vfp_bounce; in vfp_init()163 vfp11_uh.uh_handler = vfp_bounce; in vfp_init()176 vfp_bounce(u_int addr, u_int insn, struct trapframe *frame, int code) in vfp_bounce() function