Home
last modified time | relevance | path

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

/Linux-v5.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
30 struct drm_i915_gem_object *obj = clflush->obj; in clflush_work()
45 struct clflush *clflush = container_of(base, typeof(*clflush), base); in clflush_release() local
47 i915_gem_object_put(clflush->obj); in clflush_release()
56 static struct clflush *clflush_work_create(struct drm_i915_gem_object *obj) in clflush_work_create()
58 struct clflush *clflush; in clflush_work_create() local
62 clflush = kmalloc(sizeof(*clflush), GFP_KERNEL); in clflush_work_create()
63 if (!clflush) in clflush_work_create()
66 dma_fence_work_init(&clflush->base, &clflush_ops); in clflush_work_create()
[all …]
/Linux-v5.10/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-v5.10/arch/x86/include/asm/
Dmwait.h112 clflush((void *)&current_thread_info()->flags); in mwait_idle_with_hints()
Dspecial_insns.h210 static inline void clflush(volatile void *__p) in clflush() function
/Linux-v5.10/drivers/gpu/drm/i915/gt/
Dintel_engine.h160 clflush(&engine->status_page.addr[reg]); in intel_write_status_page()
162 clflush(&engine->status_page.addr[reg]); in intel_write_status_page()
Dintel_lrc.c2469 clflush((void *)first); in invalidate_csb_entries()
2470 clflush((void *)last); in invalidate_csb_entries()
4249 clflush(execlists->csb_write); in __execlists_reset()
/Linux-v5.10/arch/x86/boot/compressed/
Dident_map_64.c241 clflush(cl); in clflush_page()
/Linux-v5.10/drivers/misc/sgi-gru/
Dgru_instructions.h44 #define __flush_cache(p) clflush(p)
/Linux-v5.10/arch/x86/kernel/
Dprocess.c798 clflush((void *)&current_thread_info()->flags); in mwait_idle()
Dsmpboot.c1728 clflush(mwait_ptr); in mwait_play_dead()
/Linux-v5.10/arch/x86/lib/
Dx86-opcode-map.txt1046 7: clflush | clflushopt (66) | sfence (11B)
/Linux-v5.10/tools/arch/x86/lib/
Dx86-opcode-map.txt1046 7: clflush | clflushopt (66) | sfence (11B)