Home
last modified time | relevance | path

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

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