Home
last modified time | relevance | path

Searched refs:orig_fpscr (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/vfp/
H A Dvfpmodule.c325 u32 fpscr, orig_fpscr, fpsid, exceptions; in VFP_bounce() local
345 orig_fpscr = fpscr = fmrx(FPSCR); in VFP_bounce()
398 vfp_raise_exceptions(exceptions, trigger, orig_fpscr, regs); in VFP_bounce()
415 exceptions = vfp_emulate_instruction(trigger, orig_fpscr, regs); in VFP_bounce()
417 vfp_raise_exceptions(exceptions, trigger, orig_fpscr, regs); in VFP_bounce()
/kernel/linux/linux-6.6/arch/arm/vfp/
H A Dvfpmodule.c326 u32 fpscr, orig_fpscr, fpsid, exceptions; in VFP_bounce() local
346 orig_fpscr = fpscr = fmrx(FPSCR); in VFP_bounce()
397 vfp_raise_exceptions(exceptions, trigger, orig_fpscr, regs); in VFP_bounce()
414 exceptions = vfp_emulate_instruction(trigger, orig_fpscr, regs); in VFP_bounce()
416 vfp_raise_exceptions(exceptions, trigger, orig_fpscr, regs); in VFP_bounce()

Completed in 3 milliseconds