Searched refs:spurr (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_hv_nested.c | 42 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 D | book3s_hv_p9_entry.c | 539 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 D | book3s_hv.h | 101 KVMPPC_BOOK3S_HV_VCPU_ACCESSOR(spurr, 64)
|
H A D | book3s_emulate.c | 928 *spr_val = vcpu->arch.spurr; in kvmppc_core_emulate_mfspr_pr()
|
H A D | book3s_pr.c | 308 vcpu->arch.spurr += get_tb() - vcpu->arch.entry_tb; in kvmppc_copy_from_svcpu()
|
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | idle.c | 303 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 D | spapr_nested.h | 372 uint64_t spurr; member 448 uint64_t spurr; member
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | hvcall.h | 600 u64 spurr; member
|
H A D | kvm_host.h | 573 ulong spurr; member
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | sysfs.c | 586 SYSFS_SPRSETUP(spurr, SPRN_SPURR); 595 static DEVICE_ATTR(spurr, 0400, show_spurr, NULL);
|
H A D | asm-offsets.c | 441 OFFSET(VCPU_SPURR, kvm_vcpu, arch.spurr); in main()
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_nested.c | 172 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 D | sysfs-devices-system-cpu | 633 What: /sys/devices/system/cpu/cpuX/spurr
|