Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/fpu/
H A Dlegacy.h88 static inline void frstor(struct fregs_state *fx) in frstor() function
90 kernel_insn(frstor %[fx], "=m" (*fx), [fx] "m" (*fx)); in frstor()
95 return kernel_insn_err(frstor %[fx], "=m" (*fx), [fx] "m" (*fx)); in frstor_safe()
100 return user_insn(frstor %[fx], "=m" (*fx), [fx] "m" (*fx)); in frstor_from_user_sigframe()