Home
last modified time | relevance | path

Searched refs:huge_pmd_needs_flush (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/include/asm/book3s/64/
H A Dtlbflush.h211 static inline bool huge_pmd_needs_flush(pmd_t oldpmd, pmd_t newpmd) in huge_pmd_needs_flush() function
215 #define huge_pmd_needs_flush huge_pmd_needs_flush macro
/linux/arch/x86/include/asm/
H A Dtlbflush.h439 static inline bool huge_pmd_needs_flush(pmd_t oldpmd, pmd_t newpmd) in huge_pmd_needs_flush() function
456 #define huge_pmd_needs_flush huge_pmd_needs_flush macro
/linux/arch/arm64/include/asm/
H A Dtlbflush.h615 static inline bool huge_pmd_needs_flush(pmd_t oldpmd, pmd_t newpmd) in huge_pmd_needs_flush() function
619 #define huge_pmd_needs_flush huge_pmd_needs_flush macro
/linux/include/asm-generic/
H A Dtlb.h784 #ifndef huge_pmd_needs_flush
785 static inline bool huge_pmd_needs_flush(pmd_t oldpmd, pmd_t newpmd) in huge_pmd_needs_flush() function
/linux/mm/
H A Dhuge_memory.c2644 if (huge_pmd_needs_flush(oldpmd, entry)) in change_huge_pmd()