Searched refs:huge_ptep_modify_prot_commit (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/ |
D | hugetlb.h | 56 #define huge_ptep_modify_prot_commit huge_ptep_modify_prot_commit macro 57 extern void huge_ptep_modify_prot_commit(struct vm_area_struct *vma,
|
/linux-6.12.1/arch/arm64/include/asm/ |
D | hugetlb.h | 57 #define huge_ptep_modify_prot_commit huge_ptep_modify_prot_commit macro 58 extern void huge_ptep_modify_prot_commit(struct vm_area_struct *vma,
|
/linux-6.12.1/include/linux/ |
D | hugetlb.h | 1016 #ifndef huge_ptep_modify_prot_commit 1017 #define huge_ptep_modify_prot_commit huge_ptep_modify_prot_commit macro 1018 static inline void huge_ptep_modify_prot_commit(struct vm_area_struct *vma, in huge_ptep_modify_prot_commit() function
|
/linux-6.12.1/arch/powerpc/mm/book3s64/ |
D | hugetlbpage.c | 153 void huge_ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in huge_ptep_modify_prot_commit() function
|
/linux-6.12.1/arch/arm64/mm/ |
D | hugetlbpage.c | 541 void huge_ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, pte_t *ptep, in huge_ptep_modify_prot_commit() function
|
/linux-6.12.1/fs/proc/ |
D | task_mmu.c | 2244 huge_ptep_modify_prot_commit(vma, addr, ptep, ptent, in make_uffd_wp_huge_pte()
|
/linux-6.12.1/mm/ |
D | hugetlb.c | 6858 huge_ptep_modify_prot_commit(vma, address, ptep, old_pte, pte); in hugetlb_change_protection()
|