Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Dpmu_counters_test.c195 !this_cpu_has(X86_FEATURE_CLFLUSH)) in guest_assert_event_count()
263 else if (this_cpu_has(X86_FEATURE_CLFLUSH)) \ in __guest_test_arch_event()
/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h39 #define X86_FEATURE_CLFLUSH ( 0*32+19) /* "clflush" CLFLUSH instruction */ macro
/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h171 #define X86_FEATURE_CLFLUSH KVM_X86_CPU_FEATURE(0x1, 0, EDX, 19)
153 #define X86_FEATURE_CLFLUSH global() macro
/linux/arch/x86/mm/pat/
H A Dset_memory.c474 if (cache && !cpu_feature_enabled(X86_FEATURE_CLFLUSH)) { in cpa_flush()