Home
last modified time | relevance | path

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

/arch/mips/kernel/
Delf.c104 state->fp_abi = MIPS_ABI_FP_OLD_64; in arch_elf_pt_proc()
128 state->interp_fp_abi = abiflags.fp_abi; in arch_elf_pt_proc()
130 state->fp_abi = abiflags.fp_abi; in arch_elf_pt_proc()
147 int fp_abi, interp_fp_abi, abi0, abi1, max_abi; in arch_check_elf() local
183 fp_abi = state->fp_abi; in arch_check_elf()
188 abi0 = min(fp_abi, interp_fp_abi); in arch_check_elf()
189 abi1 = max(fp_abi, interp_fp_abi); in arch_check_elf()
191 abi0 = abi1 = fp_abi; in arch_check_elf()
/arch/mips/include/asm/
Delf.h197 uint8_t fp_abi; /* The floating-point ABI */ member
492 int fp_abi; member
501 .fp_abi = MIPS_ABI_FP_UNKNOWN, \