Home
last modified time | relevance | path

Searched defs:p4d_free_tlb (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/s390/include/asm/
H A Dtlb.h34 #define p4d_free_tlb p4d_free_tlb macro
107 static inline void p4d_free_tlb(struct mmu_gather *tlb, p4d_t *p4d, in p4d_free_tlb() function
/openbmc/linux/include/asm-generic/
H A Dpgtable-nop4d.h52 #define p4d_free_tlb(tlb, x, a) do { } while (0) macro
H A Dtlb.h699 #define p4d_free_tlb(tlb, pudp, address) \ macro