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

Function rte_prefetch2

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

Source from the content-addressed store, hash-verified

25}
26
27static inline void rte_prefetch2(const volatile void *p)
28{
29 asm volatile ("dcbt 0,%[p],0" : : [p] "r" (p));
30}
31
32static inline void rte_prefetch_non_temporal(const volatile void *p)
33{

Callers 3

cn9k_cpt_enqueue_burstFunction · 0.50
fill_sg2_comp_from_iovFunction · 0.50
test_prefetchFunction · 0.50

Calls

no outgoing calls

Tested by 1

test_prefetchFunction · 0.40