HomeSort by: relevance | last modified time | path
    Searched defs:vfp_handler (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/vfp/
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
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

Completed in 127 milliseconds