/kernel/linux/linux-5.10/drivers/hwmon/ |
H A 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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/staging/greybus/ |
H A 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() [all...] |
/kernel/linux/linux-6.6/drivers/staging/greybus/ |
H A 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() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | book3s_hv.c | 145 * online threads in the vcore being run. 184 /* Used to traverse the list of runnable threads for a given vcore */ 254 * run as part of a virtual core, but the task running the vcore 259 * of running the core, and the other vcpu tasks in the vcore will 264 * a vcore using vc->stolen_tb, and the stolen time when the vcpu 267 * stolen time for a vcore when it is inactive, or for a vcpu 278 * updates to vc->stolen_tb are protected by the vcore->stoltb_lock 307 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_core_vcpu_load_hv() 311 * We can test vc->runner without taking the vcore lock, in kvmppc_core_vcpu_load_hv() 330 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_core_vcpu_put_hv() 875 struct kvmppc_vcore *vcore = target->arch.vcore; kvm_arch_vcpu_yield_to() local 2165 struct kvmppc_vcore *vcore; kvmppc_vcore_create() local 2331 struct kvmppc_vcore *vcore; kvmppc_core_vcpu_create_hv() local [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 | 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()
|
H A D | book3s_hv_builtin.c | 284 bits of vcore->entry_exit_map */ in kvmhv_commence_exit() 295 * Trigger the other threads in this vcore to exit the guest. in kvmhv_commence_exit() 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()
|
H A D | book3s_hv_nested.c | 30 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmhv_save_hv_regs() 100 struct kvmppc_vcore *vc = vcpu->arch.vcore; in save_hv_return_state() 150 struct kvmppc_vcore *vc = vcpu->arch.vcore; in restore_hv_regs() 176 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmhv_restore_hv_return_state() 225 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmhv_enter_nested_guest()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | book3s_hv.c | 140 * 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; in kvmppc_core_vcpu_load_hv() 336 * We can test vc->runner without taking the vcore lock, in kvmppc_core_vcpu_load_hv() 355 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_core_vcpu_put_hv() 991 struct kvmppc_vcore *vcore = target->arch.vcore; kvm_arch_vcpu_yield_to() local 2732 struct kvmppc_vcore *vcore; kvmppc_vcore_create() local 2906 struct kvmppc_vcore *vcore; kvmppc_core_vcpu_create_hv() local [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_ras.c | 143 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_p9_realmode_hmi_handler()
|
H A D | book3s_hv_builtin.c | 254 bits of vcore->entry_exit_map */ in kvmhv_commence_exit() 265 * Trigger the other threads in this vcore to exit the guest. in kvmhv_commence_exit() 543 (vcpu->arch.vcore->lpcr & LPCR_AIL) == LPCR_AIL_3 && in inject_interrupt() 595 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() 257 struct kvmppc_vcore *vc = vcpu->arch.vcore; in load_l2_hv_regs() 295 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmhv_enter_nested_guest()
|
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;
|
H A D | book3s_xive.c | 2782 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_xive_xics_hcall()
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | pxa3xx-cpufreq.c | 51 #define OP(cpufreq, _xl, _xn, _hss, _dmc, _smc, _sfl, _dfi, vcore, vsram) \ 61 .vcc_core = vcore, \
|
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | pxa3xx-cpufreq.c | 72 #define OP(cpufreq, _xl, _xn, _hss, _dmc, _smc, _sfl, _dfi, vcore, vsram) \ 82 .vcc_core = vcore, \
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | kvm_book3s.h | 409 return vcpu->arch.dec_expires - vcpu->arch.vcore->tb_offset; in kvmppc_dec_expires_host_tb()
|
H A D | kvm_host.h | 345 /* This bit is used when a vcore exit is triggered from outside the vcore */ 765 struct kvmppc_vcore *vcore; member
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | kvm_host.h | 354 /* This bit is used when a vcore exit is triggered from outside the vcore */ 759 struct kvmppc_vcore *vcore; member
|