Home
last modified time | relevance | path

Searched refs:clear_full_ptes (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dpgtable.h883 #ifndef clear_full_ptes
902 static inline void clear_full_ptes(struct mm_struct *mm, unsigned long addr, in clear_full_ptes() function
934 clear_full_ptes(mm, addr, ptep, nr, 0); in clear_ptes()
/linux/arch/arm64/include/asm/
H A Dpgtable.h1785 #define clear_full_ptes clear_full_ptes macro
1786 static inline void clear_full_ptes(struct mm_struct *mm, unsigned long addr, in clear_full_ptes() function
1920 #define clear_full_ptes __clear_full_ptes macro
/linux/mm/
H A Dmemory.c1656 clear_full_ptes(mm, addr, pte, nr, tlb->fullmm); in zap_present_folio_ptes()