Searched refs:pte_free_tlb (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/s390/include/asm/ |
H A D | tlb.h | 32 #define pte_free_tlb pte_free_tlb macro 65 static inline void pte_free_tlb(struct mmu_gather *tlb, pgtable_t pte, in pte_free_tlb() function
|
/openbmc/linux/include/asm-generic/ |
H A D | tlb.h | 671 #ifndef pte_free_tlb 672 #define pte_free_tlb(tlb, ptep, address) \ macro
|
/openbmc/linux/arch/powerpc/mm/ |
H A D | hugetlbpage.c | 357 pte_free_tlb(tlb, token, addr); in hugetlb_free_pte_range()
|
/openbmc/linux/arch/sparc/mm/ |
H A D | hugetlbpage.c | 428 pte_free_tlb(tlb, token, addr); in hugetlb_free_pte_range()
|
/openbmc/linux/mm/ |
H A D | memory.c | 193 pte_free_tlb(tlb, token, addr); in free_pte_range()
|