Searched refs:clflush (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_clflush.c | 14 struct clflush { struct 29 struct clflush *clflush = container_of(base, typeof(*clflush), base); in clflush_work() local 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/char/agp/ |
| H A D | efficeon-agp.c | 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()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | mwait.h | 112 clflush((void *)¤t_thread_info()->flags); in mwait_idle_with_hints()
|
| H A D | special_insns.h | 210 static inline void clflush(volatile void *__p) in clflush() function
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/ |
| H A D | intel_engine.h | 160 clflush(&engine->status_page.addr[reg]); in intel_write_status_page() 162 clflush(&engine->status_page.addr[reg]); in intel_write_status_page()
|
| H A D | intel_lrc.c | 2469 clflush((void *)first); in invalidate_csb_entries() 2470 clflush((void *)last); in invalidate_csb_entries() 4252 clflush(execlists->csb_write); in __execlists_reset()
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/compressed/ |
| H A D | ident_map_64.c | 241 clflush(cl); in clflush_page()
|
| /OK3568_Linux_fs/kernel/drivers/misc/sgi-gru/ |
| H A D | gru_instructions.h | 44 #define __flush_cache(p) clflush(p)
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | process.c | 820 clflush((void *)¤t_thread_info()->flags); in mwait_idle()
|
| H A D | smpboot.c | 1734 clflush(mwait_ptr); in mwait_play_dead()
|
| /OK3568_Linux_fs/kernel/tools/arch/x86/lib/ |
| H A D | x86-opcode-map.txt | 1046 7: clflush | clflushopt (66) | sfence (11B)
|
| /OK3568_Linux_fs/kernel/arch/x86/lib/ |
| H A D | x86-opcode-map.txt | 1046 7: clflush | clflushopt (66) | sfence (11B)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | as.info | 11855 'lzcnt', 'popcnt', 'hle', 'rtm', 'invpcid', 'clflush', 'mwaitx', 12757 '.clflush' '.movbe' '.xsave' '.xsaveopt'
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | as.info | 11855 'lzcnt', 'popcnt', 'hle', 'rtm', 'invpcid', 'clflush', 'mwaitx', 12757 '.clflush' '.movbe' '.xsave' '.xsaveopt'
|