Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/i386/
H A Dsignal.c373 cpu_x86_fsave(env, fpstate, sizeof(*fpstate)); in setup_sigcontext()
/openbmc/qemu/target/i386/
H A Dcpu.h2406 void cpu_x86_fsave(CPUX86State *s, void *host, size_t len);
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c3062 void cpu_x86_fsave(CPUX86State *env, void *host, size_t len) in cpu_x86_fsave() function