Home
last modified time | relevance | path

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

/linux/drivers/ras/amd/atl/
H A Ddenormalize.c409 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()
[all …]
H A Dinternal.h354 #define atl_debug(ctx, fmt, arg...) \ macro
366 atl_debug(ctx, "Unrecognized interleave mode: %u", ctx->map.intlv_mode); in atl_debug_on_bad_intlv_mode()
H A Dmap.c150 atl_debug(ctx, "Trying to find DRAM offset for map 0"); in get_dram_offset()
414 atl_debug(ctx, "Enabled map %u offset is 0", ctx->map.num); in find_normalized_offset()
420 atl_debug(ctx, "Map %u offset (0x%016llx) <= previous (0x%016llx)", in find_normalized_offset()
734 atl_debug(ctx, "Inconsistent address map"); in validate_address_map()
H A Dsystem.c26 atl_debug(ctx, "Invalid socket inputs: socket_id=%u socket_id_mask=0x%x", in determine_node_id()
37 atl_debug(ctx, "Invalid die inputs: die_id=%u die_id_mask=0x%x", in determine_node_id()
H A Dcore.c34 atl_debug(ctx, "Calculated address (0x%016llx) > DRAM limit (0x%016llx)", in addr_over_limit()