Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dcpuid.h95 static inline unsigned xgetbv_low(unsigned c) in xgetbv_low() function
/openbmc/qemu/util/
H A Dcpuinfo-i386.c48 unsigned bv = xgetbv_low(0); in cpuinfo_init()
/openbmc/qemu/target/i386/hvf/
H A Dx86_cpuid.c42 uint64_t host_xcr0 = xgetbv_low(0); in cache_host_xcr0()