Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/greybus/
Darche-apb-ctrl.c38 struct regulator *vcore; member
86 if (!IS_ERR(apb->vcore)) { in coldboot_seq()
87 ret = regulator_enable(apb->vcore); in coldboot_seq()
128 ret = regulator_enable(apb->vcore); in fw_flashing_seq()
213 if (!IS_ERR(apb->vcore) && regulator_is_enabled(apb->vcore) > 0) in poweroff_seq()
214 regulator_disable(apb->vcore); in poweroff_seq()
388 apb->vcore = devm_regulator_get(dev, "vcore"); in apb_ctrl_get_devtree_data()
389 if (IS_ERR(apb->vcore)) in apb_ctrl_get_devtree_data()
/Linux-v4.19/drivers/hwmon/
Datxp1.c105 unsigned long vcore; in cpu0_vid_store() local
108 err = kstrtoul(buf, 10, &vcore); in cpu0_vid_store()
112 vcore /= 25; in cpu0_vid_store()
113 vcore *= 25; in cpu0_vid_store()
116 vid = vid_to_reg(vcore, data->vrm); in cpu0_vid_store()
135 dev_dbg(dev, "Setting VCore to %d mV (0x%02x)\n", (int)vcore, vid); in cpu0_vid_store()
/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_hv.c289 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_core_vcpu_load_hv()
312 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_core_vcpu_put_hv()
347 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_set_arch_compat()
423 vcpu->arch.vcore->lpcr, vcpu->kvm->arch.sdr1, in kvmppc_dump_regs()
737 vc = vcpu->arch.vcore; in kvmppc_doorbell_pending()
744 if (vcpu->arch.vcore->arch_compat >= PVR_ARCH_207) in kvmppc_power8_compatible()
746 if ((!vcpu->arch.vcore->arch_compat) && in kvmppc_power8_compatible()
788 struct kvmppc_vcore *vcore = target->arch.vcore; in kvm_arch_vcpu_yield_to() local
798 spin_lock(&vcore->lock); in kvm_arch_vcpu_yield_to()
800 vcore->vcore_state != VCORE_INACTIVE && in kvm_arch_vcpu_yield_to()
[all …]
Dbook3s_hv_tm_builtin.c45 if ((msr & MSR_PR) && (vcpu->arch.vcore->pcr & PCR_ARCH_206)) in kvmhv_p9_tm_emulation_early()
83 if ((msr & MSR_PR) && (vcpu->arch.vcore->pcr & PCR_ARCH_206)) in kvmhv_p9_tm_emulation_early()
Dbook3s_hv_tm.c65 if ((msr & MSR_PR) && (vcpu->arch.vcore->pcr & PCR_ARCH_206)) { in kvmhv_p9_tm_emulation()
113 if ((msr & MSR_PR) && (vcpu->arch.vcore->pcr & PCR_ARCH_206)) { in kvmhv_p9_tm_emulation()
/Linux-v4.19/drivers/mfd/
Dstw481x.c81 u8 vcore; in stw481x_startup() local
108 vcore = ret & 0x0f; in stw481x_startup()
122 vcore_val[vcore] / 100, vcore_val[vcore] % 100, in stw481x_startup()
/Linux-v4.19/Documentation/devicetree/bindings/regulator/
Dmt6380-regulator.txt11 buck-core1, buck-vcore, buck-vrf
29 mt6380_vcore_reg: buck-vcore {
30 regulator-name = "vcore";
Dmt6397-regulator.txt66 regulator-name = "vcore";
/Linux-v4.19/arch/arm64/boot/dts/mediatek/
Dmt6380.dtsi23 mt6380_vcore_reg: buck-vcore {
24 regulator-name = "vcore";
Dmt8173-evb.dts355 regulator-name = "vcore";
/Linux-v4.19/drivers/cpufreq/
Dpxa3xx-cpufreq.c55 #define OP(cpufreq, _xl, _xn, _hss, _dmc, _smc, _sfl, _dfi, vcore, vsram) \ argument
65 .vcc_core = vcore, \
/Linux-v4.19/Documentation/virtual/kvm/
Dhalt-polling.txt8 vcpus of a single vcore have ceded, the host kernel polls for wakeup conditions
38 or in the case of powerpc kvm-hv, in the vcore struct:
42 Thus this is a per vcpu (or vcore) value.
Dapi.txt234 of vcpus per virtual core (vcore). The vcore id is obtained by
235 dividing the vcpu id by the number of vcpus per vcore. The vcpus in a
236 given vcore will always be in the same physical core as each other
241 of the number of vcpus per vcore.
/Linux-v4.19/arch/arm/boot/dts/
Dmt8135-evbp1.dts60 regulator-name = "vcore";
/Linux-v4.19/arch/powerpc/include/asm/
Dkvm_host.h724 struct kvmppc_vcore *vcore; member