Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Delfcore-compat.h39 compat_int_t pr_fpvalid; member
/Linux-v5.4/include/uapi/linux/
Delfcore.h74 int pr_fpvalid; /* True if math co-processor being used. */ member
/Linux-v5.4/arch/mips/kernel/
Dbinfmt_elfn32.c62 int pr_fpvalid; /* True if math co-processor being used. */ member
Dbinfmt_elfo32.c67 int pr_fpvalid; /* True if math co-processor being used. */ member
/Linux-v5.4/fs/
Dbinfmt_elf.c1696 #define SET_PR_FPVALID(S, V, R) ((S)->pr_fpvalid = (V))
1949 if ((t->prstatus.pr_fpvalid = elf_core_copy_task_fpregs(p, NULL, in elf_dump_thread_status()
2064 info->prstatus->pr_fpvalid = elf_core_copy_task_fpregs(current, regs, in fill_note_info()
2066 if (info->prstatus->pr_fpvalid) in fill_note_info()
Dbinfmt_elf_fdpic.c1455 t->prstatus.pr_fpvalid = elf_core_copy_task_fpregs(p, NULL, &t->fpu); in elf_dump_thread_status()
1456 if (t->prstatus.pr_fpvalid) { in elf_dump_thread_status()
1671 if ((prstatus->pr_fpvalid = in elf_fdpic_core_dump()