Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/mm/book3s32/
Dtlb.c61 pmd = pmd_off(mm, start); in hash__flush_range()
103 pmd = pmd_off(mm, vmaddr); in hash__flush_tlb_page()
Dmmu.c304 pmd = pmd_off(mm, ea); in hash_preload()
/linux-6.6.21/arch/powerpc/include/asm/nohash/32/
Dpgtable.h233 static pmd_t *pmd_off(struct mm_struct *mm, unsigned long addr);
255 pmd_t *pmd = pmd_off(mm, addr); in pte_update()
/linux-6.6.21/arch/mips/mm/
Dc-r3k.c252 pmdp = pmd_off(mm, addr); in r3k_flush_cache_page()
Dc-r4k.c558 pmdp = pmd_off(mm, addr); in local_r4k_flush_cache_page()
/linux-6.6.21/arch/sh/mm/
Dcache-sh4.c234 pmd = pmd_off(vma->vm_mm, address); in sh4_flush_cache_page()
/linux-6.6.21/arch/um/kernel/
Dtrap.c101 pmd = pmd_off(mm, address); in handle_page_fault()
/linux-6.6.21/arch/microblaze/kernel/
Dsignal.c193 pmdp = pmd_off(current->mm, address); in setup_rt_frame()
/linux-6.6.21/arch/powerpc/mm/
Dpgtable.c306 pmd_t *pmd = pmd_off(mm, addr); in set_huge_pte_at()
/linux-6.6.21/include/linux/
Dpgtable.h163 static inline pmd_t *pmd_off(struct mm_struct *mm, unsigned long va) in pmd_off() function