Searched defs:pte_free_tlb (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/arch/um/include/asm/ |
D | tlb.h | 126 #define pte_free_tlb(tlb, ptep, addr) __pte_free_tlb(tlb, ptep, addr) macro
|
/linux-4.4.14/arch/s390/include/asm/ |
D | tlb.h | 105 static inline void pte_free_tlb(struct mmu_gather *tlb, pgtable_t pte, in pte_free_tlb() function
|
/linux-4.4.14/arch/sh/include/asm/ |
D | tlb.h | 112 #define pte_free_tlb(tlb, ptep, addr) pte_free((tlb)->mm, ptep) macro
|
/linux-4.4.14/include/asm-generic/ |
D | tlb.h | 199 #define pte_free_tlb(tlb, ptep, address) \ macro
|
/linux-4.4.14/arch/arm/include/asm/ |
D | tlb.h | 260 #define pte_free_tlb(tlb, ptep, addr) __pte_free_tlb(tlb, ptep, addr) macro
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | tlb.h | 265 #define pte_free_tlb(tlb, ptep, address) \ macro
|