Home
last modified time | relevance | path

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

/arch/mips/lib/
Ddump_tlb.c82 bool xpa = cpu_has_xpa && (read_c0_pagegrain() & PG_ELPA); in dump_tlb()
/arch/mips/mm/
Dtlb-r4k.c516 set_c0_pagegrain(PG_RIE | PG_XIE | PG_ELPA); in r4k_tlb_configure()
Dtlbex.c2487 write_c0_pagegrain(pagegrain | PG_ELPA); in config_xpa_params()
2491 if (pagegrain & PG_ELPA) in config_xpa_params()
/arch/mips/include/asm/
Dmipsregs.h241 #define PG_ELPA (_ULCAST_(1) << 29) macro