Home
last modified time | relevance | path

Searched refs:amd64_info (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/edac/
Damd64_edac.c768 amd64_info("using %s syndromes.\n", ((pvt->ecc_sym_sz == 8) ? "x8" : "x4")); in dump_misc_regs()
1213 amd64_info("MCT channel count: %d\n", channels); in f1x_early_channel_count()
1911 amd64_info(EDAC_MC ": %d: %5dMB %d: %5dMB\n", in debug_display_dimm_sizes()
2609 amd64_info("Hardware accepted DRAM ECC Enable\n"); in enable_ecc_error_reporting()
2669 amd64_info("DRAM ECC %s.\n", (ecc_en ? "enabled" : "disabled")); in ecc_enabled()
2763 amd64_info("%s %sdetected (node %d).\n", fam_type->ctl_name, in per_family_init()
Damd64_edac.h26 #define amd64_info(fmt, arg...) \ macro