Searched refs:p4d_free_tlb (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | tlb.h | 36 #define p4d_free_tlb p4d_free_tlb macro 99 * p4d_free_tlb frees a pud table and clears the CRSTE for the 102 * as the pgd. p4d_free_tlb checks the asce_limit against 8PB 105 static inline void p4d_free_tlb(struct mmu_gather *tlb, p4d_t *p4d, in p4d_free_tlb() function
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | tlb.h | 34 #define p4d_free_tlb p4d_free_tlb macro 101 * p4d_free_tlb frees a pud table and clears the CRSTE for the 104 * as the pgd. p4d_free_tlb checks the asce_limit against 8PB 107 static inline void p4d_free_tlb(struct mmu_gather *tlb, p4d_t *p4d, in p4d_free_tlb() function
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | pgtable-nop4d.h | 53 #define p4d_free_tlb(tlb, x, a) do { } while (0) macro
|
H A D | tlb.h | 654 #ifndef p4d_free_tlb 655 #define p4d_free_tlb(tlb, pudp, address) \ macro
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | pgtable-nop4d.h | 52 #define p4d_free_tlb(tlb, x, a) do { } while (0) macro
|
H A D | tlb.h | 698 #ifndef p4d_free_tlb 699 #define p4d_free_tlb(tlb, pudp, address) \ macro
|
/kernel/linux/linux-5.10/mm/ |
H A D | memory.c | 324 p4d_free_tlb(tlb, p4d, start); in free_p4d_range()
|
/kernel/linux/linux-6.6/mm/ |
H A D | memory.c | 297 p4d_free_tlb(tlb, p4d, start); in free_p4d_range()
|
Completed in 22 milliseconds