Lines Matching refs:atl_debug

409 		atl_debug(ctx, "Instance ID out of range");  in get_logical_coh_st_fabric_id_mi300()
444 atl_debug(ctx, "COH_ST remap entry not found for 0x%x", in get_logical_coh_st_fabric_id()
556 atl_debug(ctx, "Translation error: Resulting cs_id larger than u16\n"); in get_logical_coh_st_fabric_id_for_current_spa()
970 atl_debug(ctx, "Checking calculated logical coherent station fabric id:\n"); in match_logical_coh_st_fabric_id()
971 atl_debug(ctx, " calculated fabric id = 0x%x\n", id); in match_logical_coh_st_fabric_id()
972 atl_debug(ctx, " expected fabric id = 0x%x\n", denorm_ctx->coh_st_fabric_id); in match_logical_coh_st_fabric_id()
987 atl_debug(ctx, "Checking calculated normalized address:\n"); in match_norm_addr()
988 atl_debug(ctx, " calculated normalized addr = 0x%016llx\n", addr); in match_norm_addr()
989 atl_debug(ctx, " expected normalized addr = 0x%016llx\n", ctx->ret_addr); in match_norm_addr()
1096 atl_debug(ctx, "Checking potential system physical address 0x%016llx\n", in check_permutations()
1111 atl_debug(ctx, "Failed to find valid SPA for normalized address 0x%016llx\n", in check_permutations()
1208 atl_debug(ctx, "Initialized df4p5_denorm_ctx:"); in init_df4p5_denorm_ctx()
1209 atl_debug(ctx, " mod_value = %d", denorm_ctx->mod_value); in init_df4p5_denorm_ctx()
1210 atl_debug(ctx, " perm_shift = %d", denorm_ctx->perm_shift); in init_df4p5_denorm_ctx()
1211 atl_debug(ctx, " rehash_vector = 0x%x", denorm_ctx->rehash_vector); in init_df4p5_denorm_ctx()
1212 atl_debug(ctx, " base_denorm_addr = 0x%016llx", denorm_ctx->base_denorm_addr); in init_df4p5_denorm_ctx()
1213 atl_debug(ctx, " div_addr = 0x%016llx", denorm_ctx->div_addr); in init_df4p5_denorm_ctx()
1214 atl_debug(ctx, " coh_st_fabric_id = 0x%x", denorm_ctx->coh_st_fabric_id); in init_df4p5_denorm_ctx()
1241 atl_debug(ctx, "Denormalizing DF 4.5 normalized address 0x%016llx", ctx->ret_addr); in denorm_addr_df4p5_np2()