Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dtlb.h32 #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 Dtlb.h671 #ifndef pte_free_tlb
672 #define pte_free_tlb(tlb, ptep, address) \ macro
/openbmc/linux/arch/powerpc/mm/
H A Dhugetlbpage.c357 pte_free_tlb(tlb, token, addr); in hugetlb_free_pte_range()
/openbmc/linux/arch/sparc/mm/
H A Dhugetlbpage.c428 pte_free_tlb(tlb, token, addr); in hugetlb_free_pte_range()
/openbmc/linux/mm/
H A Dmemory.c193 pte_free_tlb(tlb, token, addr); in free_pte_range()