Searched refs:clflush (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_clflush.c | 15 struct clflush { struct 30 struct clflush *clflush = container_of(base, typeof(*clflush), base); in clflush_work() argument 32 __do_clflush(clflush->obj); in clflush_work() 37 struct clflush *clflush = container_of(base, typeof(*clflush), base); in clflush_release() local 39 i915_gem_object_unpin_pages(clflush->obj); in clflush_release() 40 i915_gem_object_put(clflush->obj); in clflush_release() 49 static struct clflush *clflush_work_create(struct drm_i915_gem_object *obj) in clflush_work_create() 51 struct clflush *clflush; in clflush_work_create() local 55 clflush = kmalloc_obj(*clflush); in clflush_work_create() 56 if (!clflush) in clflush_work_create() [all …]
|
| /linux/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()
|
| /linux/arch/x86/include/asm/ |
| H A D | special_insns.h | 185 static __always_inline void clflush(volatile void *__p) in clflush() function
|
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | pmu_counters_test.c | 224 #define GUEST_MEASURE_EVENT(_msr, _value, clflush, FEP) \ argument 230 clflush "\n\t" \
|
| /linux/arch/x86/boot/compressed/ |
| H A D | ident_map_64.c | 252 clflush(cl); in clflush_page()
|
| /linux/drivers/misc/sgi-gru/ |
| H A D | gru_instructions.h | 34 #define __flush_cache(p) clflush(p)
|
| /linux/arch/x86/kernel/ |
| H A D | smpboot.c | 1423 clflush(md); in mwait_play_dead()
|
| /linux/tools/arch/x86/kcpuid/ |
| H A D | cpuid.csv | 82 0x1, 0, edx, 19, clflush , CLFLUSH instruction
|
| /linux/tools/arch/x86/lib/ |
| H A D | x86-opcode-map.txt | 1346 7: clflush | clflushopt (66) | sfence (11B)
|
| /linux/arch/x86/lib/ |
| H A D | x86-opcode-map.txt | 1346 7: clflush | clflushopt (66) | sfence (11B)
|