Home
last modified time | relevance | path

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

/Linux-v6.6/include/asm-generic/
Dtlb.h221 #ifndef tlb_needs_table_invalidate
222 #define tlb_needs_table_invalidate() (true) macro
229 #ifdef tlb_needs_table_invalidate
230 #error tlb_needs_table_invalidate() requires MMU_GATHER_RCU_TABLE_FREE
/Linux-v6.6/arch/sparc/include/asm/
Dtlb_64.h33 #define tlb_needs_table_invalidate() (false) macro
/Linux-v6.6/arch/powerpc/include/asm/
Dtlb.h36 #define tlb_needs_table_invalidate() radix_enabled() macro
/Linux-v6.6/mm/
Dmmu_gather.c231 if (tlb_needs_table_invalidate()) { in tlb_table_invalidate()