Searched refs:X86_FEATURE_CLFLUSH (Results 1 – 4 of 4) sorted by relevance
195 !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()
39 #define X86_FEATURE_CLFLUSH ( 0*32+19) /* "clflush" CLFLUSH instruction */ macro
171 #define X86_FEATURE_CLFLUSH KVM_X86_CPU_FEATURE(0x1, 0, EDX, 19)153 #define X86_FEATURE_CLFLUSH global() macro
474 if (cache && !cpu_feature_enabled(X86_FEATURE_CLFLUSH)) { in cpa_flush()