Searched refs:pmd_off (Results 1 – 10 of 10) sorted by relevance
| /linux/arch/powerpc/mm/book3s32/ |
| H A D | tlb.c | 61 pmd = pmd_off(mm, start); in hash__flush_range() 103 pmd = pmd_off(mm, vmaddr); in hash__flush_tlb_page()
|
| H A D | mmu.c | 309 pmd = pmd_off(mm, ea); in hash_preload()
|
| /linux/arch/powerpc/include/asm/nohash/32/ |
| H A D | pte-8xx.h | 167 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 D | c-r3k.c | 252 pmdp = pmd_off(mm, addr); in r3k_flush_cache_page()
|
| H A D | c-r4k.c | 558 pmdp = pmd_off(mm, addr); in local_r4k_flush_cache_page()
|
| /linux/arch/sh/mm/ |
| H A D | cache-sh4.c | 234 pmd = pmd_off(vma->vm_mm, address); in sh4_flush_cache_page()
|
| /linux/arch/um/kernel/ |
| H A D | trap.c | 206 pmd = pmd_off(mm, address); in handle_page_fault()
|
| /linux/arch/microblaze/kernel/ |
| H A D | signal.c | 193 pmdp = pmd_off(current->mm, address); in setup_rt_frame()
|
| /linux/arch/powerpc/mm/ |
| H A D | pgtable.c | 326 pmd_t *pmdp = pmd_off(mm, addr); in set_huge_pte_at()
|
| /linux/include/linux/ |
| H A D | pgtable.h | 184 static inline pmd_t *pmd_off(struct mm_struct *mm, unsigned long va) in pmd_off() function
|