Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/include/asm/
Dtlbex.h20 void build_get_pgde32(u32 **p, unsigned int tmp, unsigned int ptr);
/Linux-v5.4/arch/mips/mm/
Dtlbex.c967 void build_get_pgde32(u32 **p, unsigned int tmp, unsigned int ptr) in build_get_pgde32() function
992 EXPORT_SYMBOL_GPL(build_get_pgde32);
1344 build_get_pgde32(&p, K0, K1); /* get pgd in K1 */ in build_r4000_tlb_refill_handler()
2052 build_get_pgde32(p, wr.r1, wr.r2); /* get pgd in ptr */ in build_r4000_tlbchange_handler_head()
/Linux-v5.4/arch/mips/kvm/
Dentry.c507 build_get_pgde32(&p, K0, K1); /* get pgd in K1 */ in kvm_mips_build_tlb_refill_exception()