Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Dfpu-probe.c263 value |= MIPS_FPIR_F64 | MIPS_FPIR_L | MIPS_FPIR_W; in cpu_set_nofpu_id()
H A Delf.c255 state->overall_fp_mode = ((raw_current_cpu_data.fpu_id & MIPS_FPIR_F64) && in arch_check_elf()
H A Dprocess.c812 !(raw_current_cpu_data.fpu_id & MIPS_FPIR_F64)) in mips_set_process_fp_mode()
/openbmc/linux/arch/mips/kvm/
H A Dmips.c589 if (boot_cpu_data.fpu_id & MIPS_FPIR_F64) in kvm_mips_num_regs()
622 if (i & 1 && !(boot_cpu_data.fpu_id & MIPS_FPIR_F64)) in kvm_mips_copy_reg_indices()
H A Dvz.c1333 if (!(boot_cpu_data.fpu_id & MIPS_FPIR_F64)) in kvm_trap_vz_handle_gsfc()
/openbmc/u-boot/arch/mips/include/asm/
H A Dmipsregs.h719 #define MIPS_FPIR_F64 (_ULCAST_(1) << 22) macro
/openbmc/linux/arch/mips/include/asm/
H A Dmipsregs.h1098 #define MIPS_FPIR_F64 (_ULCAST_(1) << 22) macro