Home
last modified time | relevance | path

Searched refs:PPC44x_TLB_I (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/include/asm/
Dmmu-44x.h40 #define PPC44x_TLB_I 0x00000400 /* Caching is inhibited */ macro
/arch/powerpc/kvm/
D44x.c135 | PPC44x_TLB_I | PPC44x_TLB_G; in kvmppc_core_vcpu_setup()
/arch/powerpc/kernel/
Dhead_44x.S198 li r5,(PPC44x_TLB_SW|PPC44x_TLB_SR|PPC44x_TLB_I|PPC44x_TLB_G)
/arch/powerpc/xmon/
Dxmon.c2618 (w2 & PPC44x_TLB_I) ? 'I' : 'i', in dump_tlb_44x()