Home
last modified time | relevance | path

Searched refs:tlb_flush_pgtable (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/powerpc/include/asm/nohash/
Dpgalloc.h9 extern void tlb_flush_pgtable(struct mmu_gather *tlb, unsigned long address);
12 static inline void tlb_flush_pgtable(struct mmu_gather *tlb, in tlb_flush_pgtable() function
/Linux-v4.19/arch/powerpc/include/asm/nohash/32/
Dpgalloc.h142 tlb_flush_pgtable(tlb, address); in __pte_free_tlb()
/Linux-v4.19/arch/powerpc/include/asm/nohash/64/
Dpgalloc.h173 tlb_flush_pgtable(tlb, address); in __pte_free_tlb()
/Linux-v4.19/arch/powerpc/mm/
Dtlb_nohash.c414 void tlb_flush_pgtable(struct mmu_gather *tlb, unsigned long address) in tlb_flush_pgtable() function