Searched refs:pud_free_tlb (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | tlb.h | 37 #define pud_free_tlb pud_free_tlb macro 118 * pud_free_tlb frees a pud table and clears the CRSTE for the 121 * as the pgd. pud_free_tlb checks the asce_limit against 4TB 124 static inline void pud_free_tlb(struct mmu_gather *tlb, pud_t *pud, in pud_free_tlb() function
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | tlb.h | 35 #define pud_free_tlb pud_free_tlb macro 119 * pud_free_tlb frees a pud table and clears the CRSTE for the 122 * as the pgd. pud_free_tlb checks the asce_limit against 4TB 125 static inline void pud_free_tlb(struct mmu_gather *tlb, pud_t *pud, in pud_free_tlb() function
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | pgtable-nopud.h | 60 #define pud_free_tlb(tlb, x, a) do { } while (0) macro
|
H A D | tlb.h | 645 #ifndef pud_free_tlb 646 #define pud_free_tlb(tlb, pudp, address) \ macro
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | pgtable-nopud.h | 60 #define pud_free_tlb(tlb, x, a) do { } while (0) macro
|
H A D | tlb.h | 689 #ifndef pud_free_tlb 690 #define pud_free_tlb(tlb, pudp, address) \ macro
|
/kernel/linux/linux-5.10/arch/powerpc/mm/ |
H A D | hugetlbpage.c | 462 pud_free_tlb(tlb, pud, start); in hugetlb_free_pud_range()
|
/kernel/linux/linux-5.10/arch/sparc/mm/ |
H A D | hugetlbpage.c | 491 pud_free_tlb(tlb, pud, start); in hugetlb_free_pud_range()
|
/kernel/linux/linux-6.6/arch/powerpc/mm/ |
H A D | hugetlbpage.c | 451 pud_free_tlb(tlb, pud, start & PGDIR_MASK); in hugetlb_free_pud_range()
|
/kernel/linux/linux-6.6/arch/sparc/mm/ |
H A D | hugetlbpage.c | 503 pud_free_tlb(tlb, pud, start); in hugetlb_free_pud_range()
|
/kernel/linux/linux-5.10/mm/ |
H A D | memory.c | 290 pud_free_tlb(tlb, pud, start); in free_pud_range()
|
/kernel/linux/linux-6.6/mm/ |
H A D | memory.c | 263 pud_free_tlb(tlb, pud, start); in free_pud_range()
|
Completed in 31 milliseconds