MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rte_prefetch_non_temporal

Function rte_prefetch_non_temporal

dpdk/lib/eal/ppc/include/rte_prefetch.h:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32static inline void rte_prefetch_non_temporal(const volatile void *p)
33{
34 /* non-temporal version not available, fallback to rte_prefetch0 */
35 rte_prefetch0(p);
36}
37
38__rte_experimental
39static inline void

Callers 15

fill_cpt_instFunction · 0.50
virtio_recv_pkts_vecFunction · 0.50
_recv_raw_pkts_vecFunction · 0.50
_recv_raw_pkts_vecFunction · 0.50
rxq_cq_process_vFunction · 0.50
nicvf_recv_pktsFunction · 0.50
nicvf_recv_pkts_multisegFunction · 0.50
cn10k_nix_recv_pktsFunction · 0.50
cn10k_rx.hFile · 0.50

Calls 1

rte_prefetch0Function · 0.70

Tested by

no test coverage detected