Home
last modified time | relevance | path

Searched refs:SET_PR_FPVALID (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Delfcore-compat.h7 * The former uses o32_elf_prstatus and PRSTATUS_SIZE/SET_PR_FPVALID
24 #define SET_PR_FPVALID(S) \ macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Delfcore-compat.h9 * The former uses i386_elf_prstatus and PRSTATUS_SIZE/SET_PR_FPVALID
26 #define SET_PR_FPVALID(S) \ macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dcompat.h167 #define SET_PR_FPVALID(S, V, R) \ macro
/kernel/linux/linux-5.10/fs/
H A Dbinfmt_elf.c1760 #ifndef SET_PR_FPVALID
1761 #define SET_PR_FPVALID(S, V, R) ((S)->pr_fpvalid = (V)) macro
1812 SET_PR_FPVALID(&t->prstatus, 1, regset0_size); in fill_thread_core_info()
/kernel/linux/linux-6.6/fs/
H A Dbinfmt_elf.c1763 #ifndef SET_PR_FPVALID
1764 #define SET_PR_FPVALID(S) ((S)->pr_fpvalid = 1) macro
1815 SET_PR_FPVALID(&t->prstatus); in fill_thread_core_info()

Completed in 7 milliseconds