Lines Matching refs:address
556 unsigned long haddr = vmf->address & HPAGE_PMD_MASK; in __do_huge_pmd_anonymous_page()
574 clear_huge_page(page, vmf->address, HPAGE_PMD_NR); in __do_huge_pmd_anonymous_page()
678 unsigned long haddr = vmf->address & HPAGE_PMD_MASK; in do_huge_pmd_anonymous_page()
1098 haddr = vmf->address & HPAGE_PUD_MASK; in huge_pud_set_accessed()
1100 update_mmu_cache_pud(vmf->vma, vmf->address, vmf->pud); in huge_pud_set_accessed()
1120 haddr = vmf->address & HPAGE_PMD_MASK; in huge_pmd_set_accessed()
1122 update_mmu_cache_pmd(vmf->vma, vmf->address, vmf->pmd); in huge_pmd_set_accessed()
1132 unsigned long haddr = vmf->address & HPAGE_PMD_MASK; in do_huge_pmd_wp_page_fallback()
1150 vmf->address, page_to_nid(page)); in do_huge_pmd_wp_page_fallback()
1239 unsigned long haddr = vmf->address & HPAGE_PMD_MASK; in do_huge_pmd_wp_page()
1276 update_mmu_cache_pmd(vma, vmf->address, vmf->pmd); in do_huge_pmd_wp_page()
1296 split_huge_pmd(vma, vmf->pmd, vmf->address); in do_huge_pmd_wp_page()
1301 split_huge_pmd(vma, vmf->pmd, vmf->address); in do_huge_pmd_wp_page()
1313 split_huge_pmd(vma, vmf->pmd, vmf->address); in do_huge_pmd_wp_page()
1324 clear_huge_page(new_page, vmf->address, HPAGE_PMD_NR); in do_huge_pmd_wp_page()
1350 update_mmu_cache_pmd(vma, vmf->address, vmf->pmd); in do_huge_pmd_wp_page()
1454 unsigned long haddr = vmf->address & HPAGE_PMD_MASK; in do_huge_pmd_numa_page()
1563 vmf->pmd, pmd, vmf->address, page, target_nid); in do_huge_pmd_numa_page()
1579 update_mmu_cache_pmd(vma, vmf->address, vmf->pmd); in do_huge_pmd_numa_page()
1998 unsigned long address) in __split_huge_pud() argument
2002 unsigned long haddr = address & HPAGE_PUD_MASK; in __split_huge_pud()
2191 unsigned long address, bool freeze, struct page *page) in __split_huge_pmd() argument
2195 unsigned long haddr = address & HPAGE_PMD_MASK; in __split_huge_pmd()
2220 void split_huge_pmd_address(struct vm_area_struct *vma, unsigned long address, in split_huge_pmd_address() argument
2228 pgd = pgd_offset(vma->vm_mm, address); in split_huge_pmd_address()
2232 p4d = p4d_offset(pgd, address); in split_huge_pmd_address()
2236 pud = pud_offset(p4d, address); in split_huge_pmd_address()
2240 pmd = pmd_offset(pud, address); in split_huge_pmd_address()
2242 __split_huge_pmd(vma, pmd, address, freeze, page); in split_huge_pmd_address()
2844 unsigned long address = pvmw->address; in set_pmd_migration_entry() local
2852 flush_cache_range(vma, address, address + HPAGE_PMD_SIZE); in set_pmd_migration_entry()
2854 pmdp_invalidate(vma, address, pvmw->pmd); in set_pmd_migration_entry()
2861 set_pmd_at(mm, address, pvmw->pmd, pmdswp); in set_pmd_migration_entry()
2870 unsigned long address = pvmw->address; in remove_migration_pmd() local
2871 unsigned long mmun_start = address & HPAGE_PMD_MASK; in remove_migration_pmd()
2891 update_mmu_cache_pmd(vma, address, pvmw->pmd); in remove_migration_pmd()