Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/include/asm/
Dprocessor.h86 #define NUM_FPU_REGS 32 macro
127 union fpureg fpr[NUM_FPU_REGS];
/linux-4.4.14/arch/mips/kernel/
Dsignal.c78 for (i = 0; i < NUM_FPU_REGS; i += inc) { in copy_fp_to_sigcontext()
98 for (i = 0; i < NUM_FPU_REGS; i += inc) { in copy_fp_from_sigcontext()
179 for (i = 0; i < NUM_FPU_REGS; i++) { in save_msa_extcontext()
228 for (i = 0; i < NUM_FPU_REGS; i++) { in restore_msa_extcontext()
Dptrace.c458 for (i = 0; i < NUM_FPU_REGS; i++) { in fpr_get()
488 for (i = 0; i < NUM_FPU_REGS; i++) { in fpr_set()