Searched refs:ppin (Results 1 – 15 of 15) sorted by relevance
| /linux/include/trace/events/ |
| A D | mce.h | 36 __field( u64, ppin ) 58 __entry->ppin = m->ppin; 80 __entry->ppin,
|
| /linux/tools/arch/x86/intel_sdsi/ |
| A D | intel_sdsi.c | 99 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/drivers/base/ |
| A D | topology.c | 61 define_id_show_func(ppin, "0x%llx"); 62 static DEVICE_ATTR_ADMIN_RO(ppin);
|
| /linux/arch/x86/include/uapi/asm/ |
| A D | mce.h | 36 __u64 ppin; /* Protected Processor Inventory Number */ member
|
| /linux/arch/x86/include/asm/ |
| A D | topology.h | 142 #define topology_ppin(cpu) (cpu_data(cpu).ppin)
|
| A D | processor.h | 164 u64 ppin; member
|
| /linux/drivers/dpll/ |
| A D | dpll_netlink.c | 408 struct dpll_pin *ppin; in dpll_msg_add_pin_parents() local 417 ppin = ref->pin; in dpll_msg_add_pin_parents() 418 parent_priv = dpll_pin_on_dpll_priv(dpll_ref->dpll, ppin); in dpll_msg_add_pin_parents() 420 dpll_pin_on_pin_priv(ppin, pin), in dpll_msg_add_pin_parents() 421 ppin, parent_priv, &state, extack); in dpll_msg_add_pin_parents() 427 ret = dpll_msg_add_dev_parent_handle(msg, ppin->id); in dpll_msg_add_pin_parents()
|
| /linux/include/xen/interface/ |
| A D | xen-mca.h | 362 __u64 ppin; /* Protected Processor Inventory Number */ member
|
| /linux/drivers/edac/ |
| A D | mce_amd.c | 847 if (m->ppin) in amd_decode_mce() 848 pr_emerg(HW_ERR "PPIN: 0x%016llx\n", m->ppin); in amd_decode_mce()
|
| /linux/drivers/xen/ |
| A D | mcelog.c | 258 m.ppin = g_physinfo[i].mc_msrvalues[j].value; in convert_log()
|
| /linux/Documentation/ABI/stable/ |
| A D | sysfs-devices-system-cpu | 89 What: /sys/devices/system/cpu/cpuX/topology/ppin
|
| /linux/arch/x86/kernel/cpu/mce/ |
| A D | core.c | 137 m->ppin = topology_ppin(cpu); in mce_prep_record_per_cpu() 196 if (m->ppin) in __print_mce() 197 pr_cont("PPIN %llx ", m->ppin); in __print_mce()
|
| /linux/drivers/ras/amd/ |
| A D | fmpm.c | 415 rec = get_fru_record(m->ppin); in fru_handle_mem_poison()
|
| /linux/Documentation/ABI/testing/ |
| A D | sysfs-devices-system-cpu | 75 /sys/devices/system/cpu/cpuX/topology/ppin 102 ppin: human-readable Protected Processor Identification
|
| /linux/arch/x86/kernel/cpu/ |
| A D | common.c | 166 c->ppin = __rdmsr(info->msr_ppin); in ppin_init()
|
Completed in 39 milliseconds