Searched refs:SPRN_PSSCR_PR (Results 1 – 3 of 3) sorted by relevance
399 #define SPRN_PSSCR_PR 0x337 /* PSSCR ISA 3.0, privileged mode access */ macro
4325 * 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()
2095 hv ? mfspr(SPRN_PSSCR) : mfspr(SPRN_PSSCR_PR)); in dump_300_sprs()