Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
static inline void rte_prefetch1(const volatile void *p)
23
{
24
asm volatile (
"dcbt 0,%[p],0"
: : [p]
"r"
(p));
25
}
26
27
static inline void rte_prefetch2(const volatile void *p)
28
{
Callers
5
__rte_bitmap_scan_read_init
Function · 0.50
atl_recv_pkts
Function · 0.50
cn10k_rx.h
File · 0.50
__submit
Function · 0.50
test_prefetch
Function · 0.50
Calls
no outgoing calls
Tested by
1
test_prefetch
Function · 0.40