Home
last modified time | relevance | path

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

/linux/arch/powerpc/mm/book3s32/
H A Dtlb.c61 pmd = pmd_off(mm, start); in hash__flush_range()
103 pmd = pmd_off(mm, vmaddr); in hash__flush_tlb_page()
H A Dmmu.c309 pmd = pmd_off(mm, ea); in hash_preload()
/linux/arch/powerpc/include/asm/nohash/32/
H A Dpte-8xx.h167 static pmd_t *pmd_off(struct mm_struct *mm, unsigned long addr);
172 return (pmd_t *)ptep == pmd_off(mm, ALIGN_DOWN(addr, SZ_8M)); in ptep_is_8m_pmdp()
194 pmd_t *pmd = pmd_off(mm, addr); in __pte_update()
/linux/arch/mips/mm/
H A Dc-r3k.c252 pmdp = pmd_off(mm, addr); in r3k_flush_cache_page()
H A Dc-r4k.c558 pmdp = pmd_off(mm, addr); in local_r4k_flush_cache_page()
/linux/arch/sh/mm/
H A Dcache-sh4.c234 pmd = pmd_off(vma->vm_mm, address); in sh4_flush_cache_page()
/linux/arch/um/kernel/
H A Dtrap.c206 pmd = pmd_off(mm, address); in handle_page_fault()
/linux/arch/microblaze/kernel/
H A Dsignal.c193 pmdp = pmd_off(current->mm, address); in setup_rt_frame()
/linux/arch/powerpc/mm/
H A Dpgtable.c326 pmd_t *pmdp = pmd_off(mm, addr); in set_huge_pte_at()
/linux/include/linux/
H A Dpgtable.h184 static inline pmd_t *pmd_off(struct mm_struct *mm, unsigned long va) in pmd_off() function