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

/linux-master/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 in struct:o32_elf_prstatus
26 ? &(S)->pr_fpvalid \
27 : &((struct o32_elf_prstatus *)(S))->pr_fpvalid) = 1)
/linux-master/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 in struct:i386_elf_prstatus
28 ? &(S)->pr_fpvalid \
29 : &((struct i386_elf_prstatus *)(S))->pr_fpvalid) = 1)
/linux-master/include/linux/
H A Delfcore-compat.h63 compat_int_t pr_fpvalid; member in struct:compat_elf_prstatus
H A Delfcore.h52 int pr_fpvalid; /* True if math co-processor being used. */ member in struct:elf_prstatus
/linux-master/fs/
H A Dbinfmt_elf_fdpic.c1200 int pr_fpvalid; /* True if math co-processor being used. */ member in struct:elf_prstatus_fdpic
1411 t->prstatus.pr_fpvalid = 1;
1415 if (t->prstatus.pr_fpvalid) {
H A Dbinfmt_elf.c1699 #define SET_PR_FPVALID(S) ((S)->pr_fpvalid = 1)
1782 t->prstatus.pr_fpvalid = 1;

Completed in 175 milliseconds