| /linux/drivers/staging/greybus/ |
| H A D | arche-apb-ctrl.c | 37 struct regulator *vcore; member 84 if (!IS_ERR(apb->vcore)) { in coldboot_seq() 85 ret = regulator_enable(apb->vcore); in coldboot_seq() 126 ret = regulator_enable(apb->vcore); in fw_flashing_seq() 209 if (!IS_ERR(apb->vcore) && regulator_is_enabled(apb->vcore) > 0) in poweroff_seq() 210 regulator_disable(apb->vcore); in poweroff_seq() 362 apb->vcore = devm_regulator_get(dev, "vcore"); in apb_ctrl_get_fw_data() 363 if (IS_ERR(apb->vcore)) in apb_ctrl_get_fw_data()
|
| /linux/drivers/hwmon/ |
| H A D | atxp1.c | 97 unsigned long vcore; in cpu0_vid_store() local 100 err = kstrtoul(buf, 10, &vcore); in cpu0_vid_store() 104 vcore /= 25; in cpu0_vid_store() 105 vcore *= 25; in cpu0_vid_store() 108 vid = vid_to_reg(vcore, data->vrm); in cpu0_vid_store() 127 dev_dbg(dev, "Setting VCore to %d mV (0x%02x)\n", (int)vcore, vid); in cpu0_vid_store()
|
| /linux/drivers/mfd/ |
| H A 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/arch/powerpc/kvm/ |
| H A D | book3s_hv_nestedv2.c | 327 vcpu->arch.vcore->vtb); in gs_msg_ops_vcpu_fill_info() 331 vcpu->arch.vcore->dpdes); in gs_msg_ops_vcpu_fill_info() 335 vcpu->arch.vcore->lpcr); in gs_msg_ops_vcpu_fill_info() 339 vcpu->arch.vcore->tb_offset); in gs_msg_ops_vcpu_fill_info() 365 vcpu->arch.vcore->tb_offset; in gs_msg_ops_vcpu_fill_info() 378 if (!vcpu->arch.vcore->arch_compat) { in gs_msg_ops_vcpu_fill_info() 386 arch_compat = vcpu->arch.vcore->arch_compat; in gs_msg_ops_vcpu_fill_info() 574 vcpu->arch.vcore->vtb = kvmppc_gse_get_u64(gse); in gs_msg_ops_vcpu_refresh_info() 577 vcpu->arch.vcore->dpdes = kvmppc_gse_get_u64(gse); in gs_msg_ops_vcpu_refresh_info() 580 vcpu->arch.vcore->lpcr = kvmppc_gse_get_u64(gse); in gs_msg_ops_vcpu_refresh_info() [all …]
|
| H A D | book3s_hv.c | 320 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_core_vcpu_load_hv() 355 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_core_vcpu_put_hv() 418 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_set_arch_compat() 515 vcpu->arch.vcore->lpcr, vcpu->kvm->arch.sdr1, in kvmppc_dump_regs() 895 vc = vcpu->arch.vcore; in kvmppc_doorbell_pending() 1045 struct kvmppc_vcore *vcore = target->arch.vcore; in kvm_arch_vcpu_yield_to() local 1059 spin_lock(&vcore->lock); in kvm_arch_vcpu_yield_to() 1061 vcore->vcore_state != VCORE_INACTIVE && in kvm_arch_vcpu_yield_to() 1062 vcore->runner) in kvm_arch_vcpu_yield_to() 1063 target = vcore->runner; in kvm_arch_vcpu_yield_to() [all …]
|
| H A 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()
|
| H A D | book3s_hv_tm.c | 84 if ((msr & MSR_PR) && (vcpu->arch.vcore->pcr & PCR_ARCH_206)) { in kvmhv_p9_tm_emulation() 135 if ((msr & MSR_PR) && (vcpu->arch.vcore->pcr & PCR_ARCH_206)) { in kvmhv_p9_tm_emulation()
|
| H A D | book3s_hv_builtin.c | 547 (vcpu->arch.vcore->lpcr & LPCR_AIL) == LPCR_AIL_3 && in inject_interrupt() 599 vcpu->arch.vcore->dpdes = 1; in kvmppc_guest_entry_inject_int()
|
| H A D | book3s_hv_nested.c | 32 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmhv_save_hv_regs() 106 struct kvmppc_vcore *vc = vcpu->arch.vcore; in save_hv_return_state() 143 struct kvmppc_vcore *vc = vcpu->arch.vcore; in restore_hv_regs() 171 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmhv_restore_hv_return_state() 263 struct kvmppc_vcore *vc = vcpu->arch.vcore; in load_l2_hv_regs() 301 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmhv_enter_nested_guest()
|
| H A D | book3s_hv_ras.c | 143 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_p9_realmode_hmi_handler()
|
| H A D | book3s_hv_p9_entry.c | 222 struct kvmppc_vcore *vc = vcpu->arch.vcore; in accumulate_time() 537 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmhv_vcpu_entry_p9()
|
| H A D | trace_hv.h | 444 __entry->n_runnable = vcpu->arch.vcore->n_runnable;
|
| /linux/Documentation/devicetree/bindings/regulator/ |
| H A D | mt6380-regulator.txt | 11 buck-core1, buck-vcore, buck-vrf 29 mt6380_vcore_reg: buck-vcore { 30 regulator-name = "vcore";
|
| /linux/arch/arm64/boot/dts/mediatek/ |
| H A D | mt6380.dtsi | 23 mt6380_vcore_reg: buck-vcore { 24 regulator-name = "vcore";
|
| H A D | mt6357.dtsi | 28 mt6357_vcore_reg: buck-vcore { 29 regulator-name = "vcore";
|
| H A D | mt6359.dtsi | 56 regulator-name = "vcore";
|
| H A D | mt7988a-bananapi-bpi-r4.dtsi | 240 regulator-name = "vcore";
|
| H A D | mt6358.dtsi | 37 regulator-name = "vcore";
|
| H A D | mt8173-evb.dts | 363 regulator-name = "vcore";
|
| H A D | mt7988a-bananapi-bpi-r4-pro.dtsi | 262 regulator-name = "vcore";
|
| /linux/drivers/cpufreq/ |
| H A D | pxa3xx-cpufreq.c | 72 #define OP(cpufreq, _xl, _xn, _hss, _dmc, _smc, _sfl, _dfi, vcore, vsram) \ argument 82 .vcc_core = vcore, \
|
| /linux/Documentation/virt/kvm/ |
| H A 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.
|
| /linux/arch/powerpc/include/asm/ |
| H A D | kvm_book3s.h | 580 vcpu->arch.vcore->reg = val; \ 588 return vcpu->arch.vcore->reg; \ 604 return vcpu->arch.vcore->tb_offset; in kvmppc_get_tb_offset()
|
| H A D | kvm_host.h | 784 struct kvmppc_vcore *vcore; member
|
| /linux/arch/arm/boot/dts/mediatek/ |
| H A D | mt8135-evbp1.dts | 61 regulator-name = "vcore";
|