Searched refs:FPINST (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/vfp/ |
H A D | vfphw.S | 114 VFPFMRX r6, FPINST @ FPINST (only if FPEXC.EX is set) 120 stmia r4, {r1, r5, r6, r8} @ save FPEXC, FPSCR, FPINST, FPINST2 153 ldmia r10, {r1, r5, r6, r8} @ load FPEXC, FPSCR, FPINST, FPINST2 157 VFPFMXR FPINST, r6 @ restore FPINST (only if FPEXC.EX is set) 230 VFPFMRX r3, FPINST @ FPINST (only if FPEXC.EX is set) 235 stmia r0, {r1, r2, r3, r12} @ save FPEXC, FPSCR, FPINST, FPINST2
|
H A D | vfpmodule.c | 361 * Asynchronous exception. The instruction is read from FPINST in VFP_bounce() 364 trigger = fmrx(FPINST); in VFP_bounce()
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | vfp.h | 18 #define FPINST cr9 macro
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | vfp.h | 18 #define FPINST cr9 macro
|
/kernel/linux/linux-6.6/arch/arm/vfp/ |
H A D | vfpmodule.c | 361 * Asynchronous exception. The instruction is read from FPINST in VFP_bounce() 364 trigger = fmrx(FPINST); in VFP_bounce()
|
Completed in 4 milliseconds