Searched defs:clflush (Results 1 – 5 of 5) sorted by relevance
| /kernel/linux/linux-4.19/drivers/gpu/drm/i915/ |
| D | i915_gem_clflush.c | 31 struct clflush { struct 45 return "clflush"; in i915_clflush_get_timeline_name() argument 55 struct clflush *clflush = container_of(fence, typeof(*clflush), dma); in i915_clflush_release() local 80 struct clflush *clflush = container_of(work, typeof(*clflush), work); in i915_clflush_work() local 103 struct clflush *clflush = container_of(fence, typeof(*clflush), wait); in i915_clflush_notify() local 121 struct clflush *clflush; in i915_gem_clflush_object() local
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/ |
| D | i915_gem_clflush.c | 14 struct clflush { struct 29 struct clflush *clflush = container_of(base, typeof(*clflush), base); in clflush_work() argument 45 struct clflush *clflush = container_of(base, typeof(*clflush), base); in clflush_release() local 58 struct clflush *clflush; in clflush_work_create() local 75 struct clflush *clflush; in i915_gem_clflush_object() local
|
| /kernel/linux/linux-4.19/arch/x86/include/asm/ |
| D | special_insns.h | 213 static inline void clflush(volatile void *__p) in clflush() function
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| D | special_insns.h | 210 static inline void clflush(volatile void *__p) in clflush() function
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/i915/gvt/ |
| D | scheduler.h | 124 unsigned int clflush; member
|