Home
last modified time | relevance | path

Searched refs:huge_ptep_modify_prot_commit (Results 1 – 7 of 7) sorted by relevance

/linux/arch/powerpc/include/asm/book3s/64/
H A Dhugetlb.h56 #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/arch/arm64/include/asm/
H A Dhugetlb.h65 #define huge_ptep_modify_prot_commit huge_ptep_modify_prot_commit macro
66 extern void huge_ptep_modify_prot_commit(struct vm_area_struct *vma,
/linux/include/linux/
H A Dhugetlb.h1043 #ifndef huge_ptep_modify_prot_commit
1044 #define huge_ptep_modify_prot_commit huge_ptep_modify_prot_commit macro
1045 static inline void huge_ptep_modify_prot_commit(struct vm_area_struct *vma, in huge_ptep_modify_prot_commit() function
/linux/arch/powerpc/mm/book3s64/
H A Dhugetlbpage.c153 void huge_ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in huge_ptep_modify_prot_commit() function
/linux/arch/arm64/mm/
H A Dhugetlbpage.c536 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/fs/proc/
H A Dtask_mmu.c2399 huge_ptep_modify_prot_commit(vma, addr, ptep, ptent, in make_uffd_wp_huge_pte()
/linux/mm/
H A Dhugetlb.c7197 huge_ptep_modify_prot_commit(vma, address, ptep, old_pte, pte); in hugetlb_change_protection()