Home
last modified time | relevance | path

Searched refs:pmd_off (Results 1 – 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/mm/book3s32/
Dtlb.c93 pmd = pmd_off(mm, start); in flush_range()
151 pmd = pmd_off(mm, vmaddr); in flush_tlb_page()
Dmmu.c312 pmd = pmd_off(mm, ea); in hash_preload()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/
Dpgtable.h231 static pmd_t *pmd_off(struct mm_struct *mm, unsigned long addr);
253 pmd_t *pmd = pmd_off(mm, addr); in pte_update()
/kernel/linux/linux-5.10/arch/mips/mm/
Dc-r3k.c252 pmdp = pmd_off(mm, addr); in r3k_flush_cache_page()
Dc-tx39.c182 pmdp = pmd_off(mm, page); in tx39_flush_cache_page()
Dc-r4k.c670 pmdp = pmd_off(mm, addr); in local_r4k_flush_cache_page()
/kernel/linux/linux-5.10/arch/sh/mm/
Dcache-sh4.c223 pmd = pmd_off(vma->vm_mm, address); in sh4_flush_cache_page()
/kernel/linux/linux-5.10/arch/um/kernel/
Dtrap.c98 pmd = pmd_off(mm, address); in handle_page_fault()
/kernel/linux/linux-5.10/arch/powerpc/mm/
Dpgtable.c263 pmd_t *pmd = pmd_off(mm, addr); in set_huge_pte_at()
/kernel/linux/linux-5.10/arch/microblaze/kernel/
Dsignal.c196 pmdp = pmd_off(current->mm, address); in setup_rt_frame()
/kernel/linux/linux-5.10/include/linux/
Dpgtable.h131 static inline pmd_t *pmd_off(struct mm_struct *mm, unsigned long va) in pmd_off() function