Searched refs:pmd_off (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s32/ |
D | tlb.c | 93 pmd = pmd_off(mm, start); in flush_range() 151 pmd = pmd_off(mm, vmaddr); in flush_tlb_page()
|
D | mmu.c | 312 pmd = pmd_off(mm, ea); in hash_preload()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 231 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/ |
D | c-r3k.c | 252 pmdp = pmd_off(mm, addr); in r3k_flush_cache_page()
|
D | c-tx39.c | 182 pmdp = pmd_off(mm, page); in tx39_flush_cache_page()
|
D | c-r4k.c | 670 pmdp = pmd_off(mm, addr); in local_r4k_flush_cache_page()
|
/kernel/linux/linux-5.10/arch/sh/mm/ |
D | cache-sh4.c | 223 pmd = pmd_off(vma->vm_mm, address); in sh4_flush_cache_page()
|
/kernel/linux/linux-5.10/arch/um/kernel/ |
D | trap.c | 98 pmd = pmd_off(mm, address); in handle_page_fault()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/ |
D | pgtable.c | 263 pmd_t *pmd = pmd_off(mm, addr); in set_huge_pte_at()
|
/kernel/linux/linux-5.10/arch/microblaze/kernel/ |
D | signal.c | 196 pmdp = pmd_off(current->mm, address); in setup_rt_frame()
|
/kernel/linux/linux-5.10/include/linux/ |
D | pgtable.h | 131 static inline pmd_t *pmd_off(struct mm_struct *mm, unsigned long va) in pmd_off() function
|