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