Home
last modified time | relevance | path

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

/openbmc/linux/drivers/edac/
H A Damd64_edac.c80 amd64_warn("%s: error reading F%dx%03x.\n", in __amd64_read_pci_cfg_dword()
93 amd64_warn("%s: error writing to F%dx%03x.\n", in __amd64_write_pci_cfg_dword()
626 amd64_warn("%s: invalid section 0x%lx\n", __func__, value); in inject_section_store()
662 amd64_warn("%s: invalid word 0x%lx\n", __func__, value); in inject_word_store()
2570 amd64_warn("Huh? Address is in the MMIO hole: 0x%016llx\n", in f1x_match_to_this_node()
3455 amd64_warn("%s: Error allocating mask\n", __func__); in nb_mce_bank_enabled_on_node()
3487 amd64_warn("%s: error allocating mask\n", __func__); in toggle_ecc_err_reporting()
3526 amd64_warn("Error enabling ECC reporting over MCGCTL!\n"); in enable_ecc_error_reporting()
3555 amd64_warn("Hardware rejected DRAM ECC enable," in enable_ecc_error_reporting()
3594 amd64_warn("Error restoring NB MCGCTL settings!\n"); in restore_ecc_error_reporting()
[all …]
H A Damd64_edac.h28 #define amd64_warn(fmt, arg...) \ macro