Searched defs:clflush (Results 1 – 3 of 3) sorted by relevance
15 struct clflush { struct30 struct clflush *clflush = container_of(base, typeof(*clflush), base); in clflush_work() local37 struct clflush *clflush = container_of(base, typeof(*clflush), base); in clflush_release() local51 struct clflush *clflush; in clflush_work_create() local74 struct clflush *clflush; in i915_gem_clflush_object() local
185 static __always_inline void clflush(volatile void *__p) in clflush() function
224 #define GUEST_MEASURE_EVENT(_msr, _value, clflush, FEP) \ argument