Home
last modified time | relevance | path

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

/linux-6.12.1/include/asm-generic/
Dtlb.h227 #ifndef tlb_needs_table_invalidate
228 #define tlb_needs_table_invalidate() (true) macro
235 #ifdef tlb_needs_table_invalidate
236 #error tlb_needs_table_invalidate() requires MMU_GATHER_RCU_TABLE_FREE
/linux-6.12.1/arch/sparc/include/asm/
Dtlb_64.h33 #define tlb_needs_table_invalidate() (false) macro
/linux-6.12.1/arch/powerpc/include/asm/
Dtlb.h38 #define tlb_needs_table_invalidate() radix_enabled() macro
/linux-6.12.1/mm/
Dmmu_gather.c304 if (tlb_needs_table_invalidate()) { in tlb_table_invalidate()