Searched refs:change_protection (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/mm/ |
D | mprotect.c | 541 long change_protection(struct mmu_gather *tlb, in change_protection() function 682 change_protection(tlb, vma, start, end, mm_cp_flags); in mprotect_fixup()
|
D | userfaultfd.c | 926 ret = change_protection(&tlb, dst_vma, start, start + len, mm_cp_flags); in uffd_wp_range()
|
D | mempolicy.c | 678 nr_updated = change_protection(&tlb, vma, addr, end, MM_CP_PROT_NUMA); in change_prot_numa()
|
/linux-6.12.1/include/linux/ |
D | mm.h | 2569 extern long change_protection(struct mmu_gather *tlb,
|