Searched refs:change_protection (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/mm/ |
A D | mprotect.c | 529 long change_protection(struct mmu_gather *tlb, in change_protection() function 678 change_protection(tlb, vma, start, end, mm_cp_flags); in mprotect_fixup()
|
A D | userfaultfd.c | 734 ret = change_protection(&tlb, dst_vma, start, start + len, mm_cp_flags); in uffd_wp_range()
|
A D | mempolicy.c | 646 nr_updated = change_protection(&tlb, vma, addr, end, MM_CP_PROT_NUMA); in change_prot_numa()
|
/linux-6.3-rc2/include/linux/ |
A D | mm.h | 2306 extern long change_protection(struct mmu_gather *tlb,
|
Completed in 18 milliseconds