Home
last modified time | relevance | path

Searched refs:cpuvendor (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/include/trace/events/
H A Dmce.h44 __field( u8, cpuvendor )
67 __entry->cpuvendor = err->m.cpuvendor;
83 __entry->cpuvendor,
/linux-6.15/arch/x86/include/uapi/asm/
H A Dmce.h22 __u8 cpuvendor; /* Kernel's X86_VENDOR enum */ member
/linux-6.15/arch/x86/kernel/cpu/mce/
H A Dcore.c123 m->cpuvendor = boot_cpu_data.x86_vendor; in mce_prep_record_common()
220 m->cpuvendor, m->cpuid, m->time, m->socketid, m->apicid, in __print_mce()
230 if (m->cpuvendor != X86_VENDOR_AMD && m->cpuvendor != X86_VENDOR_HYGON) in print_mce()
518 switch (m->cpuvendor) { in mce_usable_address()
534 switch (m->cpuvendor) { in mce_is_memory_error()
574 if (m->cpuvendor == X86_VENDOR_AMD && m->status & MCI_STATUS_DEFERRED) in mce_is_correctable()
577 if (m->cpuvendor == X86_VENDOR_HYGON && m->status & MCI_STATUS_DEFERRED) in mce_is_correctable()
1582 if (m->cpuvendor == X86_VENDOR_INTEL || in do_machine_check()
1583 m->cpuvendor == X86_VENDOR_ZHAOXIN) in do_machine_check()
H A Dinject.c119 m->cpuvendor = boot_cpu_data.x86_vendor; in setup_inj_struct()
/linux-6.15/include/xen/interface/
H A Dxen-mca.h348 __u8 cpuvendor; /* cpu vendor as encoded in system.h */ member
/linux-6.15/drivers/xen/
H A Dmcelog.c249 m.cpuvendor = (__u8)g_physinfo[i].mc_vendor; in convert_log()
/linux-6.15/drivers/edac/
H A Die31200_edac.c549 mce->cpuvendor, mce->cpuid, mce->time, in mce_handler()
H A Dskx_common.c767 "%u APIC 0x%x\n", mce->cpuvendor, mce->cpuid, in skx_mce_check_error()
H A Digen6_edac.c965 mce->cpuvendor, mce->cpuid, mce->time, in ecclog_mce_handler()
H A Dpnd2_edac.c1399 mce->cpuvendor, mce->cpuid, mce->time, mce->socketid, mce->apicid); in pnd2_mce_check_error()
H A Dsb_edac.c3306 "%u APIC %x\n", mce->cpuvendor, mce->cpuid, in sbridge_mce_check_error()