Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/lib/
Ddump_tlb.c85 bool xpa = cpu_has_xpa && (read_c0_pagegrain() & PG_ELPA); in dump_tlb()
/Linux-v5.4/arch/mips/mm/
Dtlb-r4k.c529 set_c0_pagegrain(PG_RIE | PG_XIE | PG_ELPA); in r4k_tlb_configure()
Dtlbex.c2552 write_c0_pagegrain(pagegrain | PG_ELPA); in config_xpa_params()
2556 if (pagegrain & PG_ELPA) in config_xpa_params()
/Linux-v5.4/arch/mips/include/asm/
Dmipsregs.h259 #define PG_ELPA (_ULCAST_(1) << 29) macro
/Linux-v5.4/arch/mips/kvm/
Dvz.c870 if (read_gc0_pagegrain() & PG_ELPA) in mips_process_maar()