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

Function rte_write64_relaxed

dpdk/lib/eal/arm/include/rte_io_64.h:95–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95static __rte_always_inline void
96rte_write64_relaxed(uint64_t val, volatile void *addr)
97{
98 asm volatile(
99 "str %x[val], [%x[addr]]"
100 :
101 : [val] "r" (val), [addr] "r" (addr));
102}
103
104static __rte_always_inline uint8_t
105rte_read8(const volatile void *addr)

Callers 3

rte_write64Function · 0.70
bnxt_db_cqFunction · 0.50
hns3_write_txq_tail_regFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected