Searched refs:MMUCFG_LPIDSIZE (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/powerpc/kernel/ |
H A D | cpu_setup_e500.S | 100 rlwinm. r10,r10,0,MMUCFG_LPIDSIZE 142 rlwinm. r3, r3, 0, MMUCFG_LPIDSIZE 170 rlwinm. r10,r10,0,MMUCFG_LPIDSIZE 193 rlwinm. r10,r10,0,MMUCFG_LPIDSIZE 213 rlwinm. r10,r10,0,MMUCFG_LPIDSIZE
|
/openbmc/linux/arch/powerpc/include/asm/nohash/ |
H A D | mmu-e500.h | 142 #define MMUCFG_LPIDSIZE 0x0f000000 /* LPID Reg Size */ macro
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | e500_mmu.c | 870 vcpu->arch.mmucfg = mfspr(SPRN_MMUCFG) & ~MMUCFG_LPIDSIZE; in vcpu_mmu_init()
|
/openbmc/qemu/target/ppc/ |
H A D | cpu.h | 1064 #define MMUCFG_LPIDSIZE 0x0f000000 /* LPID Reg Size */ macro
|