Home
last modified time | relevance | path

Searched defs:mcatype (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_aca.c29 #define ACA_BANK_HWID(type, hwid, mcatype) [ACA_HWIP_TYPE_##type] = {hwid, mcatype} argument
40 int mcatype; member
187 int hwid, mcatype; in aca_bank_hwip_is_matched() local
Damdgpu_mca.h112 int mcatype; member
Damdgpu_aca.h125 int mcatype; member
Dumc_v12_0.c525 uint16_t hwid, mcatype; in umc_v12_0_update_ecc_status() local
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/smu13/
Dsmu_v13_0_6_ppt.c108 uint16_t mcatype; member
2798 uint16_t hwid, mcatype; in mca_decode_ipid_to_hwip() local
/linux-6.12.1/arch/x86/kernel/cpu/mce/
Damd.c74 #define HWID_MCATYPE(hwid, mcatype) (((hwid) << 16) | (mcatype)) argument