Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/staging/greybus/
Darche-apb-ctrl.c36 struct regulator *vcore; member
83 if (!IS_ERR(apb->vcore)) { in coldboot_seq()
84 ret = regulator_enable(apb->vcore); in coldboot_seq()
125 ret = regulator_enable(apb->vcore); in fw_flashing_seq()
208 if (!IS_ERR(apb->vcore) && regulator_is_enabled(apb->vcore) > 0) in poweroff_seq()
209 regulator_disable(apb->vcore); in poweroff_seq()
361 apb->vcore = devm_regulator_get(dev, "vcore"); in apb_ctrl_get_devtree_data()
362 if (IS_ERR(apb->vcore)) in apb_ctrl_get_devtree_data()
/kernel/linux/linux-5.10/drivers/hwmon/
Datxp1.c96 unsigned long vcore; in cpu0_vid_store() local
99 err = kstrtoul(buf, 10, &vcore); in cpu0_vid_store()
103 vcore /= 25; in cpu0_vid_store()
104 vcore *= 25; in cpu0_vid_store()
107 vid = vid_to_reg(vcore, data->vrm); in cpu0_vid_store()
126 dev_dbg(dev, "Setting VCore to %d mV (0x%02x)\n", (int)vcore, vid); in cpu0_vid_store()
/kernel/linux/linux-5.10/drivers/mfd/
Dstw481x.c80 u8 vcore; in stw481x_startup() local
107 vcore = ret & 0x0f; in stw481x_startup()
121 vcore_val[vcore] / 100, vcore_val[vcore] % 100, in stw481x_startup()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
Dbook3s_hv.c307 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_core_vcpu_load_hv()
330 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_core_vcpu_put_hv()
353 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_set_arch_compat()
437 vcpu->arch.vcore->lpcr, vcpu->kvm->arch.sdr1, in kvmppc_dump_regs()
745 vc = vcpu->arch.vcore; in kvmppc_doorbell_pending()
752 if (vcpu->arch.vcore->arch_compat >= PVR_ARCH_207) in kvmppc_power8_compatible()
754 if ((!vcpu->arch.vcore->arch_compat) && in kvmppc_power8_compatible()
875 struct kvmppc_vcore *vcore = target->arch.vcore; in kvm_arch_vcpu_yield_to() local
885 spin_lock(&vcore->lock); in kvm_arch_vcpu_yield_to()
887 vcore->vcore_state != VCORE_INACTIVE && in kvm_arch_vcpu_yield_to()
[all …]
Dbook3s_hv_tm_builtin.c53 if ((msr & MSR_PR) && (vcpu->arch.vcore->pcr & PCR_ARCH_206)) in kvmhv_p9_tm_emulation_early()
92 if ((msr & MSR_PR) && (vcpu->arch.vcore->pcr & PCR_ARCH_206)) in kvmhv_p9_tm_emulation_early()
Dbook3s_hv_tm.c75 if ((msr & MSR_PR) && (vcpu->arch.vcore->pcr & PCR_ARCH_206)) { in kvmhv_p9_tm_emulation()
124 if ((msr & MSR_PR) && (vcpu->arch.vcore->pcr & PCR_ARCH_206)) { in kvmhv_p9_tm_emulation()
Dbook3s_hv_nested.c30 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmhv_save_hv_regs()
100 struct kvmppc_vcore *vc = vcpu->arch.vcore; in save_hv_return_state()
150 struct kvmppc_vcore *vc = vcpu->arch.vcore; in restore_hv_regs()
176 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmhv_restore_hv_return_state()
225 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmhv_enter_nested_guest()
Dbook3s_hv_builtin.c796 (vcpu->arch.vcore->lpcr & LPCR_AIL) == LPCR_AIL_3 && in inject_interrupt()
846 vcpu->arch.vcore->dpdes = 1; in kvmppc_guest_entry_inject_int()
/kernel/linux/linux-5.10/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.txt69 regulator-name = "vcore";
Dmt6358-regulator.txt40 regulator-name = "vcore";
/kernel/linux/linux-5.10/arch/arm64/boot/dts/mediatek/
Dmt6380.dtsi23 mt6380_vcore_reg: buck-vcore {
24 regulator-name = "vcore";
Dmt6358.dtsi32 regulator-name = "vcore";
Dmt8173-evb.dts347 regulator-name = "vcore";
Dmt8173-elm.dtsi963 regulator-name = "vcore";
/kernel/linux/linux-5.10/drivers/cpufreq/
Dpxa3xx-cpufreq.c51 #define OP(cpufreq, _xl, _xn, _hss, _dmc, _smc, _sfl, _dfi, vcore, vsram) \ argument
61 .vcc_core = vcore, \
/kernel/linux/linux-5.10/Documentation/virt/kvm/
Dhalt-polling.rst11 vcpus of a single vcore have ceded, the host kernel polls for wakeup conditions
41 or in the case of powerpc kvm-hv, in the vcore struct:
45 Thus this is a per vcpu (or vcore) value.
Dapi.rst313 of vcpus per virtual core (vcore). The vcore id is obtained by
314 dividing the vcpu id by the number of vcpus per vcore. The vcpus in a
315 given vcore will always be in the same physical core as each other
320 of the number of vcpus per vcore.
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dmt8135-evbp1.dts61 regulator-name = "vcore";
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dkvm_host.h759 struct kvmppc_vcore *vcore; member