Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/i386/
H A Dsignal.c665 ok = cpu_x86_xrstor(env, xstate, xstate_size, xfeatures); in xrstor_sigcontext()
/openbmc/qemu/target/i386/
H A Dcpu.h2411 bool cpu_x86_xrstor(CPUX86State *s, void *host, size_t len, uint64_t rbfm);
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c3127 bool cpu_x86_xrstor(CPUX86State *env, void *host, size_t len, uint64_t rfbm) in cpu_x86_xrstor() function