Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/nohash/32/
H A Dmmu-44x.h42 #define PPC44x_TLB_M 0x00000200 /* Memory is coherent */ macro
/linux/arch/powerpc/xmon/
H A Dxmon.c3818 (w2 & PPC44x_TLB_M) ? 'M' : 'm', in dump_tlb_44x()