Home
last modified time | relevance | path

Searched refs:vcores (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/arm/mach-omap2/
H A Dclocks-common.c539 void scale_vcores(struct vcores_data const *vcores) in scale_vcores() argument
542 struct volts *pv = (struct volts *)vcores; in scale_vcores()
552 px = (struct volts *)vcores; in scale_vcores()
582 debug("cor: %d\n", vcores->core.value[opp]); in scale_vcores()
583 do_scale_vcore(vcores->core.addr, vcores->core.value[opp], in scale_vcores()
584 vcores->core.pmic); in scale_vcores()
596 debug("mpu: %d\n", vcores->mpu.value[opp]); in scale_vcores()
597 do_scale_vcore(vcores->mpu.addr, vcores->mpu.value[opp], in scale_vcores()
598 vcores->mpu.pmic); in scale_vcores()
600 abb_setup(vcores->mpu.efuse.reg[opp], in scale_vcores()
[all …]
/openbmc/linux/arch/powerpc/include/asm/
H A Dkvm_host.h337 struct kvmppc_vcore *vcores[KVM_MAX_VCORES]; member
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv.c2994 vcore = kvm->arch.vcores[core]; in kvmppc_core_vcpu_create_hv()
3007 kvm->arch.vcores[core] = vcore; in kvmppc_core_vcpu_create_hv()
5147 struct kvmppc_vcore *vc = kvm->arch.vcores[i]; in kvmppc_update_lpcr()
5568 kfree(kvm->arch.vcores[i]); in kvmppc_free_vcores()