Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/mm/
H A Dtlb-r4k.c331 write_c0_pagemask(PM_HUGE_MASK); in __update_tlb()
441 write_c0_pagemask(PM_HUGE_MASK); in has_transparent_hugepage()
447 return mask == PM_HUGE_MASK; in has_transparent_hugepage()
H A Dtlbex.c684 uasm_i_lui(p, tmp, PM_HUGE_MASK >> 16); in build_huge_tlb_write_entry()
685 uasm_i_ori(p, tmp, tmp, PM_HUGE_MASK & 0xffff); in build_huge_tlb_write_entry()
/openbmc/linux/arch/mips/include/asm/
H A Dmipsregs.h206 #define PM_HUGE_MASK PM_1M macro
208 #define PM_HUGE_MASK PM_4M macro
210 #define PM_HUGE_MASK PM_16M macro
212 #define PM_HUGE_MASK PM_64M macro
214 #define PM_HUGE_MASK PM_256M macro