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

Function rte_prefetch1

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

Source from the content-addressed store, hash-verified

20}
21
22static inline void rte_prefetch1(const volatile void *p)
23{
24 asm volatile ("dcbt 0,%[p],0" : : [p] "r" (p));
25}
26
27static inline void rte_prefetch2(const volatile void *p)
28{

Callers 5

atl_recv_pktsFunction · 0.50
cn10k_rx.hFile · 0.50
__submitFunction · 0.50
test_prefetchFunction · 0.50

Calls

no outgoing calls

Tested by 1

test_prefetchFunction · 0.40