Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/include/asm/book3s/64/
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-5.19.10/include/linux/
Dhugetlb.h923 #ifndef huge_ptep_modify_prot_commit
924 #define huge_ptep_modify_prot_commit huge_ptep_modify_prot_commit macro
925 static inline void huge_ptep_modify_prot_commit(struct vm_area_struct *vma, in huge_ptep_modify_prot_commit() function
/linux-5.19.10/arch/powerpc/mm/book3s64/
Dhugetlbpage.c143 void huge_ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in huge_ptep_modify_prot_commit() function
/linux-5.19.10/mm/
Dhugetlb.c6397 huge_ptep_modify_prot_commit(vma, address, ptep, old_pte, pte); in hugetlb_change_protection()