Home
last modified time | relevance | path

Searched refs:change_protection (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dmprotect.c364 unsigned long change_protection(struct vm_area_struct *vma, unsigned long start, in change_protection() function
497 change_protection(vma, start, end, vma->vm_page_prot, in mprotect_fixup()
H A Duserfaultfd.c687 change_protection(dst_vma, start, start + len, newprot, in mwriteprotect_range()
H A Dmempolicy.c658 nr_updated = change_protection(vma, addr, end, PAGE_NONE, MM_CP_PROT_NUMA); in change_prot_numa()
/kernel/linux/linux-6.6/mm/
H A Dmprotect.c514 long change_protection(struct mmu_gather *tlb, in change_protection() function
667 change_protection(tlb, vma, start, end, mm_cp_flags); in mprotect_fixup()
H A Duserfaultfd.c790 ret = change_protection(&tlb, dst_vma, start, start + len, mm_cp_flags); in uffd_wp_range()
H A Dmempolicy.c651 nr_updated = change_protection(&tlb, vma, addr, end, MM_CP_PROT_NUMA); in change_prot_numa()
/kernel/linux/linux-5.10/include/linux/
H A Dmm.h1883 * Flags used by change_protection(). For now we make it a bitmap so
1898 extern unsigned long change_protection(struct vm_area_struct *vma, unsigned long start,
/kernel/linux/linux-6.6/include/linux/
H A Dmm.h2512 * Flags used by change_protection(). For now we make it a bitmap so
2548 extern long change_protection(struct mmu_gather *tlb,

Completed in 22 milliseconds