Home
last modified time | relevance | path

Searched refs:vcore (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/drivers/hwmon/
Datxp1.c105 unsigned long vcore; in atxp1_storevcore() local
108 err = kstrtoul(buf, 10, &vcore); in atxp1_storevcore()
112 vcore /= 25; in atxp1_storevcore()
113 vcore *= 25; in atxp1_storevcore()
116 vid = vid_to_reg(vcore, data->vrm); in atxp1_storevcore()
135 dev_dbg(dev, "Setting VCore to %d mV (0x%02x)\n", (int)vcore, vid); in atxp1_storevcore()
/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_hv.c190 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_core_vcpu_load_hv()
213 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_core_vcpu_put_hv()
245 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_set_arch_compat()
311 vcpu->arch.vcore->lpcr, vcpu->kvm->arch.sdr1, in kvmppc_dump_regs()
610 if (vcpu->arch.vcore->arch_compat >= PVR_ARCH_207) in kvmppc_power8_compatible()
612 if ((!vcpu->arch.vcore->arch_compat) && in kvmppc_power8_compatible()
652 struct kvmppc_vcore *vcore = target->arch.vcore; in kvm_arch_vcpu_yield_to() local
662 spin_lock(&vcore->lock); in kvm_arch_vcpu_yield_to()
664 vcore->vcore_state != VCORE_INACTIVE && in kvm_arch_vcpu_yield_to()
665 vcore->runner) in kvm_arch_vcpu_yield_to()
[all …]
/linux-4.4.14/drivers/mfd/
Dstw481x.c79 u8 vcore; in stw481x_startup() local
106 vcore = ret & 0x0f; in stw481x_startup()
120 vcore_val[vcore] / 100, vcore_val[vcore] % 100, in stw481x_startup()
/linux-4.4.14/drivers/cpufreq/
Dpxa3xx-cpufreq.c55 #define OP(cpufreq, _xl, _xn, _hss, _dmc, _smc, _sfl, _dfi, vcore, vsram) \ argument
65 .vcc_core = vcore, \
/linux-4.4.14/arch/arm/boot/dts/
Dmt8135-evbp1.dts67 regulator-name = "vcore";
/linux-4.4.14/Documentation/devicetree/bindings/regulator/
Dmt6397-regulator.txt66 regulator-name = "vcore";
/linux-4.4.14/arch/arm64/boot/dts/mediatek/
Dmt8173-evb.dts242 regulator-name = "vcore";
/linux-4.4.14/arch/powerpc/include/asm/
Dkvm_host.h630 struct kvmppc_vcore *vcore; member
/linux-4.4.14/Documentation/virtual/kvm/
Dapi.txt219 of vcpus per virtual core (vcore). The vcore id is obtained by
220 dividing the vcpu id by the number of vcpus per vcore. The vcpus in a
221 given vcore will always be in the same physical core as each other
226 of the number of vcpus per vcore.