Home
last modified time | relevance | path

Searched refs:X86_FEATURE_CLFLUSHOPT (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/include/asm/
H A Dspecial_insns.h193 "clflushopt %0", X86_FEATURE_CLFLUSHOPT, in clflushopt()
203 "clflushopt %0", X86_FEATURE_CLFLUSHOPT, in clwb()
/linux/tools/testing/selftests/kvm/x86/
H A Dpmu_counters_test.c194 if (!this_cpu_has(X86_FEATURE_CLFLUSHOPT) && in guest_assert_event_count()
261 if (this_cpu_has(X86_FEATURE_CLFLUSHOPT)) \ in __guest_test_arch_event()
/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h255 #define X86_FEATURE_CLFLUSHOPT ( 9*32+23) /* "clflushopt" CLFLUSHOPT instruction */ macro
/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h184 #define X86_FEATURE_CLFLUSHOPT KVM_X86_CPU_FEATURE(0x7, 0, EBX, 23)
166 #define X86_FEATURE_CLFLUSHOPT global() macro