Searched refs:huge_ptep_modify_prot_commit (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/arch/arm64/include/asm/ |
A 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.3-rc2/arch/powerpc/include/asm/book3s/64/ |
A D | hugetlb.h | 59 #define huge_ptep_modify_prot_commit huge_ptep_modify_prot_commit macro 60 extern void huge_ptep_modify_prot_commit(struct vm_area_struct *vma,
|
/linux-6.3-rc2/include/linux/ |
A D | hugetlb.h | 1005 #ifndef huge_ptep_modify_prot_commit 1006 #define huge_ptep_modify_prot_commit huge_ptep_modify_prot_commit macro 1007 static inline void huge_ptep_modify_prot_commit(struct vm_area_struct *vma, in huge_ptep_modify_prot_commit() function
|
/linux-6.3-rc2/arch/powerpc/mm/book3s64/ |
A D | hugetlbpage.c | 143 void huge_ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in huge_ptep_modify_prot_commit() function
|
/linux-6.3-rc2/arch/arm64/mm/ |
A D | hugetlbpage.c | 578 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.3-rc2/mm/ |
A D | hugetlb.c | 6730 huge_ptep_modify_prot_commit(vma, address, ptep, old_pte, pte); in hugetlb_change_protection()
|
Completed in 31 milliseconds