Lines Matching defs:address
36 static int do_adjust_pte(struct vm_area_struct *vma, unsigned long address,
52 flush_cache_page(vma, address, pfn);
57 set_pte_at(vma->vm_mm, address, ptep, entry);
58 flush_tlb_page(vma, address);
88 static int adjust_pte(struct vm_area_struct *vma, unsigned long address,
99 pgd = pgd_offset(vma->vm_mm, address);
103 p4d = p4d_offset(pgd, address);
107 pud = pud_offset(p4d, address);
111 pmd = pmd_offset(pud, address);
121 pte = pte_offset_map(pmd, address);
124 ret = do_adjust_pte(vma, address, pfn, pte);
212 * Check whether the write buffer has physical address aliasing