Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/kernel/
Delf.c103 state->fp_abi = MIPS_ABI_FP_OLD_64; in arch_elf_pt_proc()
127 state->interp_fp_abi = abiflags.fp_abi; in arch_elf_pt_proc()
129 state->fp_abi = abiflags.fp_abi; in arch_elf_pt_proc()
146 int fp_abi, interp_fp_abi, abi0, abi1, max_abi; in arch_check_elf() local
182 fp_abi = state->fp_abi; in arch_check_elf()
187 abi0 = min(fp_abi, interp_fp_abi); in arch_check_elf()
188 abi1 = max(fp_abi, interp_fp_abi); in arch_check_elf()
190 abi0 = abi1 = fp_abi; in arch_check_elf()
/linux-6.1.9/arch/mips/include/asm/
Delf.h197 uint8_t fp_abi; /* The floating-point ABI */ member
474 int fp_abi; member
483 .fp_abi = MIPS_ABI_FP_UNKNOWN, \
/linux-6.1.9/arch/loongarch/include/asm/
Delf.h317 int fp_abi; member
324 .fp_abi = LOONGARCH_ABI_FP_ANY, \