Home
last modified time | relevance | path

Searched refs:FPEXC_FP2V (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm/vfp/
H A Dvfpmodule.c343 fmxr(FPEXC, fpexc & ~(FPEXC_EX|FPEXC_DEX|FPEXC_FP2V|FPEXC_VV|FPEXC_TRAP_MASK)); in VFP_bounce()
403 if ((fpexc & (FPEXC_EX | FPEXC_FP2V)) != (FPEXC_EX | FPEXC_FP2V)) in VFP_bounce()
615 fpexc &= ~(FPEXC_EX | FPEXC_FP2V); in vfp_restore_user_hwstate()
H A Dvfphw.S43 tst r0, #FPEXC_FP2V @ is there an FPINST2 to write?
61 tst r1, #FPEXC_FP2V @ is there an FPINST2 to read?
/linux/arch/arm/include/asm/
H A Dvfp.h43 #define FPEXC_FP2V (1 << 28) macro