Searched refs:FPINST2 (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/vfp/ |
H A D | vfphw.S | 115 tst r1, #FPEXC_FP2V @ is there an FPINST2 to read? 117 VFPFMRX r8, FPINST2 @ FPINST2 if needed (and present) 120 stmia r4, {r1, r5, r6, r8} @ save FPEXC, FPSCR, FPINST, FPINST2 153 ldmia r10, {r1, r5, r6, r8} @ load FPEXC, FPSCR, FPINST, FPINST2 158 tst r1, #FPEXC_FP2V @ is there an FPINST2 to write? 160 VFPFMXR FPINST2, r8 @ FPINST2 if needed (and present) 231 tst r1, #FPEXC_FP2V @ is there an FPINST2 to read? 233 VFPFMRX r12, FPINST2 [all...] |
H A D | vfpmodule.c | 305 * A CPRT instruction can not appear in FPINST2, nor in vfp_emulate_instruction() 312 * A CPDT instruction can not appear in FPINST2, nor can in vfp_emulate_instruction() 412 trigger = fmrx(FPINST2); in VFP_bounce() 614 /* Ensure FPINST2 is invalid and the exception flag is cleared. */ in vfp_restore_user_hwstate()
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | vfp.h | 19 #define FPINST2 cr10 macro
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | vfp.h | 19 #define FPINST2 cr10 macro
|
/kernel/linux/linux-6.6/arch/arm/vfp/ |
H A D | vfpmodule.c | 305 * A CPRT instruction can not appear in FPINST2, nor in vfp_emulate_instruction() 312 * A CPDT instruction can not appear in FPINST2, nor can in vfp_emulate_instruction() 411 trigger = fmrx(FPINST2); in VFP_bounce() 614 /* Ensure FPINST2 is invalid and the exception flag is cleared. */ in vfp_restore_user_hwstate()
|
Completed in 4 milliseconds