Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
static inline void rte_prefetch2(const volatile void *p)
28
{
29
asm volatile (
"dcbt 0,%[p],0"
: : [p]
"r"
(p));
30
}
31
32
static inline void rte_prefetch_non_temporal(const volatile void *p)
33
{
Callers
3
cn9k_cpt_enqueue_burst
Function · 0.50
fill_sg2_comp_from_iov
Function · 0.50
test_prefetch
Function · 0.50
Calls
no outgoing calls
Tested by
1
test_prefetch
Function · 0.40