Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dreg.h399 #define SPRN_PSSCR_PR 0x337 /* PSSCR ISA 3.0, privileged mode access */ macro
/linux/arch/powerpc/kvm/
H A Dbook3s_hv.c4325 * psscr (i.e. using SPRN_PSSCR_PR) since the hypervisor in kvmhv_vcpu_entry_p9_nested()
4329 host_psscr = mfspr(SPRN_PSSCR_PR); in kvmhv_vcpu_entry_p9_nested()
4339 mtspr(SPRN_PSSCR_PR, vcpu->arch.psscr); in kvmhv_vcpu_entry_p9_nested()
4392 vcpu->arch.psscr = mfspr(SPRN_PSSCR_PR); in kvmhv_vcpu_entry_p9_nested()
4406 mtspr(SPRN_PSSCR_PR, host_psscr); in kvmhv_vcpu_entry_p9_nested()
/linux/arch/powerpc/xmon/
H A Dxmon.c2095 hv ? mfspr(SPRN_PSSCR) : mfspr(SPRN_PSSCR_PR)); in dump_300_sprs()