Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dhugetlb.h56 #define huge_ptep_modify_prot_start huge_ptep_modify_prot_start macro
57 extern pte_t huge_ptep_modify_prot_start(struct vm_area_struct *vma,
/OK3568_Linux_fs/kernel/include/linux/
H A Dhugetlb.h759 #ifndef huge_ptep_modify_prot_start
760 #define huge_ptep_modify_prot_start huge_ptep_modify_prot_start macro
761 static inline pte_t huge_ptep_modify_prot_start(struct vm_area_struct *vma, in huge_ptep_modify_prot_start() function
/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/
H A Dhash_hugetlbpage.c130 pte_t huge_ptep_modify_prot_start(struct vm_area_struct *vma, in huge_ptep_modify_prot_start() function
/OK3568_Linux_fs/kernel/mm/
H A Dhugetlb.c5110 old_pte = huge_ptep_modify_prot_start(vma, address, ptep); in hugetlb_change_protection()