Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gem/
A Di915_gem_clflush.c16 struct clflush { struct
31 struct clflush *clflush = container_of(base, typeof(*clflush), base); in clflush_work() local
38 struct clflush *clflush = container_of(base, typeof(*clflush), base); in clflush_release() local
52 struct clflush *clflush; in clflush_work_create() local
56 clflush = kmalloc(sizeof(*clflush), GFP_KERNEL); in clflush_work_create()
57 if (!clflush) in clflush_work_create()
61 kfree(clflush); in clflush_work_create()
68 return clflush; in clflush_work_create()
75 struct clflush *clflush; in i915_gem_clflush_object() local
110 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.h122 clflush((void *)&current_thread_info()->flags); in mwait_idle_with_hints()
A Dspecial_insns.h178 static __always_inline void clflush(volatile void *__p) in clflush() function
/linux/tools/testing/selftests/kvm/x86_64/
A Dpmu_counters_test.c158 #define GUEST_MEASURE_EVENT(_msr, _value, clflush, FEP) \ argument
163 clflush "\n\t" \
/linux/arch/x86/boot/compressed/
A Dident_map_64.c252 clflush(cl); in clflush_page()
/linux/drivers/misc/sgi-gru/
A Dgru_instructions.h34 #define __flush_cache(p) clflush(p)
/linux/arch/x86/kernel/
A Dprocess.c906 clflush((void *)&current_thread_info()->flags); in mwait_idle()
A Dsmpboot.c1333 clflush(md); in mwait_play_dead()
/linux/tools/arch/x86/kcpuid/
A Dcpuid.csv82 1, 0, edx, 19, clflush , CLFLUSH instruction
/linux/tools/arch/x86/lib/
A Dx86-opcode-map.txt1263 7: clflush | clflushopt (66) | sfence (11B)
/linux/arch/x86/lib/
A Dx86-opcode-map.txt1263 7: clflush | clflushopt (66) | sfence (11B)

Completed in 32 milliseconds