Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Delf.c74 static struct mode_req none_req = { true, true, false, true, true }; variable
213 prog_req = (abi0 == MIPS_ABI_FP_UNKNOWN) ? none_req : fpu_reqs[abi0]; in arch_check_elf()
214 interp_req = (abi1 == MIPS_ABI_FP_UNKNOWN) ? none_req : fpu_reqs[abi1]; in arch_check_elf()
/openbmc/qemu/linux-user/mips/
H A Dcpu_loop.c244 static struct mode_req none_req = { true, true, false, true, true }; in target_cpu_copy_regs() local
269 prog_req = (info->fp_abi == MIPS_ABI_FP_UNKNOWN) ? none_req in target_cpu_copy_regs()
271 interp_req = (info->interp_fp_abi == MIPS_ABI_FP_UNKNOWN) ? none_req in target_cpu_copy_regs()