Home
last modified time | relevance | path

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

/Linux-v6.6/arch/powerpc/include/asm/nohash/32/
Dmmu-44x.h44 #define PPC44x_TLB_E 0x00000080 /* Memory is little endian */ macro
/Linux-v6.6/arch/powerpc/xmon/
Dxmon.c3822 (w2 & PPC44x_TLB_E) ? 'E' : 'e'); in dump_tlb_44x()