Searched refs:clflush (Results 1 – 15 of 15) sorted by relevance
14 struct clflush { struct28 struct clflush *clflush = container_of(base, typeof(*clflush), base); in clflush_work() local29 struct drm_i915_gem_object *obj = fetch_and_zero(&clflush->obj); in clflush_work()46 struct clflush *clflush = container_of(base, typeof(*clflush), base); in clflush_release() local48 if (clflush->obj) in clflush_release()49 i915_gem_object_put(clflush->obj); in clflush_release()58 static struct clflush *clflush_work_create(struct drm_i915_gem_object *obj) in clflush_work_create()60 struct clflush *clflush; in clflush_work_create() local64 clflush = kmalloc(sizeof(*clflush), GFP_KERNEL); in clflush_work_create()65 if (!clflush) in clflush_work_create()[all …]
223 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()
112 clflush((void *)¤t_thread_info()->flags); in mwait_idle_with_hints()
198 static inline void clflush(volatile void *__p) in clflush() function
126 unsigned int clflush; member
477 if (bb->clflush & CLFLUSH_AFTER) { in prepare_shadow_batch_buffer()480 bb->clflush &= ~CLFLUSH_AFTER; in prepare_shadow_batch_buffer()499 if (bb->clflush & CLFLUSH_AFTER) { in prepare_shadow_batch_buffer()502 bb->clflush &= ~CLFLUSH_AFTER; in prepare_shadow_batch_buffer()
1866 ret = i915_gem_object_prepare_write(bb->obj, &bb->clflush); in perform_bb_shadow()1876 if (bb->clflush & CLFLUSH_BEFORE) { in perform_bb_shadow()1878 bb->clflush &= ~CLFLUSH_BEFORE; in perform_bb_shadow()
31 clflush(tceaddr); in flush_tce()
690 clflush((void *)¤t_thread_info()->flags); in mwait_idle()
1711 clflush(mwait_ptr); in mwait_play_dead()
173 clflush(&engine->status_page.addr[reg]); in intel_write_status_page()175 clflush(&engine->status_page.addr[reg]); in intel_write_status_page()
1387 clflush((void *)first); in invalidate_csb_entries()1388 clflush((void *)last); in invalidate_csb_entries()
44 #define __flush_cache(p) clflush(p)
1024 7: clflush | clflushopt (66) | sfence (11B)