Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/asm-generic/
Dtlb.h204 #ifndef tlb_needs_table_invalidate
205 #define tlb_needs_table_invalidate() (true) macro
212 #ifdef tlb_needs_table_invalidate
213 #error tlb_needs_table_invalidate() requires MMU_GATHER_RCU_TABLE_FREE
/kernel/linux/linux-5.10/arch/sparc/include/asm/
Dtlb_64.h36 #define tlb_needs_table_invalidate() (false) macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dtlb.h38 #define tlb_needs_table_invalidate() radix_enabled() macro
/kernel/linux/linux-5.10/mm/
Dmmu_gather.c178 if (tlb_needs_table_invalidate()) { in tlb_table_invalidate()