Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/i386/
H A Dsignal.c706 cpu_x86_frstor(env, fpstate, sizeof(*fpstate)); in frstor_sigcontext()
/openbmc/qemu/target/i386/
H A Dcpu.h2407 void cpu_x86_frstor(CPUX86State *s, void *host, size_t len);
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c3074 void cpu_x86_frstor(CPUX86State *env, void *host, size_t len) in cpu_x86_frstor() function