Home
last modified time | relevance | path

Searched defs:pte_free_tlb (Results 1 – 2 of 2) 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.h672 #define pte_free_tlb(tlb, ptep, address) \ macro