Home
last modified time | relevance | path

Searched refs:ppin (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/tools/arch/x86/intel_sdsi/
H A Dintel_sdsi.c98 uint64_t ppin; member
144 uint64_t ppin; member
158 uint64_t ppin; member
267 printf("PPIN: 0x%lx\n", s->regs.ppin); in sdsi_read_reg()
390 printf("PPIN: 0x%lx\n", mc->ppin); in sdsi_meter_cert_show()
505 printf(" PPIN: 0x%lx\n", lbc->ppin); in sdsi_state_cert_show()
/openbmc/linux/drivers/base/
H A Dtopology.c77 define_id_show_func(ppin, "0x%llx");
78 static DEVICE_ATTR_ADMIN_RO(ppin);
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dmce.h36 __u64 ppin; /* Protected Processor Inventory Number */ member
/openbmc/linux/arch/x86/include/asm/
H A Dtopology.h113 #define topology_ppin(cpu) (cpu_data(cpu).ppin)
H A Dprocessor.h139 u64 ppin; member
/openbmc/linux/include/xen/interface/
H A Dxen-mca.h362 __u64 ppin; /* Protected Processor Inventory Number */ member
/openbmc/linux/drivers/edac/
H A Dmce_amd.c1289 if (m->ppin) in amd_decode_mce()
1290 pr_emerg(HW_ERR "PPIN: 0x%016llx\n", m->ppin); in amd_decode_mce()
/openbmc/fb-ipmi-oem/include/
H A Doemcommands.hpp444 uint64_t ppin; member
/openbmc/linux/drivers/xen/
H A Dmcelog.c259 m.ppin = g_physinfo[i].mc_msrvalues[j].value; in convert_log()
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dcore.c130 m->ppin = cpu_data(m->extcpu).ppin; in mce_setup()
182 if (m->ppin) in __print_mce()
183 pr_cont("PPIN %llx ", m->ppin); in __print_mce()
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-devices-system-cpu89 What: /sys/devices/system/cpu/cpuX/topology/ppin
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-devices-system-cpu75 /sys/devices/system/cpu/cpuX/topology/ppin
102 ppin: human-readable Protected Processor Identification
/openbmc/qemu/docs/specs/
H A Dtpm.rst138 | ``ppin`` | 0x1 | 0x100 | SMI interrupt to use. Set by firmware. |
/openbmc/linux/arch/x86/kernel/cpu/
H A Dcommon.c158 c->ppin = __rdmsr(info->msr_ppin); in ppin_init()
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp2483 ss << std::format(" CPU PPIN : 0x{:016X}\n", pBank->ppin); in handleCrdHdrBank()