Searched refs:prefetchw (Results 1 - 25 of 73) sorted by last modified time

123

/linux-master/net/ipv4/
H A Dtcp.c2170 prefetchw(page);
/linux-master/mm/
H A Dslub.c519 prefetchw(object + s->offset);
H A Dvmscan.c184 prefetchw(&prev->_field); \
H A Dpage_alloc.c1296 prefetchw(p);
1298 prefetchw(p + 1);
/linux-master/arch/x86/mm/
H A Dfault.c17 #include <linux/prefetch.h> /* prefetchw */
1493 prefetchw(&current->mm->mmap_lock);
/linux-master/arch/x86/include/asm/
H A Dprocessor.h610 static __always_inline void prefetchw(const void *x) function
612 alternative_input(BASE_PREFETCH, "prefetchw %P1",
/linux-master/net/core/
H A Dskbuff.c661 prefetchw(skb);
675 prefetchw(data + SKB_WITH_OVERHEAD(size));
/linux-master/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c197 prefetchw(rx_buffer->page);
267 prefetchw(skb->data);
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_main.c1868 prefetchw(rx_buffer->page);
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c2312 prefetchw(xdp->data_hard_start); /* xdp_frame write */
/linux-master/kernel/bpf/
H A Dcpumap.c327 prefetchw(page);
/linux-master/include/linux/
H A Dnetdevice.h2460 prefetchw(p);
2462 prefetchw((u8 *)p + L1_CACHE_BYTES);
3442 prefetchw(&dev_queue->dql.num_queued);
3456 prefetchw(&dev_queue->dql.limit);
/linux-master/drivers/usb/host/
H A Dsl811-hcd.c526 prefetchw(buf);
/linux-master/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c798 prefetchw(buf);
H A Dnet2272.c549 prefetchw(buf);
H A Dmax3420_udc.c716 prefetchw(buf);
/linux-master/fs/f2fs/
H A Ddata.c2361 prefetchw(&page->flags);
/linux-master/arch/powerpc/lib/
H A Dsstep.c3619 prefetchw((void *) ea);
/linux-master/drivers/misc/sgi-gru/
H A Dgrufault.c149 prefetchw(tfm); /* Helps on hardware, required for emulator */
377 prefetchw(cbe);
555 prefetchw(tfh); /* Helps on hdw, required for emulator */
624 prefetchw(tfh); /* Helps on hdw, required for emulator */
/linux-master/arch/arm64/include/asm/
H A Dprocessor.h364 static inline void prefetchw(const void *ptr) function
/linux-master/fs/
H A Dmpage.c378 prefetchw(&folio->flags);
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_txrx.c237 prefetchw(buf_info->page);
508 prefetchw(&xdp_buf.data_hard_start);
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_tx.c291 prefetchw(&skb->users);
/linux-master/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c534 prefetchw(rx_buffer->page);
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c2062 prefetchw(rx_buffer->page);
2238 prefetchw(xdp->data_hard_start); /* xdp_frame write */

Completed in 824 milliseconds

123