Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gem/
A Di915_gem_clflush.c14 struct clflush { struct
29 struct clflush *clflush = container_of(base, typeof(*clflush), base); in clflush_work() argument
36 struct clflush *clflush = container_of(base, typeof(*clflush), base); in clflush_release() local
50 struct clflush *clflush; in clflush_work_create() local
54 clflush = kmalloc(sizeof(*clflush), GFP_KERNEL); in clflush_work_create()
55 if (!clflush) in clflush_work_create()
59 kfree(clflush); in clflush_work_create()
66 return clflush; in clflush_work_create()
72 struct clflush *clflush; in i915_gem_clflush_object() local
102 clflush = NULL; in i915_gem_clflush_object()
[all …]
/linux/drivers/char/agp/
A 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/arch/x86/include/asm/
A Dmwait.h112 clflush((void *)&current_thread_info()->flags); in mwait_idle_with_hints()
A Dspecial_insns.h198 static inline void clflush(volatile void *__p) in clflush() function
/linux/drivers/gpu/drm/i915/gt/
A Dintel_engine.h149 clflush(&engine->status_page.addr[reg]); in intel_write_status_page()
151 clflush(&engine->status_page.addr[reg]); in intel_write_status_page()
A Dintel_execlists_submission.c1649 clflush((void *)first); in invalidate_csb_entries()
1650 clflush((void *)last); in invalidate_csb_entries()
2913 clflush(execlists->csb_write); in reset_csb()
/linux/arch/x86/boot/compressed/
A Dident_map_64.c231 clflush(cl); in clflush_page()
/linux/drivers/misc/sgi-gru/
A Dgru_instructions.h44 #define __flush_cache(p) clflush(p)
/linux/arch/x86/kernel/
A Dprocess.c843 clflush((void *)&current_thread_info()->flags); in mwait_idle()
A Dsmpboot.c1806 clflush(mwait_ptr); in mwait_play_dead()
/linux/tools/arch/x86/kcpuid/
A Dcpuid.csv69 1, 0, EDX, 19, clflush, CLFLUSH instr
/linux/arch/x86/lib/
A Dx86-opcode-map.txt1046 7: clflush | clflushopt (66) | sfence (11B)
/linux/tools/arch/x86/lib/
A Dx86-opcode-map.txt1046 7: clflush | clflushopt (66) | sfence (11B)

Completed in 26 milliseconds