Home
last modified time | relevance | path

Searched refs:overall_fp_mode (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/kernel/
H A Delf.c196 state->overall_fp_mode = cpu_has_mips_r6 ? FP_FRE : FP_FR0; in arch_check_elf()
202 state->overall_fp_mode = FP_FR1; in arch_check_elf()
251 state->overall_fp_mode = FP_FRE; in arch_check_elf()
255 state->overall_fp_mode = ((raw_current_cpu_data.fpu_id & MIPS_FPIR_F64) && in arch_check_elf()
259 state->overall_fp_mode = FP_FR1; in arch_check_elf()
289 switch (state->overall_fp_mode) { in mips_set_personality_fp()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Delf.c196 state->overall_fp_mode = cpu_has_mips_r6 ? FP_FRE : FP_FR0; in arch_check_elf()
202 state->overall_fp_mode = FP_FR1; in arch_check_elf()
251 state->overall_fp_mode = FP_FRE; in arch_check_elf()
255 state->overall_fp_mode = ((raw_current_cpu_data.fpu_id & MIPS_FPIR_F64) && in arch_check_elf()
259 state->overall_fp_mode = FP_FR1; in arch_check_elf()
289 switch (state->overall_fp_mode) { in mips_set_personality_fp()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Delf.h494 int overall_fp_mode; member
503 .overall_fp_mode = -1, \
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Delf.h476 int overall_fp_mode; member
485 .overall_fp_mode = -1, \

Completed in 4 milliseconds