Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
H A Delf.h47 #define EF_MIPS_FP64 0x00000200 macro
269 # define __MIPS_O32_FP64_MUST_BE_ZERO EF_MIPS_FP64
/linux/arch/mips/kernel/
H A Delf.c96 if (flags & EF_MIPS_FP64) { in arch_elf_pt_proc()