Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Delfcore-compat.h8 * are used to choose the size and location of ->pr_fpvalid of
17 compat_int_t pr_fpvalid; member
26 ? &(S)->pr_fpvalid \
27 : &((struct o32_elf_prstatus *)(S))->pr_fpvalid) = 1)
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Delfcore-compat.h10 * are used to choose the size and location of ->pr_fpvalid of
19 compat_int_t pr_fpvalid; member
28 ? &(S)->pr_fpvalid \
29 : &((struct i386_elf_prstatus *)(S))->pr_fpvalid) = 1)
/kernel/linux/linux-5.10/include/linux/
H A Delfcore-compat.h35 compat_int_t pr_fpvalid; member
H A Delfcore.h47 int pr_fpvalid; /* True if math co-processor being used. */ member
/kernel/linux/linux-6.6/include/linux/
H A Delfcore-compat.h63 compat_int_t pr_fpvalid; member
H A Delfcore.h52 int pr_fpvalid; /* True if math co-processor being used. */ member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Delfcore.h59 int pr_fpvalid; member
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dbinfmt_elfn32.c62 int pr_fpvalid; /* True if math co-processor being used. */ member
H A Dbinfmt_elfo32.c67 int pr_fpvalid; /* True if math co-processor being used. */ member
/kernel/linux/linux-5.10/fs/
H A Dbinfmt_elf.c1761 #define SET_PR_FPVALID(S, V, R) ((S)->pr_fpvalid = (V))
2009 if ((t->prstatus.pr_fpvalid = elf_core_copy_task_fpregs(p, NULL, in elf_dump_thread_status()
2107 info->prstatus->pr_fpvalid = in fill_note_info()
2109 if (info->prstatus->pr_fpvalid) in fill_note_info()
H A Dbinfmt_elf_fdpic.c1215 int pr_fpvalid; /* True if math co-processor being used. */ member
1425 t->prstatus.pr_fpvalid = 1; in elf_dump_thread_status()
1429 if (t->prstatus.pr_fpvalid) { in elf_dump_thread_status()
/kernel/linux/linux-6.6/fs/
H A Dbinfmt_elf_fdpic.c1196 int pr_fpvalid; /* True if math co-processor being used. */ member
1407 t->prstatus.pr_fpvalid = 1; in elf_dump_thread_status()
1411 if (t->prstatus.pr_fpvalid) { in elf_dump_thread_status()
H A Dbinfmt_elf.c1764 #define SET_PR_FPVALID(S) ((S)->pr_fpvalid = 1)
1847 t->prstatus.pr_fpvalid = 1; in fill_thread_core_info()

Completed in 12 milliseconds