Searched refs:vfp_raise_exceptions (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/arm/vfp/ |
D | vfpmodule.c | 256 static void vfp_raise_exceptions(u32 exceptions, u32 inst, u32 fpscr, struct pt_regs *regs) in vfp_raise_exceptions() function 386 vfp_raise_exceptions(VFP_EXCEPTION_ERROR, trigger, fpscr, regs); in VFP_bounce() 411 vfp_raise_exceptions(exceptions, trigger, orig_fpscr, regs); in VFP_bounce() 430 vfp_raise_exceptions(exceptions, trigger, orig_fpscr, regs); in VFP_bounce()
|