Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/arch/x86/include/asm/
H A Dtlbflush.h445 static inline bool huge_pmd_needs_flush(pmd_t oldpmd, pmd_t newpmd) in huge_pmd_needs_flush() function
462 #define huge_pmd_needs_flush huge_pmd_needs_flush macro
/linux-6.15/include/asm-generic/
H A Dtlb.h743 #ifndef huge_pmd_needs_flush
744 static inline bool huge_pmd_needs_flush(pmd_t oldpmd, pmd_t newpmd) in huge_pmd_needs_flush() function
/linux-6.15/mm/
H A Dhuge_memory.c2490 if (huge_pmd_needs_flush(oldpmd, entry)) in change_huge_pmd()