Home
last modified time | relevance | path

Searched refs:SMCA_RESERVED (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/x86/include/asm/
Dmce.h298 SMCA_RESERVED, /* Reserved */ enumerator
/Linux-v4.19/arch/x86/kernel/cpu/mcheck/
Dmce_amd.c85 [SMCA_RESERVED] = { "reserved", "Reserved" },
137 { SMCA_RESERVED, HWID_MCATYPE(0x00, 0x0), 0x0 },
444 if (smca_get_bank_type(bank) == SMCA_RESERVED) in smca_get_block_address()
/Linux-v4.19/drivers/edac/
Dmce_amd.c870 if (bank_type == SMCA_RESERVED) { in decode_smca_error()