Home
last modified time | relevance | path

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

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

Completed in 36 milliseconds