| /linux/arch/arm64/include/asm/ |
| H A D | tlb.h | 80 tlb_remove_ptdesc(tlb, ptdesc); in __pte_free_tlb() 89 tlb_remove_ptdesc(tlb, ptdesc); in __pmd_free_tlb() 102 tlb_remove_ptdesc(tlb, ptdesc); in __pud_free_tlb() 115 tlb_remove_ptdesc(tlb, ptdesc); in __p4d_free_tlb()
|
| /linux/arch/s390/include/asm/ |
| H A D | tlb.h | 85 tlb_remove_ptdesc(tlb, virt_to_ptdesc(pte)); in pte_free_tlb() 104 tlb_remove_ptdesc(tlb, virt_to_ptdesc(pmd)); in pmd_free_tlb() 122 tlb_remove_ptdesc(tlb, virt_to_ptdesc(p4d)); in p4d_free_tlb() 141 tlb_remove_ptdesc(tlb, virt_to_ptdesc(pud)); in pud_free_tlb()
|
| /linux/arch/um/include/asm/ |
| H A D | pgalloc.h | 29 tlb_remove_ptdesc((tlb), page_ptdesc(pte)) 34 tlb_remove_ptdesc((tlb), virt_to_ptdesc(pmd)) 39 tlb_remove_ptdesc((tlb), virt_to_ptdesc(pud))
|
| /linux/arch/riscv/include/asm/ |
| H A D | pgalloc.h | 93 tlb_remove_ptdesc(tlb, virt_to_ptdesc(pud)); in __pud_free_tlb() 100 tlb_remove_ptdesc(tlb, virt_to_ptdesc(p4d)); in __p4d_free_tlb() 128 tlb_remove_ptdesc(tlb, virt_to_ptdesc(pmd)); in __pmd_free_tlb() 136 tlb_remove_ptdesc(tlb, page_ptdesc(pte)); in __pte_free_tlb()
|
| /linux/arch/mips/include/asm/ |
| H A D | pgalloc.h | 51 #define __pte_free_tlb(tlb, pte, address) tlb_remove_ptdesc((tlb), page_ptdesc(pte)) 74 #define __pmd_free_tlb(tlb, x, addr) tlb_remove_ptdesc((tlb), virt_to_ptdesc(x)) 99 #define __pud_free_tlb(tlb, x, addr) tlb_remove_ptdesc((tlb), virt_to_ptdesc(x))
|
| /linux/arch/loongarch/include/asm/ |
| H A D | pgalloc.h | 58 #define __pte_free_tlb(tlb, pte, address) tlb_remove_ptdesc((tlb), page_ptdesc(pte)) 81 #define __pmd_free_tlb(tlb, x, addr) tlb_remove_ptdesc((tlb), virt_to_ptdesc(x)) 101 #define __pud_free_tlb(tlb, x, addr) tlb_remove_ptdesc((tlb), virt_to_ptdesc(x))
|
| /linux/arch/alpha/include/asm/ |
| H A D | tlb.h | 7 #define __pte_free_tlb(tlb, pte, address) tlb_remove_ptdesc((tlb), page_ptdesc(pte)) 8 #define __pmd_free_tlb(tlb, pmd, address) tlb_remove_ptdesc((tlb), virt_to_ptdesc(pmd))
|
| /linux/arch/parisc/include/asm/ |
| H A D | tlb.h | 8 #define __pmd_free_tlb(tlb, pmd, addr) tlb_remove_ptdesc((tlb), virt_to_ptdesc(pmd)) 10 #define __pte_free_tlb(tlb, pte, addr) tlb_remove_ptdesc((tlb), page_ptdesc(pte))
|
| /linux/arch/arm/include/asm/ |
| H A D | tlb.h | 46 tlb_remove_ptdesc(tlb, ptdesc); in __pte_free_tlb() 55 tlb_remove_ptdesc(tlb, ptdesc); in __pmd_free_tlb()
|
| /linux/arch/x86/mm/ |
| H A D | pgtable.c | 24 tlb_remove_ptdesc(tlb, page_ptdesc(pte)); in ___pte_free_tlb() 38 tlb_remove_ptdesc(tlb, virt_to_ptdesc(pmd)); in ___pmd_free_tlb() 45 tlb_remove_ptdesc(tlb, virt_to_ptdesc(pud)); in ___pud_free_tlb() 52 tlb_remove_ptdesc(tlb, virt_to_ptdesc(p4d)); in ___p4d_free_tlb()
|
| /linux/arch/nios2/include/asm/ |
| H A D | pgalloc.h | 32 tlb_remove_ptdesc((tlb), page_ptdesc(pte))
|
| /linux/arch/m68k/include/asm/ |
| H A D | sun3_pgalloc.h | 21 tlb_remove_ptdesc((tlb), page_ptdesc(pte))
|
| /linux/arch/openrisc/include/asm/ |
| H A D | pgalloc.h | 68 tlb_remove_ptdesc((tlb), page_ptdesc(pte))
|
| /linux/arch/sh/include/asm/ |
| H A D | pgalloc.h | 36 tlb_remove_ptdesc((tlb), page_ptdesc(pte))
|
| /linux/arch/hexagon/include/asm/ |
| H A D | pgalloc.h | 91 tlb_remove_ptdesc((tlb), page_ptdesc(pte))
|
| /linux/arch/csky/include/asm/ |
| H A D | pgalloc.h | 65 tlb_remove_ptdesc((tlb), page_ptdesc(pte))
|
| /linux/include/asm-generic/ |
| H A D | tlb.h | 521 static inline void tlb_remove_ptdesc(struct mmu_gather *tlb, struct ptdesc *pt) in tlb_remove_ptdesc() function
|