Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
A Dptrace.c411 NUM_FPU_REGS * sizeof(elf_fpreg_t)); in fpr_get_fpa()
425 for (i = 0; i < NUM_FPU_REGS; i++) in fpr_get_msa()
459 0, NUM_FPU_REGS * sizeof(elf_fpreg_t)); in fpr_set_fpa()
477 for (i = 0; i < NUM_FPU_REGS && *count > 0; i++) { in fpr_set_msa()
506 const int fcr31_pos = NUM_FPU_REGS * sizeof(elf_fpreg_t); in fpr_set()
608 for (i = 0; i < NUM_FPU_REGS; i++) { in copy_pad_fprs()
619 const unsigned int wr_size = NUM_FPU_REGS * regset->size; in msa_get()
650 const unsigned int wr_size = NUM_FPU_REGS * regset->size; in msa_set()
668 for (; i < NUM_FPU_REGS; i++, start += regset->size) { in msa_set()
966 .n = NUM_FPU_REGS + 1,
[all …]
A Dsignal.c80 for (i = 0; i < NUM_FPU_REGS; i += inc) { in copy_fp_to_sigcontext()
100 for (i = 0; i < NUM_FPU_REGS; i += inc) { in copy_fp_from_sigcontext()
197 for (i = 0; i < NUM_FPU_REGS; i++) { in save_msa_extcontext()
243 for (i = 0; i < NUM_FPU_REGS; i++) { in restore_msa_extcontext()
/linux/arch/mips/include/asm/
A Dprocessor.h83 #define NUM_FPU_REGS 32 macro
124 union fpureg fpr[NUM_FPU_REGS];

Completed in 8 milliseconds