Searched refs:prot_numa (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/mm/ |
D | mprotect.c | 40 int dirty_accountable, int prot_numa) in change_pte_range() argument 64 if (prot_numa && !(vma->vm_flags & VM_SHARED) && in change_pte_range() 74 bool preserve_write = prot_numa && pte_write(oldpte); in change_pte_range() 80 if (prot_numa) { in change_pte_range() 166 pgprot_t newprot, int dirty_accountable, int prot_numa) in change_pmd_range() argument 198 newprot, prot_numa); in change_pmd_range() 213 dirty_accountable, prot_numa); in change_pmd_range() 229 pgprot_t newprot, int dirty_accountable, int prot_numa) in change_pud_range() argument 241 dirty_accountable, prot_numa); in change_pud_range() 249 pgprot_t newprot, int dirty_accountable, int prot_numa) in change_p4d_range() argument [all …]
|
D | huge_memory.c | 1924 unsigned long addr, pgprot_t newprot, int prot_numa) in change_huge_pmd() argument 1936 preserve_write = prot_numa && pmd_write(*pmd); in change_huge_pmd() 1965 if (prot_numa && is_huge_zero_pmd(*pmd)) in change_huge_pmd() 1968 if (prot_numa && pmd_protnone(*pmd)) in change_huge_pmd()
|
/Linux-v5.4/include/linux/ |
D | huge_mm.h | 49 int prot_numa);
|
D | mm.h | 1618 int dirty_accountable, int prot_numa);
|