Searched refs:frstor (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/x86/kernel/fpu/ |
H A D | legacy.h | 88 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()
|
H A D | core.c | 133 frstor(&fpu->fpstate->regs.fsave); in save_fpregs_to_fpstate() 186 frstor(&fpstate->regs.fsave); in restore_fpregs_from_fpstate() 704 frstor(&init_fpstate.regs.fsave); in restore_fpregs_from_init_fpstate()
|
/openbmc/qemu/target/i386/ |
H A D | helper.h | 183 DEF_HELPER_3(frstor, void, env, tl, int)
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | x86.csv | 700 "FRSTOR m108byte","FRSTOR m108byte","frstor m108byte","DD /4","V","V","","operand32,operand64","r",… 701 "FRSTOR m94byte","FRSTORS m94byte","frstor m94byte","DD /4","V","V","","operand16","r","",""
|