Home
last modified time | relevance | path

Searched refs:prefetchw (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dprefetch.h32 #define prefetchw(x) __builtin_prefetch(x,1) macro
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Instr3DNow.td82 def PREFETCHW : I<0x0D, MRM1m, (outs), (ins i8mem:$addr), "prefetchw\t$addr",
/freebsd/sys/contrib/ena-com/
H A Dena_plat.h431 #define prefetchw(x) (void)(x) macro
H A Dena_com.h1254 prefetchw(bounce_buf_ctrl->base_buffer + in ena_com_get_next_bounce_buffer()
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem-cache.c1273 prefetchw(obj); in spl_kmem_cache_alloc()