Home
last modified time | relevance | path

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

/Linux-v5.4/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()
/Linux-v5.4/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()
/Linux-v5.4/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()
/Linux-v5.4/arch/powerpc/kvm/
Dbook3s_hv.c306 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_core_vcpu_load_hv()
329 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_core_vcpu_put_hv()
364 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_set_arch_compat()
443 vcpu->arch.vcore->lpcr, vcpu->kvm->arch.sdr1, in kvmppc_dump_regs()
751 vc = vcpu->arch.vcore; in kvmppc_doorbell_pending()
758 if (vcpu->arch.vcore->arch_compat >= PVR_ARCH_207) in kvmppc_power8_compatible()
760 if ((!vcpu->arch.vcore->arch_compat) && in kvmppc_power8_compatible()
876 struct kvmppc_vcore *vcore = target->arch.vcore; in kvm_arch_vcpu_yield_to() local
886 spin_lock(&vcore->lock); in kvm_arch_vcpu_yield_to()
888 vcore->vcore_state != VCORE_INACTIVE && in kvm_arch_vcpu_yield_to()
[all …]
Dbook3s_hv_tm_builtin.c42 if ((msr & MSR_PR) && (vcpu->arch.vcore->pcr & PCR_ARCH_206)) in kvmhv_p9_tm_emulation_early()
80 if ((msr & MSR_PR) && (vcpu->arch.vcore->pcr & PCR_ARCH_206)) in kvmhv_p9_tm_emulation_early()
Dbook3s_hv_tm.c62 if ((msr & MSR_PR) && (vcpu->arch.vcore->pcr & PCR_ARCH_206)) { in kvmhv_p9_tm_emulation()
110 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()
99 struct kvmppc_vcore *vc = vcpu->arch.vcore; in save_hv_return_state()
149 struct kvmppc_vcore *vc = vcpu->arch.vcore; in restore_hv_regs()
175 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmhv_restore_hv_return_state()
224 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmhv_enter_nested_guest()
Dbook3s_hv_builtin.c800 vcpu->arch.vcore->dpdes = 1; in kvmppc_guest_entry_inject_int()
/Linux-v5.4/Documentation/devicetree/bindings/regulator/
Dsy8824x.txt16 vcore: regulator@00 {
19 regulator-name = "vcore";
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";
Dmt6358-regulator.txt40 regulator-name = "vcore";
/Linux-v5.4/arch/arm64/boot/dts/mediatek/
Dmt6380.dtsi23 mt6380_vcore_reg: buck-vcore {
24 regulator-name = "vcore";
Dmt8173-evb.dts347 regulator-name = "vcore";
/Linux-v5.4/drivers/cpufreq/
Dpxa3xx-cpufreq.c51 #define OP(cpufreq, _xl, _xn, _hss, _dmc, _smc, _sfl, _dfi, vcore, vsram) \ argument
61 .vcc_core = vcore, \
/Linux-v5.4/Documentation/virt/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.txt289 of vcpus per virtual core (vcore). The vcore id is obtained by
290 dividing the vcpu id by the number of vcpus per vcore. The vcpus in a
291 given vcore will always be in the same physical core as each other
296 of the number of vcpus per vcore.
/Linux-v5.4/arch/arm/boot/dts/
Dmt8135-evbp1.dts61 regulator-name = "vcore";
/Linux-v5.4/arch/powerpc/include/asm/
Dkvm_host.h750 struct kvmppc_vcore *vcore; member