Home
last modified time | relevance | path

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

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