Home
last modified time | relevance | path

Searched refs:huge_ptep_get_and_clear (Results 1 – 7 of 7) sorted by relevance

/linux/arch/parisc/include/asm/
H A Dhugetlb.h12 pte_t huge_ptep_get_and_clear(struct mm_struct *mm, unsigned long addr,
/linux/arch/riscv/include/asm/
H A Dhugetlb.h30 pte_t huge_ptep_get_and_clear(struct mm_struct *mm,
/linux/include/asm-generic/
H A Dhugetlb.h78 static inline pte_t huge_ptep_get_and_clear(struct mm_struct *mm, in huge_ptep_get_and_clear() function
/linux/arch/parisc/mm/
H A Dhugetlbpage.c128 pte_t huge_ptep_get_and_clear(struct mm_struct *mm, unsigned long addr, in huge_ptep_get_and_clear() function
/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst221 | huge_ptep_get_and_clear | Clears a HugeTLB |
/linux/mm/
H A Dhugetlb.c5072 pte = huge_ptep_get_and_clear(mm, old_addr, src_pte, sz); in move_huge_pte()
5246 pte = huge_ptep_get_and_clear(mm, address, ptep, sz); in __unmap_hugepage_range()
H A Dvmalloc.c384 ptent = huge_ptep_get_and_clear(&init_mm, addr, pte, size); in vunmap_pte_range()