Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Di915_gem_clflush.c31 struct clflush { struct
55 struct clflush *clflush = container_of(fence, typeof(*clflush), dma); in i915_clflush_release() local
60 dma_fence_free(&clflush->dma); in i915_clflush_release()
80 struct clflush *clflush = container_of(work, typeof(*clflush), work); in i915_clflush_work() local
96 dma_fence_put(&clflush->dma); in i915_clflush_work()
103 struct clflush *clflush = container_of(fence, typeof(*clflush), wait); in i915_clflush_notify() local
111 dma_fence_put(&clflush->dma); in i915_clflush_notify()
121 struct clflush *clflush; in i915_gem_clflush_object() local
149 clflush = NULL; in i915_gem_clflush_object()
151 clflush = kmalloc(sizeof(*clflush), M_DRM, GFP_KERNEL); in i915_gem_clflush_object()
[all …]
/dragonfly/sys/dev/drm/scripts/
H A Dlinux_misc.cocci16 - clflush(E1)
/dragonfly/sys/cpu/x86_64/include/
H A Dcpufunc.h128 clflush(u_long addr) in clflush() function
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dslm.md542 ;; sfence,clflush,mfence, prefetch
H A Datom.md543 ;; sfence,clflush,mfence, prefetch
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Datom.md543 ;; sfence,clflush,mfence, prefetch
H A Dsse.md8060 "clflush\t%a0"
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-i386.texi212 @code{clflush},
1184 @item @samp{.clflush} @tab @samp{.movbe} @tab @samp{.xsave} @tab @samp{.xsaveopt}
/dragonfly/sys/platform/pc64/x86_64/
H A Dpmap.c2085 clflush(daddr); in pmap_invalidate_cache_pages()