Home
last modified time | relevance | path

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

/Linux-v6.6/arch/mips/include/asm/
Dtlbex.h20 void build_get_pgde32(u32 **p, unsigned int tmp, unsigned int ptr);
/Linux-v6.6/arch/mips/mm/
Dtlbex.c945 void build_get_pgde32(u32 **p, unsigned int tmp, unsigned int ptr) in build_get_pgde32() function
970 EXPORT_SYMBOL_GPL(build_get_pgde32);
1307 build_get_pgde32(&p, K0, K1); /* get pgd in K1 */ in build_r4000_tlb_refill_handler()
2019 build_get_pgde32(p, wr.r1, wr.r2); /* get pgd in ptr */ in build_r4000_tlbchange_handler_head()
/Linux-v6.6/arch/mips/kvm/
Dentry.c485 build_get_pgde32(&p, K0, K1); /* get pgd in K1 */ in kvm_mips_build_tlb_refill_exception()