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

Function cvmx_read_csr

freebsd/contrib/octeon-sdk/cvmx-access-native.h:524–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

522}
523
524static inline uint64_t cvmx_read_csr(uint64_t csr_addr)
525{
526 return cvmx_read64_uint64(csr_addr);
527}
528
529static inline void cvmx_send_single(uint64_t data)
530{

Callers 15

cvmx_l2c_config_perfFunction · 0.85
cvmx_l2c_read_perfFunction · 0.85
cvmx_l2c_lock_lineFunction · 0.85
cvmx_l2c_get_tag_v2Function · 0.85
cvmx_l2c_get_tagFunction · 0.85
cvmx_l2c_address_to_tadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected