/Linux-v5.10/drivers/staging/greybus/ |
D | arche-apb-ctrl.c | 36 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.10/drivers/hwmon/ |
D | atxp1.c | 96 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.10/drivers/mfd/ |
D | stw481x.c | 80 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.10/arch/powerpc/kvm/ |
D | book3s_hv.c | 306 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() 352 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_set_arch_compat() 436 vcpu->arch.vcore->lpcr, vcpu->kvm->arch.sdr1, in kvmppc_dump_regs() 744 vc = vcpu->arch.vcore; in kvmppc_doorbell_pending() 751 if (vcpu->arch.vcore->arch_compat >= PVR_ARCH_207) in kvmppc_power8_compatible() 753 if ((!vcpu->arch.vcore->arch_compat) && in kvmppc_power8_compatible() 874 struct kvmppc_vcore *vcore = target->arch.vcore; in kvm_arch_vcpu_yield_to() local 884 spin_lock(&vcore->lock); in kvm_arch_vcpu_yield_to() 886 vcore->vcore_state != VCORE_INACTIVE && in kvm_arch_vcpu_yield_to() [all …]
|
D | book3s_hv_tm_builtin.c | 53 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()
|
D | book3s_hv_tm.c | 75 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()
|
D | book3s_hv_nested.c | 30 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()
|
D | book3s_hv_builtin.c | 796 (vcpu->arch.vcore->lpcr & LPCR_AIL) == LPCR_AIL_3 && in inject_interrupt() 846 vcpu->arch.vcore->dpdes = 1; in kvmppc_guest_entry_inject_int()
|
/Linux-v5.10/Documentation/devicetree/bindings/regulator/ |
D | mt6380-regulator.txt | 11 buck-core1, buck-vcore, buck-vrf 29 mt6380_vcore_reg: buck-vcore { 30 regulator-name = "vcore";
|
D | mt6397-regulator.txt | 69 regulator-name = "vcore";
|
D | mt6358-regulator.txt | 40 regulator-name = "vcore";
|
/Linux-v5.10/arch/arm64/boot/dts/mediatek/ |
D | mt6380.dtsi | 23 mt6380_vcore_reg: buck-vcore { 24 regulator-name = "vcore";
|
D | mt6358.dtsi | 32 regulator-name = "vcore";
|
D | mt8173-evb.dts | 347 regulator-name = "vcore";
|
D | mt8173-elm.dtsi | 963 regulator-name = "vcore";
|
/Linux-v5.10/drivers/cpufreq/ |
D | pxa3xx-cpufreq.c | 51 #define OP(cpufreq, _xl, _xn, _hss, _dmc, _smc, _sfl, _dfi, vcore, vsram) \ argument 61 .vcc_core = vcore, \
|
/Linux-v5.10/Documentation/virt/kvm/ |
D | halt-polling.rst | 11 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.
|
D | api.rst | 310 of vcpus per virtual core (vcore). The vcore id is obtained by 311 dividing the vcpu id by the number of vcpus per vcore. The vcpus in a 312 given vcore will always be in the same physical core as each other 317 of the number of vcpus per vcore.
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | mt8135-evbp1.dts | 61 regulator-name = "vcore";
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | kvm_host.h | 759 struct kvmppc_vcore *vcore; member
|