Searched refs:prot_numa (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/mm/ |
D | mprotect.c | 40 int dirty_accountable, int prot_numa) in change_pte_range() argument 65 if (prot_numa && !(vma->vm_flags & VM_SHARED) && in change_pte_range() 75 bool preserve_write = prot_numa && pte_write(oldpte); in change_pte_range() 81 if (prot_numa) { in change_pte_range() 167 pgprot_t newprot, int dirty_accountable, int prot_numa) in change_pmd_range() argument 196 newprot, prot_numa); in change_pmd_range() 211 dirty_accountable, prot_numa); in change_pmd_range() 227 pgprot_t newprot, int dirty_accountable, int prot_numa) in change_pud_range() argument 239 dirty_accountable, prot_numa); in change_pud_range() 247 pgprot_t newprot, int dirty_accountable, int prot_numa) in change_p4d_range() argument [all …]
|
D | huge_memory.c | 1842 unsigned long addr, pgprot_t newprot, int prot_numa) in change_huge_pmd() argument 1854 preserve_write = prot_numa && pmd_write(*pmd); in change_huge_pmd() 1883 if (prot_numa && is_huge_zero_pmd(*pmd)) in change_huge_pmd() 1886 if (prot_numa && pmd_protnone(*pmd)) in change_huge_pmd()
|
/Linux-v4.19/include/linux/ |
D | huge_mm.h | 49 int prot_numa);
|
D | mm.h | 1573 int dirty_accountable, int prot_numa);
|