Home
last modified time | relevance | path

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

/linux/arch/mips/lib/
H A Ddump_tlb.c76 bool xpa = cpu_has_xpa && (read_c0_pagegrain() & PG_ELPA); in dump_tlb()
/linux/arch/mips/mm/
H A Dtlb-r4k.c595 set_c0_pagegrain(PG_RIE | PG_XIE | PG_ELPA); in r4k_tlb_configure()
/linux/arch/mips/include/asm/
H A Dmipsregs.h384 #define PG_ELPA (_ULCAST_(1) << 29) macro
/linux/arch/mips/kvm/
H A Dvz.c845 if (read_gc0_pagegrain() & PG_ELPA) in mips_process_maar()