Home
last modified time | relevance | path

Searched refs:clflush (Results 1 – 11 of 11) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/i915/gem/
Di915_gem_clflush.c16 struct clflush { struct
31 struct clflush *clflush = container_of(base, typeof(*clflush), base); in clflush_work() argument
33 __do_clflush(clflush->obj); in clflush_work()
38 struct clflush *clflush = container_of(base, typeof(*clflush), base); in clflush_release() local
40 i915_gem_object_unpin_pages(clflush->obj); in clflush_release()
41 i915_gem_object_put(clflush->obj); in clflush_release()
50 static struct clflush *clflush_work_create(struct drm_i915_gem_object *obj) in clflush_work_create()
52 struct clflush *clflush; in clflush_work_create() local
56 clflush = kmalloc(sizeof(*clflush), GFP_KERNEL); in clflush_work_create()
57 if (!clflush) in clflush_work_create()
[all …]
/Linux-v6.1/drivers/char/agp/
Defficeon-agp.c223 clflush((char *)page+offset); in efficeon_create_gatt_table()
273 clflush(last_page); in efficeon_insert_memory()
279 clflush(last_page); in efficeon_insert_memory()
/Linux-v6.1/arch/x86/include/asm/
Dmwait.h113 clflush((void *)&current_thread_info()->flags); in mwait_idle_with_hints()
Dspecial_insns.h199 static inline void clflush(volatile void *__p) in clflush() function
/Linux-v6.1/arch/x86/boot/compressed/
Dident_map_64.c245 clflush(cl); in clflush_page()
/Linux-v6.1/drivers/misc/sgi-gru/
Dgru_instructions.h44 #define __flush_cache(p) clflush(p)
/Linux-v6.1/arch/x86/kernel/
Dprocess.c862 clflush((void *)&current_thread_info()->flags); in mwait_idle()
Dsmpboot.c1805 clflush(mwait_ptr); in mwait_play_dead()
/Linux-v6.1/tools/arch/x86/kcpuid/
Dcpuid.csv69 1, 0, EDX, 19, clflush, CLFLUSH instr
/Linux-v6.1/arch/x86/lib/
Dx86-opcode-map.txt1131 7: clflush | clflushopt (66) | sfence (11B)
/Linux-v6.1/tools/arch/x86/lib/
Dx86-opcode-map.txt1131 7: clflush | clflushopt (66) | sfence (11B)