Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/i386/
H A Dsignal.c673 cpu_x86_fxrstor(env, fxstate, sizeof(*fxstate)); in xrstor_sigcontext()
691 cpu_x86_fxrstor(env, fxstate, sizeof(*fxstate)); in frstor_sigcontext()
/openbmc/qemu/target/i386/
H A Dcpu.h2409 void cpu_x86_fxrstor(CPUX86State *s, void *host, size_t len);
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c3098 void cpu_x86_fxrstor(CPUX86State *env, void *host, size_t len) in cpu_x86_fxrstor() function