vfp_init.c | 152 static int vfp_handler(u_int, u_int, trapframe_t *, int); 380 replace_coproc_handler(VFP_COPROC, vfp_handler); 381 install_coproc_handler(VFP_COPROC2, vfp_handler); 402 vfp_handler(u_int address, u_int insn, trapframe_t *frame, int fault_code) function in typeref:typename:int
|