Home
last modified time | relevance | path

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

/linux-6.15/include/asm-generic/
H A Dtlb.h242 #ifndef tlb_needs_table_invalidate
243 #define tlb_needs_table_invalidate() (true) macro
250 #ifdef tlb_needs_table_invalidate
251 #error tlb_needs_table_invalidate() requires MMU_GATHER_RCU_TABLE_FREE
/linux-6.15/arch/sparc/include/asm/
H A Dtlb_64.h33 #define tlb_needs_table_invalidate() (false) macro
/linux-6.15/arch/powerpc/include/asm/
H A Dtlb.h38 #define tlb_needs_table_invalidate() radix_enabled() macro
/linux-6.15/mm/
H A Dmmu_gather.c312 if (tlb_needs_table_invalidate()) { in tlb_table_invalidate()