Home
last modified time | relevance | path

Searched refs:PG_ELPA (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/arch/mips/lib/
H A Ddump_tlb.c76 bool xpa = cpu_has_xpa && (read_c0_pagegrain() & PG_ELPA); in dump_tlb()
/kernel/linux/linux-5.10/arch/mips/lib/
H A Ddump_tlb.c84 bool xpa = cpu_has_xpa && (read_c0_pagegrain() & PG_ELPA); in dump_tlb()
/kernel/linux/linux-5.10/arch/mips/mm/
H A Dtlb-r4k.c531 set_c0_pagegrain(PG_RIE | PG_XIE | PG_ELPA); in r4k_tlb_configure()
H A Dtlbex.c2559 write_c0_pagegrain(pagegrain | PG_ELPA); in config_xpa_params()
2563 if (pagegrain & PG_ELPA) in config_xpa_params()
/kernel/linux/linux-6.6/arch/mips/mm/
H A Dtlb-r4k.c539 set_c0_pagegrain(PG_RIE | PG_XIE | PG_ELPA); in r4k_tlb_configure()
H A Dtlbex.c2501 write_c0_pagegrain(pagegrain | PG_ELPA); in config_xpa_params()
2505 if (pagegrain & PG_ELPA) in config_xpa_params()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dmipsregs.h260 #define PG_ELPA (_ULCAST_(1) << 29) macro
/kernel/linux/linux-5.10/arch/mips/kvm/
H A Dvz.c847 if (read_gc0_pagegrain() & PG_ELPA) in mips_process_maar()
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dmipsregs.h245 #define PG_ELPA (_ULCAST_(1) << 29) macro
/kernel/linux/linux-6.6/arch/mips/kvm/
H A Dvz.c845 if (read_gc0_pagegrain() & PG_ELPA) in mips_process_maar()

Completed in 27 milliseconds