Home
last modified time | relevance | path

Searched refs:huge_pte_write (Results 1 – 5 of 5) sorted by relevance

/linux/include/asm-generic/
H A Dhugetlb.h8 static inline unsigned long huge_pte_write(pte_t pte) in huge_pte_write() function
/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst213 | huge_pte_write | Tests a writable HugeTLB |
/linux/mm/
H A Ddebug_vm_pgtable.c897 WARN_ON(!huge_pte_write(huge_pte_mkwrite(huge_pte_wrprotect(pte)))); in hugetlb_basic_tests()
898 WARN_ON(huge_pte_write(huge_pte_wrprotect(huge_pte_mkwrite(pte)))); in hugetlb_basic_tests()
H A Dhugetlb.c6076 !(vma->vm_flags & VM_MAYSHARE) && !huge_pte_write(vmf.orig_pte)) { in hugetlb_fault()
6093 (flags & FAULT_FLAG_WRITE) && !huge_pte_write(vmf.orig_pte)) { in hugetlb_fault()
6108 if (!huge_pte_write(vmf.orig_pte)) { in hugetlb_fault()
/linux/fs/
H A Duserfaultfd.c260 if (!huge_pte_write(pte) && (reason & VM_UFFD_WP)) in userfaultfd_huge_must_wait()