Searched refs:change_protection (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/mm/ |
H A D | mprotect.c | 513 long change_protection(struct mmu_gather *tlb, in change_protection() function 666 change_protection(tlb, vma, start, end, mm_cp_flags); in mprotect_fixup()
|
H A D | userfaultfd.c | 828 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()
|
/openbmc/linux/include/linux/ |
H A D | mm.h | 2528 extern long change_protection(struct mmu_gather *tlb,
|