Searched refs:TLBnCFG_IPROT (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/powerpc/include/asm/nohash/ |
H A D | mmu-e500.h | 174 #define TLBnCFG_IPROT 0x00008000 /* IPROT supported */ macro
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | exceptions-64e.S | 1091 andi. r3,r4,TLBnCFG_IPROT 1096 andi. r3,r4,TLBnCFG_IPROT 1101 andi. r3,r4,TLBnCFG_IPROT
|
/openbmc/qemu/target/ppc/ |
H A D | mmu_helper.c | 1126 if (!(tlbncfg & TLBnCFG_IPROT)) { in helper_booke206_tlbwe()
|
H A D | cpu.h | 1082 #define TLBnCFG_IPROT 0x00008000 /* IPROT supported */ macro
|
H A D | cpu_init.c | 2864 tlbncfg[1] = register_tlbncfg(16, 1, 9, TLBnCFG_AVAIL | TLBnCFG_IPROT, 16); in init_proc_e500() 2868 tlbncfg[1] = register_tlbncfg(16, 1, 12, TLBnCFG_AVAIL | TLBnCFG_IPROT, 16); in init_proc_e500() 2873 tlbncfg[1] = register_tlbncfg(64, 1, 12, TLBnCFG_AVAIL | TLBnCFG_IPROT, 64); in init_proc_e500()
|