Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Dtlb.h248 #ifndef tlb_needs_table_invalidate
249 #define tlb_needs_table_invalidate() (true) macro
256 #ifdef tlb_needs_table_invalidate
257 #error tlb_needs_table_invalidate() requires MMU_GATHER_RCU_TABLE_FREE
/linux/mm/
H A Dmmu_gather.c313 if (tlb_needs_table_invalidate()) { in tlb_table_invalidate()