Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/kernel/
Delf.c195 state->overall_fp_mode = cpu_has_mips_r6 ? FP_FRE : FP_FR0; in arch_check_elf()
201 state->overall_fp_mode = FP_FR1; in arch_check_elf()
250 state->overall_fp_mode = FP_FRE; in arch_check_elf()
254 state->overall_fp_mode = ((raw_current_cpu_data.fpu_id & MIPS_FPIR_F64) && in arch_check_elf()
258 state->overall_fp_mode = FP_FR1; in arch_check_elf()
288 switch (state->overall_fp_mode) { in mips_set_personality_fp()
/linux-6.1.9/arch/mips/include/asm/
Delf.h476 int overall_fp_mode; member
485 .overall_fp_mode = -1, \