Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Delfcore-compat.h39 compat_int_t pr_fpvalid; member
/Linux-v4.19/include/uapi/linux/
Delfcore.h74 int pr_fpvalid; /* True if math co-processor being used. */ member
/Linux-v4.19/arch/mips/kernel/
Dbinfmt_elfo32.c67 int pr_fpvalid; /* True if math co-processor being used. */ member
Dbinfmt_elfn32.c62 int pr_fpvalid; /* True if math co-processor being used. */ member
/Linux-v4.19/fs/
Dbinfmt_elf.c1719 #define SET_PR_FPVALID(S, V, R) ((S)->pr_fpvalid = (V))
1972 if ((t->prstatus.pr_fpvalid = elf_core_copy_task_fpregs(p, NULL, in elf_dump_thread_status()
2089 info->prstatus->pr_fpvalid = elf_core_copy_task_fpregs(current, regs, in fill_note_info()
2091 if (info->prstatus->pr_fpvalid) in fill_note_info()
Dbinfmt_elf_fdpic.c1459 t->prstatus.pr_fpvalid = elf_core_copy_task_fpregs(p, NULL, &t->fpu); in elf_dump_thread_status()
1460 if (t->prstatus.pr_fpvalid) { in elf_dump_thread_status()
1675 if ((prstatus->pr_fpvalid = in elf_fdpic_core_dump()