Home
last modified time | relevance | path

Searched refs:huge_ptep_set_wrprotect (Results 1 – 8 of 8) sorted by relevance

/linux/arch/riscv/include/asm/
H A Dhugetlb.h38 void huge_ptep_set_wrprotect(struct mm_struct *mm,
/linux/arch/sparc/include/asm/
H A Dhugetlb.h33 static inline void huge_ptep_set_wrprotect(struct mm_struct *mm, in huge_ptep_set_wrprotect() function
/linux/arch/powerpc/include/asm/nohash/32/
H A Dhugetlb-8xx.h38 static inline void huge_ptep_set_wrprotect(struct mm_struct *mm, in huge_ptep_set_wrprotect() function
/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h149 static inline void huge_ptep_set_wrprotect(struct mm_struct *mm, in huge_ptep_set_wrprotect() function
/linux/arch/riscv/mm/
H A Dhugetlbpage.c309 void huge_ptep_set_wrprotect(struct mm_struct *mm, in huge_ptep_set_wrprotect() function
/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst235 | huge_ptep_set_wrprotect | Converts into a write protected HugeTLB |
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h409 static inline void huge_ptep_set_wrprotect(struct mm_struct *mm, in huge_ptep_set_wrprotect() function
/linux/mm/
H A Dhugetlb.c5377 huge_ptep_set_wrprotect(src, addr, src_pte); in copy_hugetlb_page_range()