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.h13 static inline unsigned long huge_pte_write(pte_t pte) in huge_pte_write() function
/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst225 | huge_pte_write | Tests a writable HugeTLB |
/linux/mm/
H A Ddebug_vm_pgtable.c925 WARN_ON(!huge_pte_write(huge_pte_mkwrite(huge_pte_wrprotect(pte)))); in hugetlb_basic_tests()
926 WARN_ON(huge_pte_write(huge_pte_wrprotect(huge_pte_mkwrite(pte)))); in hugetlb_basic_tests()
H A Dhugetlb.c6451 !(vma->vm_flags & VM_MAYSHARE) && !huge_pte_write(vmf.orig_pte)) { in hugetlb_fault()
6473 (flags & FAULT_FLAG_WRITE) && !huge_pte_write(vmf.orig_pte)) { in hugetlb_fault()
6506 if (!huge_pte_write(vmf.orig_pte)) { in hugetlb_fault()
/linux/fs/
H A Duserfaultfd.c254 if (!huge_pte_write(pte) && (reason & VM_UFFD_WP)) in userfaultfd_huge_must_wait()