Home
last modified time | relevance | path

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

/Linux-v6.1/arch/mips/lib/
Ddump_tlb.c76 bool xpa = cpu_has_xpa && (read_c0_pagegrain() & PG_ELPA); in dump_tlb()
/Linux-v6.1/arch/mips/mm/
Dtlb-r4k.c531 set_c0_pagegrain(PG_RIE | PG_XIE | PG_ELPA); in r4k_tlb_configure()
Dtlbex.c2517 write_c0_pagegrain(pagegrain | PG_ELPA); in config_xpa_params()
2521 if (pagegrain & PG_ELPA) in config_xpa_params()
/Linux-v6.1/arch/mips/include/asm/
Dmipsregs.h245 #define PG_ELPA (_ULCAST_(1) << 29) macro
/Linux-v6.1/arch/mips/kvm/
Dvz.c845 if (read_gc0_pagegrain() & PG_ELPA) in mips_process_maar()