Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/
Dprocessor.h96 #define NUM_FPU_REGS 32 macro
137 union fpureg fpr[NUM_FPU_REGS];
/Linux-v4.19/arch/mips/kernel/
Dptrace.c434 0, NUM_FPU_REGS * sizeof(elf_fpreg_t)); in fpr_get_fpa()
452 for (i = 0; i < NUM_FPU_REGS; i++) { in fpr_get_msa()
474 const int fcr31_pos = NUM_FPU_REGS * sizeof(elf_fpreg_t); in fpr_get()
509 0, NUM_FPU_REGS * sizeof(elf_fpreg_t)); in fpr_set_fpa()
527 for (i = 0; i < NUM_FPU_REGS && *count > 0; i++) { in fpr_set_msa()
556 const int fcr31_pos = NUM_FPU_REGS * sizeof(elf_fpreg_t); in fpr_set()
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()