Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dxcr0_cpuid_test.c58 supported_xcr0 = this_cpu_supported_xcr0(); in guest_code()
H A Dstate_test.c144 uint64_t supported_xcr0 = this_cpu_supported_xcr0(); in guest_code()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h706 static __always_inline uint64_t this_cpu_supported_xcr0(void) in this_cpu_supported_xcr0() function