Searched refs:pte_free_tlb (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/arch/s390/include/asm/ |
D | tlb.h | 31 #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/ |
D | tlb.h | 629 #ifndef pte_free_tlb 630 #define pte_free_tlb(tlb, ptep, address) \ macro
|
/linux-5.19.10/arch/sparc/mm/ |
D | hugetlbpage.c | 422 pte_free_tlb(tlb, token, addr); in hugetlb_free_pte_range()
|
/linux-5.19.10/arch/powerpc/mm/ |
D | hugetlbpage.c | 356 pte_free_tlb(tlb, token, addr); in hugetlb_free_pte_range()
|
/linux-5.19.10/mm/ |
D | memory.c | 235 pte_free_tlb(tlb, token, addr); in free_pte_range()
|