Searched refs:change_protection (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | mprotect.c | 364 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 D | userfaultfd.c | 687 change_protection(dst_vma, start, start + len, newprot, in mwriteprotect_range()
|
H A D | mempolicy.c | 658 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 D | mprotect.c | 514 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 D | userfaultfd.c | 790 ret = change_protection(&tlb, dst_vma, start, start + len, mm_cp_flags); in uffd_wp_range()
|
H A D | mempolicy.c | 651 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 D | mm.h | 1883 * 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 D | mm.h | 2512 * 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