Searched refs:PPC44x_TLB_I (Results 1 – 4 of 4) sorted by relevance
40 #define PPC44x_TLB_I 0x00000400 /* Caching is inhibited */ macro
135 | PPC44x_TLB_I | PPC44x_TLB_G; in kvmppc_core_vcpu_setup()
198 li r5,(PPC44x_TLB_SW|PPC44x_TLB_SR|PPC44x_TLB_I|PPC44x_TLB_G)
2618 (w2 & PPC44x_TLB_I) ? 'I' : 'i', in dump_tlb_44x()