MCPcopy 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
17static inline void rte_prefetch0(const volatile void *p)
18{
19 asm volatile ("dcbt 0,%[p],0" : : [p] "r" (p));
20}
21
22static inline void rte_prefetch1(const volatile void *p)
23{

Calls

no outgoing calls