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

Function low32_value

dpdk/drivers/crypto/ccp/ccp_dev.h:447–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445};
446
447static inline uint32_t
448low32_value(unsigned long addr)
449{
450 return ((uint64_t)addr) & 0x0ffffffff;
451}
452
453static inline uint32_t
454high32_value(unsigned long addr)

Callers 1

ccp_add_deviceFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected