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

Function rte_write8_relaxed

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

Source from the content-addressed store, hash-verified

66}
67
68static __rte_always_inline void
69rte_write8_relaxed(uint8_t val, volatile void *addr)
70{
71 asm volatile(
72 "strb %w[val], [%x[addr]]"
73 :
74 : [val] "r" (val), [addr] "r" (addr));
75}
76
77static __rte_always_inline void
78rte_write16_relaxed(uint16_t val, volatile void *addr)

Callers 1

rte_write8Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected