Home
last modified time | relevance | path

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

/linux/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/drivers/base/
H A Dtopology.c77 define_id_show_func(ppin, "0x%llx");
78 static DEVICE_ATTR_ADMIN_RO(ppin);
/linux/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/include/xen/interface/
H A Dxen-mca.h362 __u64 ppin; /* Protected Processor Inventory Number */ member
/linux/drivers/xen/
H A Dmcelog.c258 m.ppin = g_physinfo[i].mc_msrvalues[j].value; in convert_log()
/linux/arch/x86/include/asm/
H A Dprocessor.h183 u64 ppin; member
/linux/Documentation/ABI/stable/
H A Dsysfs-devices-system-cpu89 What: /sys/devices/system/cpu/cpuX/topology/ppin
/linux/drivers/ras/amd/
H A Dfmpm.c415 rec = get_fru_record(m->ppin); in fru_handle_mem_poison()
/linux/Documentation/ABI/testing/
H A Dsysfs-devices-system-cpu75 /sys/devices/system/cpu/cpuX/topology/ppin
102 ppin: human-readable Protected Processor Identification
/linux/arch/x86/kernel/cpu/
H A Dcommon.c167 c->ppin = __rdmsr(info->msr_ppin); in ppin_init()