Home
last modified time | relevance | path

Searched refs:MIPS_FPIR_F64 (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/arch/mips/kernel/
Delf.c254 state->overall_fp_mode = ((raw_current_cpu_data.fpu_id & MIPS_FPIR_F64) && in arch_check_elf()
Dfpu-probe.c263 value |= MIPS_FPIR_F64 | MIPS_FPIR_L | MIPS_FPIR_W; in cpu_set_nofpu_id()
Dprocess.c811 !(raw_current_cpu_data.fpu_id & MIPS_FPIR_F64)) in mips_set_process_fp_mode()
/Linux-v6.1/arch/mips/kvm/
Dmips.c599 if (boot_cpu_data.fpu_id & MIPS_FPIR_F64) in kvm_mips_num_regs()
632 if (i & 1 && !(boot_cpu_data.fpu_id & MIPS_FPIR_F64)) in kvm_mips_copy_reg_indices()
Dvz.c1333 if (!(boot_cpu_data.fpu_id & MIPS_FPIR_F64)) in kvm_trap_vz_handle_gsfc()
/Linux-v6.1/arch/mips/include/asm/
Dmipsregs.h1098 #define MIPS_FPIR_F64 (_ULCAST_(1) << 22) macro