Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rte_prefetch0
Function
rte_prefetch0
dpdk/lib/eal/ppc/include/rte_prefetch.h:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
#include
"generic/rte_prefetch.h"
16
17
static inline void rte_prefetch0(const volatile void *p)
18
{
19
asm volatile (
"dcbt 0,%[p],0"
: : [p]
"r"
(p));
20
}
21
22
static inline void rte_prefetch1(const volatile void *p)
23
{
Callers
15
rte_prefetch_non_temporal
Function · 0.70
dir24_8_lookup_bulk
Function · 0.50
dir24_8_lookup_bulk_uni
Function · 0.50
rte_sched_port_enqueue_qptrs_prefetch0
Function · 0.50
rte_sched_port_enqueue_qwa_prefetch0
Function · 0.50
rte_sched_port_enqueue
Function · 0.50
grinder_prefetch_pipe
Function · 0.50
grinder_prefetch_tc_queue_arrays
Function · 0.50
grinder_prefetch_mbuf
Function · 0.50
sketch_lookup_scalar
Function · 0.50
rte_member_lookup_bulk_ht
Function · 0.50
rte_member_lookup_multi_bulk_ht
Function · 0.50
Calls
no outgoing calls
Tested by
13
test_prefetch
Function · 0.40
perf_atq_worker_burst
Function · 0.40
pipeline_atq_worker_single_stage_burst_tx
Function · 0.40
pipeline_atq_worker_single_stage_burst_fwd
Function · 0.40
pipeline_atq_worker_multi_stage_burst_tx
Function · 0.40
pipeline_atq_worker_multi_stage_burst_fwd
Function · 0.40
pipeline_queue_worker_single_stage_burst_tx
Function · 0.40
pipeline_queue_worker_single_stage_burst_fwd
Function · 0.40
pipeline_queue_worker_multi_stage_burst_tx
Function · 0.40
pipeline_queue_worker_multi_stage_burst_fwd
Function · 0.40
perf_queue_worker_burst
Function · 0.40
perf_event_timer_producer
Function · 0.40