Home
last modified time | relevance | path

Searched refs:FPEXC_EX (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/arm/kvm/hyp/
Dvfp.S31 tst r5, #FPEXC_EX @ Check for VFP Subarchitecture
32 bic r5, r5, #FPEXC_EX @ FPEXC_EX disable
39 @ If FPEXC_EX is 0, then FPINST/FPINST2 reads are upredictable, so
40 @ we only need to save them if FPEXC_EX is set.
58 tst r0, #FPEXC_EX @ Check for VFP Subarchitecture
/Linux-v4.19/arch/arm/vfp/
Dvfpmodule.c350 fmxr(FPEXC, fpexc & ~(FPEXC_EX|FPEXC_DEX|FPEXC_FP2V|FPEXC_VV|FPEXC_TRAP_MASK)); in VFP_bounce()
366 if (fpexc & FPEXC_EX) { in VFP_bounce()
390 if (fpexc & (FPEXC_EX | FPEXC_VV)) { in VFP_bounce()
412 if ((fpexc & (FPEXC_EX | FPEXC_FP2V)) != (FPEXC_EX | FPEXC_FP2V)) in VFP_bounce()
627 fpexc &= ~(FPEXC_EX | FPEXC_FP2V); in vfp_restore_user_hwstate()
Dvfphw.S98 bic r5, r1, #FPEXC_EX @ make sure exceptions are disabled
119 tst r1, #FPEXC_EX @ is there additional state to save?
/Linux-v4.19/arch/arm/include/asm/
Dvfp.h38 #define FPEXC_EX (1 << 31) macro