Home
last modified time | relevance | path

Searched refs:VFP_EXCEPTION_ERROR (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/arm/vfp/
Dvfpmodule.c249 if (exceptions == VFP_EXCEPTION_ERROR) { in vfp_raise_exceptions()
289 u32 exceptions = VFP_EXCEPTION_ERROR; in vfp_emulate_instruction()
373 vfp_raise_exceptions(VFP_EXCEPTION_ERROR, trigger, fpscr, regs); in VFP_bounce()
Dvfp.h358 #define VFP_EXCEPTION_ERROR ((u32)-1 & ~VFP_NAN_FLAG) macro