Home
last modified time | relevance | path

Searched defs:__pte_free_tlb (Results 1 – 25 of 27) sorted by relevance

12

/Linux-v4.19/arch/unicore32/include/asm/
Dtlb.h20 #define __pte_free_tlb(tlb, pte, addr) \ macro
/Linux-v4.19/arch/parisc/include/asm/
Dtlb.h26 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte) macro
/Linux-v4.19/arch/alpha/include/asm/
Dtlb.h13 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte) macro
/Linux-v4.19/arch/nds32/include/asm/
Dtlb.h25 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte) macro
/Linux-v4.19/arch/xtensa/include/asm/
Dtlb.h45 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte) macro
/Linux-v4.19/arch/arm64/include/asm/
Dtlb.h59 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t pte, in __pte_free_tlb() function
/Linux-v4.19/arch/um/include/asm/
Dpgalloc.h42 #define __pte_free_tlb(tlb,pte, address) \ macro
/Linux-v4.19/arch/sh/include/asm/
Dpgalloc.h69 #define __pte_free_tlb(tlb,pte,addr) \ macro
/Linux-v4.19/arch/openrisc/include/asm/
Dpgalloc.h101 #define __pte_free_tlb(tlb, pte, addr) \ macro
/Linux-v4.19/arch/nios2/include/asm/
Dpgalloc.h77 #define __pte_free_tlb(tlb, pte, addr) \ macro
/Linux-v4.19/arch/hexagon/include/asm/
Dpgalloc.h142 #define __pte_free_tlb(tlb, pte, addr) \ macro
/Linux-v4.19/arch/arc/include/asm/
Dpgalloc.h134 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte) macro
/Linux-v4.19/arch/sparc/include/asm/
Dpgalloc_32.h78 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte) macro
Dpgalloc_64.h107 static inline void __pte_free_tlb(struct mmu_gather *tlb, pte_t *pte, in __pte_free_tlb() function
/Linux-v4.19/arch/m68k/include/asm/
Dmotorola_pgalloc.h60 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t page, in __pte_free_tlb() function
Dsun3_pgalloc.h32 #define __pte_free_tlb(tlb,pte,addr) \ macro
Dmcf_pgalloc.h44 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t page, in __pte_free_tlb() function
/Linux-v4.19/arch/riscv/include/asm/
Dpgalloc.h114 #define __pte_free_tlb(tlb, pte, buf) \ macro
/Linux-v4.19/arch/mips/include/asm/
Dpgalloc.h86 #define __pte_free_tlb(tlb,pte,address) \ macro
/Linux-v4.19/arch/powerpc/include/asm/book3s/32/
Dpgalloc.h138 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table, in __pte_free_tlb() function
/Linux-v4.19/arch/ia64/include/asm/
Dpgalloc.h124 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte) macro
/Linux-v4.19/arch/powerpc/include/asm/nohash/32/
Dpgalloc.h139 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table, in __pte_free_tlb() function
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dpgalloc.h217 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table, in __pte_free_tlb() function
/Linux-v4.19/arch/powerpc/include/asm/nohash/64/
Dpgalloc.h170 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table, in __pte_free_tlb() function
/Linux-v4.19/arch/microblaze/include/asm/
Dpgalloc.h172 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, (pte)) macro

12