Home
last modified time | relevance | path

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

/linux-6.12.1/arch/openrisc/include/asm/
Dfpu.h10 task->thread.fpcsr = mfspr(SPR_FPCSR); in save_fpu()
15 mtspr(SPR_FPCSR, task->thread.fpcsr); in restore_fpu()
Dspr_defs.h58 #define SPR_FPCSR (SPRGROUP_SYS + 20) /* CZ 21/06/01 */ macro