Searched refs:pmd_free_tlb (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | tlb.h | 35 #define pmd_free_tlb pmd_free_tlb macro 79 * pmd_free_tlb frees a pmd table and clears the CRSTE for the 82 * as the pgd. pmd_free_tlb checks the asce_limit against 2GB 85 static inline void pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in pmd_free_tlb() function
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | tlb.h | 33 #define pmd_free_tlb pmd_free_tlb macro 81 * pmd_free_tlb frees a pmd table and clears the CRSTE for the 84 * as the pgd. pmd_free_tlb checks the asce_limit against 2GB 87 static inline void pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in pmd_free_tlb() function
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | pgtable-nopmd.h | 64 #define pmd_free_tlb(tlb, x, a) do { } while (0) macro
|
H A D | tlb.h | 636 #ifndef pmd_free_tlb 637 #define pmd_free_tlb(tlb, pmdp, address) \ macro
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | pgtable-nopmd.h | 66 #define pmd_free_tlb(tlb, x, a) do { } while (0) macro
|
H A D | tlb.h | 680 #ifndef pmd_free_tlb 681 #define pmd_free_tlb(tlb, pmdp, address) \ macro
|
/kernel/linux/linux-5.10/arch/powerpc/mm/ |
H A D | hugetlbpage.c | 411 pmd_free_tlb(tlb, pmd, start); in hugetlb_free_pmd_range()
|
/kernel/linux/linux-5.10/arch/sparc/mm/ |
H A D | hugetlbpage.c | 453 pmd_free_tlb(tlb, pmd, start); in hugetlb_free_pmd_range()
|
/kernel/linux/linux-6.6/arch/powerpc/mm/ |
H A D | hugetlbpage.c | 408 pmd_free_tlb(tlb, pmd, start & PUD_MASK); in hugetlb_free_pmd_range()
|
/kernel/linux/linux-6.6/arch/sparc/mm/ |
H A D | hugetlbpage.c | 465 pmd_free_tlb(tlb, pmd, start); in hugetlb_free_pmd_range()
|
/kernel/linux/linux-5.10/mm/ |
H A D | memory.c | 256 pmd_free_tlb(tlb, pmd, start); in free_pmd_range()
|
/kernel/linux/linux-6.6/mm/ |
H A D | memory.c | 229 pmd_free_tlb(tlb, pmd, start); in free_pmd_range()
|
Completed in 30 milliseconds