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

/linux-master/drivers/hwmon/
H A Datxp1.c97 unsigned long vcore; local
100 err = kstrtoul(buf, 10, &vcore);
104 vcore /= 25;
105 vcore *= 25;
108 vid = vid_to_reg(vcore, data->vrm);
127 dev_dbg(dev, "Setting VCore to %d mV (0x%02x)\n", (int)vcore, vid);
/linux-master/drivers/staging/greybus/
H A Darche-apb-ctrl.c36 struct regulator *vcore; member in struct:arche_apb_ctrl_drvdata
83 if (!IS_ERR(apb->vcore)) {
84 ret = regulator_enable(apb->vcore);
125 ret = regulator_enable(apb->vcore);
208 if (!IS_ERR(apb->vcore) && regulator_is_enabled(apb->vcore) > 0)
209 regulator_disable(apb->vcore);
361 apb->vcore = devm_regulator_get(dev, "vcore");
362 if (IS_ERR(apb->vcore))
[all...]
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv_tm_builtin.c53 if ((msr & MSR_PR) && (vcpu->arch.vcore->pcr & PCR_ARCH_206))
92 if ((msr & MSR_PR) && (vcpu->arch.vcore->pcr & PCR_ARCH_206))
H A Dbook3s_hv_nestedv2.c312 vcpu->arch.vcore->vtb);
316 vcpu->arch.vcore->lpcr);
320 vcpu->arch.vcore->tb_offset);
346 vcpu->arch.vcore->tb_offset;
359 if (!vcpu->arch.vcore->arch_compat) {
365 arch_compat = vcpu->arch.vcore->arch_compat;
544 vcpu->arch.vcore->vtb = kvmppc_gse_get_u64(gse);
547 vcpu->arch.vcore->lpcr = kvmppc_gse_get_u64(gse);
550 vcpu->arch.vcore->tb_offset = kvmppc_gse_get_u64(gse);
587 dw + vcpu->arch.vcore
[all...]
H A Dbook3s_hv.c140 * online threads in the vcore being run.
179 /* Used to traverse the list of runnable threads for a given vcore */
257 * run as part of a virtual core, but the task running the vcore
262 * of running the core, and the other vcpu tasks in the vcore will
267 * a vcore using vc->stolen_tb, and the stolen time when the vcpu
270 * stolen time for a vcore when it is inactive, or for a vcpu
281 * updates to vc->stolen_tb are protected by the vcore->stoltb_lock
320 struct kvmppc_vcore *vc = vcpu->arch.vcore;
336 * We can test vc->runner without taking the vcore lock,
355 struct kvmppc_vcore *vc = vcpu->arch.vcore;
1042 struct kvmppc_vcore *vcore = target->arch.vcore; local
2789 struct kvmppc_vcore *vcore; local
2963 struct kvmppc_vcore *vcore; local
[all...]
H A Dbook3s_hv_tm.c84 if ((msr & MSR_PR) && (vcpu->arch.vcore->pcr & PCR_ARCH_206)) {
135 if ((msr & MSR_PR) && (vcpu->arch.vcore->pcr & PCR_ARCH_206)) {
H A Dbook3s_hv_builtin.c258 bits of vcore->entry_exit_map */
269 * Trigger the other threads in this vcore to exit the guest.
547 (vcpu->arch.vcore->lpcr & LPCR_AIL) == LPCR_AIL_3 &&
599 vcpu->arch.vcore->dpdes = 1;
H A Dbook3s_hv_ras.c143 struct kvmppc_vcore *vc = vcpu->arch.vcore;
H A Dbook3s_hv_nested.c32 struct kvmppc_vcore *vc = vcpu->arch.vcore;
106 struct kvmppc_vcore *vc = vcpu->arch.vcore;
143 struct kvmppc_vcore *vc = vcpu->arch.vcore;
171 struct kvmppc_vcore *vc = vcpu->arch.vcore;
257 struct kvmppc_vcore *vc = vcpu->arch.vcore;
295 struct kvmppc_vcore *vc = vcpu->arch.vcore;
H A Dtrace_hv.h444 __entry->n_runnable = vcpu->arch.vcore->n_runnable;
H A Dbook3s_hv_p9_entry.c222 struct kvmppc_vcore *vc = vcpu->arch.vcore;
537 struct kvmppc_vcore *vc = vcpu->arch.vcore;
/linux-master/drivers/mfd/
H A Dstw481x.c80 u8 vcore; local
107 vcore = ret & 0x0f;
121 vcore_val[vcore] / 100, vcore_val[vcore] % 100,
/linux-master/drivers/cpufreq/
H A Dpxa3xx-cpufreq.c72 #define OP(cpufreq, _xl, _xn, _hss, _dmc, _smc, _sfl, _dfi, vcore, vsram) \
82 .vcc_core = vcore, \
/linux-master/arch/powerpc/include/asm/
H A Dkvm_book3s.h580 vcpu->arch.vcore->reg = val; \
588 return vcpu->arch.vcore->reg; \
603 return vcpu->arch.vcore->tb_offset;
H A Dkvm_host.h344 /* This bit is used when a vcore exit is triggered from outside the vcore */
781 struct kvmppc_vcore *vcore; member in struct:kvmppc_slb::kvm_vcpu_arch

Completed in 251 milliseconds