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

/linux-4.1.27/include/linux/
H A Delfcore-compat.h38 compat_int_t pr_fpvalid; member in struct:compat_elf_prstatus
/linux-4.1.27/include/uapi/linux/
H A Delfcore.h73 int pr_fpvalid; /* True if math co-processor being used. */ member in struct:elf_prstatus
/linux-4.1.27/arch/mips/kernel/
H A Dbinfmt_elfn32.c75 int pr_fpvalid; /* True if math co-processor being used. */ member in struct:elf_prstatus32
H A Dbinfmt_elfo32.c96 int pr_fpvalid; /* True if math co-processor being used. */ member in struct:elf_prstatus32
/linux-4.1.27/arch/parisc/kernel/
H A Dbinfmt_elf32.c59 int pr_fpvalid; /* True if math co-processor being used. */ member in struct:elf_prstatus32
/linux-4.1.27/fs/
H A Dbinfmt_elf_fdpic.c1439 t->prstatus.pr_fpvalid = elf_core_copy_task_fpregs(p, NULL, &t->fpu); elf_dump_thread_status()
1440 if (t->prstatus.pr_fpvalid) { elf_dump_thread_status()
1652 if ((prstatus->pr_fpvalid = elf_fdpic_core_dump()
H A 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, elf_dump_thread_status()
1991 info->prstatus->pr_fpvalid = elf_core_copy_task_fpregs(current, regs, fill_note_info()
1993 if (info->prstatus->pr_fpvalid) fill_note_info()

Completed in 225 milliseconds