Searched refs:vcore (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/arch/powerpc/kvm/ |
D | book3s_hv.c | 169 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_core_vcpu_load_hv() 197 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_core_vcpu_put_hv() 231 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_set_arch_compat() 297 vcpu->arch.vcore->lpcr, vcpu->kvm->arch.sdr1, in kvmppc_dump_regs() 596 if (vcpu->arch.vcore->arch_compat >= PVR_ARCH_207) in kvmppc_power8_compatible() 598 if ((!vcpu->arch.vcore->arch_compat) && in kvmppc_power8_compatible() 638 struct kvmppc_vcore *vcore = target->arch.vcore; in kvm_arch_vcpu_yield_to() local 648 spin_lock(&vcore->lock); in kvm_arch_vcpu_yield_to() 650 vcore->vcore_state != VCORE_INACTIVE) in kvm_arch_vcpu_yield_to() 651 target = vcore->runner; in kvm_arch_vcpu_yield_to() [all …]
|
D | book3s_hv_builtin.c | 113 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_rm_h_confer()
|
/linux-4.1.27/drivers/hwmon/ |
D | atxp1.c | 108 unsigned long vcore; in atxp1_storevcore() local 111 err = kstrtoul(buf, 10, &vcore); in atxp1_storevcore() 115 vcore /= 25; in atxp1_storevcore() 116 vcore *= 25; in atxp1_storevcore() 119 vid = vid_to_reg(vcore, data->vrm); in atxp1_storevcore() 138 dev_dbg(dev, "Setting VCore to %d mV (0x%02x)\n", (int)vcore, vid); in atxp1_storevcore()
|
/linux-4.1.27/drivers/mfd/ |
D | stw481x.c | 79 u8 vcore; in stw481x_startup() local 106 vcore = ret & 0x0f; in stw481x_startup() 120 vcore_val[vcore] / 100, vcore_val[vcore] % 100, in stw481x_startup()
|
/linux-4.1.27/drivers/cpufreq/ |
D | pxa3xx-cpufreq.c | 55 #define OP(cpufreq, _xl, _xn, _hss, _dmc, _smc, _sfl, _dfi, vcore, vsram) \ argument 65 .vcc_core = vcore, \
|
/linux-4.1.27/Documentation/devicetree/bindings/regulator/ |
D | mt6397-regulator.txt | 66 regulator-name = "vcore";
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | kvm_host.h | 617 struct kvmppc_vcore *vcore; member
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | api.txt | 219 of vcpus per virtual core (vcore). The vcore id is obtained by 220 dividing the vcpu id by the number of vcpus per vcore. The vcpus in a 221 given vcore will always be in the same physical core as each other 226 of the number of vcpus per vcore.
|