Home
last modified time | relevance | path

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

/linux-6.15/include/trace/events/
H A Dmce.h36 __field( u64, ppin )
59 __entry->ppin = err->m.ppin;
82 __entry->ppin,
/linux-6.15/tools/arch/x86/intel_sdsi/
H A Dintel_sdsi.c99 uint64_t ppin; member
145 uint64_t ppin; member
159 uint64_t ppin; member
269 printf("PPIN: 0x%lx\n", s->regs.ppin); in sdsi_read_reg()
395 printf("PPIN: 0x%lx\n", mc->ppin); in sdsi_meter_cert_show()
509 printf(" PPIN: 0x%lx\n", lbc->ppin); in sdsi_state_cert_show()
/linux-6.15/drivers/base/
H A Dtopology.c77 define_id_show_func(ppin, "0x%llx");
78 static DEVICE_ATTR_ADMIN_RO(ppin);
/linux-6.15/arch/x86/include/uapi/asm/
H A Dmce.h37 __u64 ppin; /* Protected Processor Inventory Number */ member
/linux-6.15/arch/x86/include/asm/
H A Dtopology.h149 #define topology_ppin(cpu) (cpu_data(cpu).ppin)
H A Dprocessor.h178 u64 ppin; member
/linux-6.15/drivers/dpll/
H A Ddpll_netlink.c429 struct dpll_pin *ppin; in dpll_msg_add_pin_parents() local
438 ppin = ref->pin; in dpll_msg_add_pin_parents()
439 parent_priv = dpll_pin_on_dpll_priv(dpll_ref->dpll, ppin); in dpll_msg_add_pin_parents()
441 dpll_pin_on_pin_priv(ppin, pin), in dpll_msg_add_pin_parents()
442 ppin, parent_priv, &state, extack); in dpll_msg_add_pin_parents()
448 ret = dpll_msg_add_dev_parent_handle(msg, ppin->id); in dpll_msg_add_pin_parents()
/linux-6.15/include/xen/interface/
H A Dxen-mca.h362 __u64 ppin; /* Protected Processor Inventory Number */ member
/linux-6.15/drivers/edac/
H A Dmce_amd.c847 if (m->ppin) in amd_decode_mce()
848 pr_emerg(HW_ERR "PPIN: 0x%016llx\n", m->ppin); in amd_decode_mce()
/linux-6.15/drivers/xen/
H A Dmcelog.c258 m.ppin = g_physinfo[i].mc_msrvalues[j].value; in convert_log()
/linux-6.15/arch/x86/kernel/cpu/mce/
H A Dcore.c135 m->ppin = topology_ppin(cpu); in mce_prep_record_per_cpu()
199 if (m->ppin) in __print_mce()
200 pr_cont("PPIN %llx ", m->ppin); in __print_mce()
/linux-6.15/drivers/ras/amd/
H A Dfmpm.c422 rec = get_fru_record(m->ppin); in fru_handle_mem_poison()
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-devices-system-cpu75 /sys/devices/system/cpu/cpuX/topology/ppin
102 ppin: human-readable Protected Processor Identification
/linux-6.15/arch/x86/kernel/cpu/
H A Dcommon.c167 c->ppin = __rdmsr(info->msr_ppin); in ppin_init()