Searched refs:SPRN_MAS5 (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/powerpc/kvm/ |
H A D | e500mc.c | 74 mtspr(SPRN_MAS5, MAS5_SGS | get_lpid(&vcpu_e500->vcpu)); in kvmppc_e500_tlbil_one() 82 mtspr(SPRN_MAS5, 0); in kvmppc_e500_tlbil_one() 95 mtspr(SPRN_MAS5, MAS5_SGS | get_lpid(&vcpu_e500->vcpu)); in kvmppc_e500_tlbil_all() 101 mtspr(SPRN_MAS5, 0); in kvmppc_e500_tlbil_all()
|
H A D | e500_mmu_host.c | 646 mtspr(SPRN_MAS5, MAS5_SGS | get_lpid(vcpu)); in kvmppc_load_last_inst() 649 mtspr(SPRN_MAS5, 0); in kvmppc_load_last_inst()
|
/openbmc/linux/arch/powerpc/mm/nohash/ |
H A D | tlb_low_64e.S | 343 mtspr SPRN_MAS5,r10 363 mtspr SPRN_MAS5,r10
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | processor.h | 539 #define SPRN_MAS5 0x275 /* MMU Assist Register 5 */ macro 752 #define MAS5 SPRN_MAS5
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | exceptions-64e.S | 114 mfspr r10,SPRN_MAS5 121 mtspr SPRN_MAS5,r10 191 mtspr SPRN_MAS5,r10
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | reg_booke.h | 150 #define SPRN_MAS5 0x153 /* MMU Assist Register 5 */ macro
|