Home
last modified time | relevance | path

Searched refs:PPC44x_TLB_W (Results 1 – 2 of 2) sorted by relevance

/arch/powerpc/include/asm/
Dmmu-44x.h39 #define PPC44x_TLB_W 0x00000800 /* Caching is write-through */ macro
/arch/powerpc/xmon/
Dxmon.c2617 (w2 & PPC44x_TLB_W) ? 'W' : 'w', in dump_tlb_44x()