Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Dxcr0_cpuid_test.c58 supported_xcr0 = this_cpu_supported_xcr0(); in guest_code()
H A Dstate_test.c143 uint64_t supported_xcr0 = this_cpu_supported_xcr0(); in guest_code()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h762 static __always_inline uint64_t this_cpu_supported_xcr0(void) in this_cpu_supported_xcr0() function