Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dreg.h53 #define MSR_IR_LG 5 /* Instruction Relocate */ macro
95 #define MSR_IR __MASK(MSR_IR_LG) /* Instruction Relocate */
Dreg_booke.h26 #define MSR_IS_LG MSR_IR_LG /* Instruction Space */
/arch/powerpc/kvm/
De500_mmu_host.c644 addr_space = (vcpu->arch.shared->msr & MSR_IS) >> MSR_IR_LG; in kvmppc_load_last_inst()