Home
last modified time | relevance | path

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

/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-5.10/arch/x86/include/asm/
Dspecial_insns.h210 static inline void clflush(volatile void *__p) in clflush() function