Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Delfcore-compat.h38 compat_int_t pr_fpvalid; member
/linux-4.1.27/include/uapi/linux/
Delfcore.h73 int pr_fpvalid; /* True if math co-processor being used. */ member
/linux-4.1.27/arch/mips/kernel/
Dbinfmt_elfn32.c75 int pr_fpvalid; /* True if math co-processor being used. */ member
Dbinfmt_elfo32.c96 int pr_fpvalid; /* True if math co-processor being used. */ member
/linux-4.1.27/arch/parisc/kernel/
Dbinfmt_elf32.c59 int pr_fpvalid; /* True if math co-processor being used. */ member
/linux-4.1.27/fs/
Dbinfmt_elf.c1622 #define SET_PR_FPVALID(S, V) ((S)->pr_fpvalid = (V))
1874 if ((t->prstatus.pr_fpvalid = elf_core_copy_task_fpregs(p, NULL, in elf_dump_thread_status()
1991 info->prstatus->pr_fpvalid = elf_core_copy_task_fpregs(current, regs, in fill_note_info()
1993 if (info->prstatus->pr_fpvalid) in fill_note_info()
Dbinfmt_elf_fdpic.c1439 t->prstatus.pr_fpvalid = elf_core_copy_task_fpregs(p, NULL, &t->fpu); in elf_dump_thread_status()
1440 if (t->prstatus.pr_fpvalid) { in elf_dump_thread_status()
1652 if ((prstatus->pr_fpvalid = in elf_fdpic_core_dump()