Lines Matching refs:cdp

120     ecc_type_to_info_t *eccp, ch_diag_data_t *cdp);
3904 ch_diag_data_t *cdp = data; in cpu_matching_ecache_line() local
3917 ecp = &cdp->chd_l2_data[0]; in cpu_matching_ecache_line()
3921 ecp = &cdp->chd_ec_data[0]; in cpu_matching_ecache_line()
3948 ecp = &cdp->chd_ec_data[0]; in cpu_matching_ecache_line()
4926 ecc_type_to_info_t *eccp, ch_diag_data_t *cdp) in cpu_queue_one_event() argument
4937 if (cdp != NULL && cdp->chd_afar != LOGOUT_INVALID) in cpu_queue_one_event()
4938 ch_flt->flt_diag_data = *cdp; in cpu_queue_one_event()
4982 ch_diag_data_t *cdp = NULL; in cpu_queue_events() local
4999 cdp = &clop->clo_sdw_data; in cpu_queue_events()
5000 aflt->flt_addr = ch_flt->flt_sdw_afar = cdp->chd_afar; in cpu_queue_events()
5001 aflt->flt_stat = ch_flt->flt_sdw_afsr = cdp->chd_afsr; in cpu_queue_events()
5002 ch_flt->afsr_ext = ch_flt->flt_sdw_afsr_ext = cdp->chd_afsr_ext; in cpu_queue_events()
5003 ch_flt->afsr_errs = (cdp->chd_afsr_ext & C_AFSR_EXT_ALL_ERRS) | in cpu_queue_events()
5004 (cdp->chd_afsr & C_AFSR_ALL_ERRS); in cpu_queue_events()
5010 if ((primary_afar != cdp->chd_afar) || in cpu_queue_events()
5025 cpu_queue_one_event(ch_flt, reason, eccp, cdp); in cpu_queue_events()
5026 cdp = NULL; in cpu_queue_events()
5043 cdp = &clop->clo_data; in cpu_queue_events()
5061 cdp = &clop->clo_sdw_data; in cpu_queue_events()
5065 cdp = &clop->clo_data; in cpu_queue_events()
5074 cpu_queue_one_event(ch_flt, reason, eccp, cdp); in cpu_queue_events()
5075 cdp = NULL; in cpu_queue_events()
5095 cdp = &clop->clo_sdw_data; in cpu_queue_events()
5099 cdp = &clop->clo_data; in cpu_queue_events()
5108 cpu_queue_one_event(ch_flt, reason, eccp, cdp); in cpu_queue_events()
5109 cdp = NULL; in cpu_queue_events()