Home
last modified time | relevance | path

Searched defs:clflush (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-4.19/drivers/gpu/drm/i915/
Di915_gem_clflush.c31 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/
Di915_gem_clflush.c14 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/
Dspecial_insns.h213 static inline void clflush(volatile void *__p) in clflush() function
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dspecial_insns.h210 static inline void clflush(volatile void *__p) in clflush() function
/kernel/linux/linux-4.19/drivers/gpu/drm/i915/gvt/
Dscheduler.h124 unsigned int clflush; member