Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/mips/mach-mscc/include/mach/
H A Dtlb.h17 #define PAGEMASK_SHIFT 13 macro
48 tlb_mask = ((size >> 12) - 1) << PAGEMASK_SHIFT; in create_tlb()