Home
last modified time | relevance | path

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

/linux-5.19.10/arch/s390/include/asm/
Dtlb.h31 #define pte_free_tlb pte_free_tlb macro
60 static inline void pte_free_tlb(struct mmu_gather *tlb, pgtable_t pte, in pte_free_tlb() function
/linux-5.19.10/include/asm-generic/
Dtlb.h629 #ifndef pte_free_tlb
630 #define pte_free_tlb(tlb, ptep, address) \ macro
/linux-5.19.10/arch/sparc/mm/
Dhugetlbpage.c422 pte_free_tlb(tlb, token, addr); in hugetlb_free_pte_range()
/linux-5.19.10/arch/powerpc/mm/
Dhugetlbpage.c356 pte_free_tlb(tlb, token, addr); in hugetlb_free_pte_range()
/linux-5.19.10/mm/
Dmemory.c235 pte_free_tlb(tlb, token, addr); in free_pte_range()