Searched refs:tlb_remove_ptdesc (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/arch/s390/include/asm/ |
D | tlb.h | 90 tlb_remove_ptdesc(tlb, pte); in pte_free_tlb() 110 tlb_remove_ptdesc(tlb, pmd); in pmd_free_tlb() 128 tlb_remove_ptdesc(tlb, p4d); in p4d_free_tlb() 146 tlb_remove_ptdesc(tlb, pud); in pud_free_tlb()
|
/linux-6.12.1/arch/arm64/include/asm/ |
D | tlb.h | 86 tlb_remove_ptdesc(tlb, ptdesc); in __pte_free_tlb() 96 tlb_remove_ptdesc(tlb, ptdesc); in __pmd_free_tlb() 110 tlb_remove_ptdesc(tlb, ptdesc); in __pud_free_tlb()
|
/linux-6.12.1/arch/arm/include/asm/ |
D | tlb.h | 55 tlb_remove_ptdesc(tlb, ptdesc); in __pte_free_tlb() 65 tlb_remove_ptdesc(tlb, ptdesc); in __pmd_free_tlb()
|
/linux-6.12.1/arch/riscv/include/asm/ |
D | pgalloc.h | 22 tlb_remove_ptdesc(tlb, pt); in riscv_tlb_remove_ptdesc()
|
/linux-6.12.1/include/asm-generic/ |
D | tlb.h | 491 static inline void tlb_remove_ptdesc(struct mmu_gather *tlb, void *pt) in tlb_remove_ptdesc() function
|