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

Function cvmx_dprintf

freebsd/contrib/octeon-sdk/cvmx-utils.h:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91
92 static inline void cvmx_dprintf(const char *format, ...) __attribute__ ((format(printf, 1, 2)));
93 static inline void cvmx_dprintf(const char *format, ...)
94 {
95 /* Prints are disbled, do nothing */
96 }
97#endif
98
99#define CAST64(v) ((long long)(long)(v)) // use only when 'v' is a pointer

Callers 15

cvmx_l2c_lock_lineFunction · 0.70
cvmx_l2c_get_tag_v2Function · 0.70
cvmx_l2c_get_tagFunction · 0.70
cvmx_l2c_get_set_bitsFunction · 0.70
cvmx_l2c_get_num_assocFunction · 0.70
cvmx_l2c_flush_lineFunction · 0.70
cvmx_l2c_set_big_sizeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected