Home
last modified time | relevance | path

Searched refs:prot_numa (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/mm/
Dmprotect.c83 bool prot_numa = cp_flags & MM_CP_PROT_NUMA; in change_pte_range() local
106 if (prot_numa && !(vma->vm_flags & VM_SHARED) && in change_pte_range()
116 bool preserve_write = prot_numa && pte_write(oldpte); in change_pte_range()
122 if (prot_numa) { in change_pte_range()
Dhuge_memory.c1788 bool prot_numa = cp_flags & MM_CP_PROT_NUMA; in change_huge_pmd() local
1794 if (prot_numa && !thp_migration_supported()) in change_huge_pmd()
1801 preserve_write = prot_numa && pmd_write(*pmd); in change_huge_pmd()
1831 if (prot_numa) { in change_huge_pmd()