Searched refs:cpu_x86_fxrstor (Results 1 – 3 of 3) sorted by relevance
673 cpu_x86_fxrstor(env, fxstate, sizeof(*fxstate)); in xrstor_sigcontext()691 cpu_x86_fxrstor(env, fxstate, sizeof(*fxstate)); in frstor_sigcontext()
2409 void cpu_x86_fxrstor(CPUX86State *s, void *host, size_t len);
3098 void cpu_x86_fxrstor(CPUX86State *env, void *host, size_t len) in cpu_x86_fxrstor() function