Home
last modified time | relevance | path

Searched refs:spurr (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv_nested.c42 hr->spurr = vcpu->arch.spurr; in kvmhv_save_hv_regs()
83 hr->spurr = swab64(hr->spurr); in byteswap_hv_regs()
110 hr->spurr = vcpu->arch.spurr; in save_hv_return_state()
152 vcpu->arch.spurr = hr->spurr; in restore_hv_regs()
182 vcpu->arch.spurr = hr->spurr; in kvmhv_restore_hv_return_state()
391 delta_spurr = vcpu->arch.spurr - l2_hv.spurr; in kvmhv_enter_nested_guest()
408 vcpu->arch.spurr += delta_spurr; in kvmhv_enter_nested_guest()
H A Dbook3s_hv_p9_entry.c539 u64 purr, spurr; in kvmhv_vcpu_entry_p9() local
609 mtspr(SPRN_SPURR, vcpu->arch.spurr); in kvmhv_vcpu_entry_p9()
824 spurr = mfspr(SPRN_SPURR); in kvmhv_vcpu_entry_p9()
826 local_paca->kvm_hstate.host_spurr += spurr - vcpu->arch.spurr; in kvmhv_vcpu_entry_p9()
828 vcpu->arch.spurr = spurr; in kvmhv_vcpu_entry_p9()
H A Dbook3s_hv.h101 KVMPPC_BOOK3S_HV_VCPU_ACCESSOR(spurr, 64)
H A Dbook3s_emulate.c928 *spr_val = vcpu->arch.spurr; in kvmppc_core_emulate_mfspr_pr()
H A Dbook3s_pr.c308 vcpu->arch.spurr += get_tb() - vcpu->arch.entry_tb; in kvmppc_copy_from_svcpu()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Didle.c303 u64 spurr; member
355 sprs.spurr = mfspr(SPRN_SPURR); in power7_idle_insn()
489 mtspr(SPRN_SPURR, sprs.spurr); in power7_idle_insn()
592 u64 spurr; member
669 sprs.spurr = mfspr(SPRN_SPURR); in power9_idle_stop()
785 mtspr(SPRN_SPURR, sprs.spurr); in power9_idle_stop()
/openbmc/qemu/include/hw/ppc/
H A Dspapr_nested.h372 uint64_t spurr; member
448 uint64_t spurr; member
/openbmc/linux/arch/powerpc/include/asm/
H A Dhvcall.h600 u64 spurr; member
H A Dkvm_host.h573 ulong spurr; member
/openbmc/linux/arch/powerpc/kernel/
H A Dsysfs.c586 SYSFS_SPRSETUP(spurr, SPRN_SPURR);
595 static DEVICE_ATTR(spurr, 0400, show_spurr, NULL);
H A Dasm-offsets.c441 OFFSET(VCPU_SPURR, kvm_vcpu, arch.spurr); in main()
/openbmc/qemu/hw/ppc/
H A Dspapr_nested.c172 save->spurr = env->spr[SPR_SPURR]; in nested_save_state()
889 GUEST_STATE_ELEMENT_ENV_DW(GSB_VCPU_SPR_SPURR, spurr),
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-devices-system-cpu633 What: /sys/devices/system/cpu/cpuX/spurr