Home
last modified time | relevance | path

Searched refs:cvmx_warn_if (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-pow.h1436 cvmx_warn_if(!switch_complete, "%s called with tag switch in progress\n", function); in __cvmx_pow_warn_if_pending_switch()
1666cvmx_warn_if(current_tag.tag_type == CVMX_POW_TAG_TYPE_NULL_NULL, "%s called with NULL_NULL tag\n"… in cvmx_pow_tag_sw_nocheck()
1667cvmx_warn_if(current_tag.tag_type == CVMX_POW_TAG_TYPE_NULL, "%s called with NULL tag\n", __FUNCTI… in cvmx_pow_tag_sw_nocheck()
1668cvmx_warn_if((current_tag.tag_type == tag_type) && (current_tag.tag == tag), "%s called to perform… in cvmx_pow_tag_sw_nocheck()
1767cvmx_warn_if(current_tag.tag_type == CVMX_POW_TAG_TYPE_NULL_NULL, "%s called with NULL_NULL tag\n"… in cvmx_pow_tag_sw_full_nocheck()
1855cvmx_warn_if(current_tag.tag_type == CVMX_POW_TAG_TYPE_NULL_NULL, "%s called with NULL_NULL tag\n"… in cvmx_pow_tag_sw_null_nocheck()
1856cvmx_warn_if(current_tag.tag_type == CVMX_POW_TAG_TYPE_NULL, "%s called when we already have a NUL… in cvmx_pow_tag_sw_null_nocheck()
2113cvmx_warn_if(current_tag.tag_type == CVMX_POW_TAG_TYPE_NULL_NULL, "%s called with NULL_NULL tag\n"… in cvmx_pow_tag_sw_desched_nocheck()
2114cvmx_warn_if(current_tag.tag_type == CVMX_POW_TAG_TYPE_NULL, "%s called with NULL tag. Deschedule … in cvmx_pow_tag_sw_desched_nocheck()
2214cvmx_warn_if(current_tag.tag_type == CVMX_POW_TAG_TYPE_NULL_NULL, "%s called with NULL_NULL tag\n"… in cvmx_pow_desched()
[all …]
H A Docteon-model.c115cvmx_warn_if(CVMX_ENABLE_PARAMETER_CHECKING, "Parameter checks are enabled. Expect some performanc… in octeon_model_version_check()
116cvmx_warn_if(CVMX_ENABLE_CSR_ADDRESS_CHECKING, "CSR address checks are enabled. Expect some perfor… in octeon_model_version_check()
117cvmx_warn_if(CVMX_ENABLE_POW_CHECKS, "POW state checks are enabled. Expect some performance loss d… in octeon_model_version_check()
H A Dcvmx-warn.h69 #define cvmx_warn_if(expression, format, ...) if (expression) cvmx_warn(format, ##__VA_ARGS__) macro
H A Dcvmx-access-native.h83 cvmx_warn_if(ptr==NULL, "cvmx_ptr_to_phys() passed a NULL pointer\n"); in cvmx_ptr_to_phys()
183 cvmx_warn_if(physical_address==0, "cvmx_phys_to_ptr() passed a zero address\n"); in cvmx_phys_to_ptr()
H A Dcvmx-l2c.c259 cvmx_warn_if(clear_on_read, "L2C counters don't support clear on read for this chip\n"); in cvmx_l2c_config_perf()