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

Function high32_value

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

Source from the content-addressed store, hash-verified

451}
452
453static inline uint32_t
454high32_value(unsigned long addr)
455{
456 return ((uint64_t)addr >> 32) & 0x00000ffff;
457}
458
459/*
460 * Start CCP device

Callers 10

ccp_add_deviceFunction · 0.70
ccp_perform_passthruFunction · 0.70
ccp_perform_hmacFunction · 0.70
ccp_perform_shaFunction · 0.70
ccp_perform_sha3_hmacFunction · 0.70
ccp_perform_sha3Function · 0.70
ccp_perform_aes_cmacFunction · 0.70
ccp_perform_aesFunction · 0.70
ccp_perform_3desFunction · 0.70
ccp_perform_aes_gcmFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected