Searched refs:cvmx_warn_if (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-pow.h | 1436 cvmx_warn_if(!switch_complete, "%s called with tag switch in progress\n", function); in __cvmx_pow_warn_if_pending_switch() 1666 …cvmx_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() 1667 …cvmx_warn_if(current_tag.tag_type == CVMX_POW_TAG_TYPE_NULL, "%s called with NULL tag\n", __FUNCTI… in cvmx_pow_tag_sw_nocheck() 1668 …cvmx_warn_if((current_tag.tag_type == tag_type) && (current_tag.tag == tag), "%s called to perform… in cvmx_pow_tag_sw_nocheck() 1767 …cvmx_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() 1855 …cvmx_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() 1856 …cvmx_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() 2113 …cvmx_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() 2114 …cvmx_warn_if(current_tag.tag_type == CVMX_POW_TAG_TYPE_NULL, "%s called with NULL tag. Deschedule … in cvmx_pow_tag_sw_desched_nocheck() 2214 …cvmx_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 D | octeon-model.c | 115 …cvmx_warn_if(CVMX_ENABLE_PARAMETER_CHECKING, "Parameter checks are enabled. Expect some performanc… in octeon_model_version_check() 116 …cvmx_warn_if(CVMX_ENABLE_CSR_ADDRESS_CHECKING, "CSR address checks are enabled. Expect some perfor… in octeon_model_version_check() 117 …cvmx_warn_if(CVMX_ENABLE_POW_CHECKS, "POW state checks are enabled. Expect some performance loss d… in octeon_model_version_check()
|
| H A D | cvmx-warn.h | 69 #define cvmx_warn_if(expression, format, ...) if (expression) cvmx_warn(format, ##__VA_ARGS__) macro
|
| H A D | cvmx-access-native.h | 83 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 D | cvmx-l2c.c | 259 cvmx_warn_if(clear_on_read, "L2C counters don't support clear on read for this chip\n"); in cvmx_l2c_config_perf()
|