Searched refs:ppin (Results 1 – 15 of 15) sorted by relevance
98 uint64_t ppin; member144 uint64_t ppin; member158 uint64_t ppin; member267 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()
77 define_id_show_func(ppin, "0x%llx");78 static DEVICE_ATTR_ADMIN_RO(ppin);
36 __u64 ppin; /* Protected Processor Inventory Number */ member
113 #define topology_ppin(cpu) (cpu_data(cpu).ppin)
139 u64 ppin; member
362 __u64 ppin; /* Protected Processor Inventory Number */ member
1289 if (m->ppin) in amd_decode_mce()1290 pr_emerg(HW_ERR "PPIN: 0x%016llx\n", m->ppin); in amd_decode_mce()
444 uint64_t ppin; member
259 m.ppin = g_physinfo[i].mc_msrvalues[j].value; in convert_log()
130 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()
89 What: /sys/devices/system/cpu/cpuX/topology/ppin
75 /sys/devices/system/cpu/cpuX/topology/ppin102 ppin: human-readable Protected Processor Identification
138 | ``ppin`` | 0x1 | 0x100 | SMI interrupt to use. Set by firmware. |
158 c->ppin = __rdmsr(info->msr_ppin); in ppin_init()
2483 ss << std::format(" CPU PPIN : 0x{:016X}\n", pBank->ppin); in handleCrdHdrBank()