Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/mm/
Dtlb-r4k.c502 set_c0_pagegrain(PG_RIE | PG_XIE | PG_ELPA); in r4k_tlb_configure()
Dtlbex.c2310 if (read_c0_pagegrain() & PG_ELPA) in config_htw_params()
2337 write_c0_pagegrain(pagegrain | PG_ELPA); in config_xpa_params()
2341 if (pagegrain & PG_ELPA) in config_xpa_params()
/linux-4.1.27/arch/mips/include/asm/
Dmipsregs.h202 #define PG_ELPA (_ULCAST_(1) << 29) macro