Home
last modified time | relevance | path

Searched defs:TLB_PAGESZ (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/powerpc/include/asm/
Dmmu-40x.h29 #define TLB_PAGESZ(x) (((x) & 0x7) << 7) macro
/linux-2.6.39/arch/microblaze/include/asm/
Dmmu.h88 # define TLB_PAGESZ(x) (((x) & 0x7) << 7) macro