Home
last modified time | relevance | path

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

/arch/mips/kernel/
Delf.c60 static const struct mode_req fpu_reqs[] = { variable
218 prog_req = (abi0 == MIPS_ABI_FP_UNKNOWN) ? none_req : fpu_reqs[abi0]; in arch_check_elf()
219 interp_req = (abi1 == MIPS_ABI_FP_UNKNOWN) ? none_req : fpu_reqs[abi1]; in arch_check_elf()