Home
last modified time | relevance | path

Searched refs:user32_fxsr_struct (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/arch/x86/include/asm/fpu/
Dsignal.h18 # define user32_fxsr_struct user_fxsr_struct macro
/Linux-v5.15/arch/x86/include/asm/
Duser32.h20 struct user32_fxsr_struct { struct
/Linux-v5.15/arch/x86/kernel/
Dptrace.c1091 sizeof(struct user32_fxsr_struct), in ia32_arch_ptrace()
1097 sizeof(struct user32_fxsr_struct), in ia32_arch_ptrace()
1274 .n = sizeof(struct user32_fxsr_struct) / sizeof(u32),
/Linux-v5.15/arch/x86/kernel/fpu/
Dregset.c90 struct user32_fxsr_struct newstate; in xfpregs_set()