Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/asm-generic/
H A 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
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dtlb_64.h36 #define tlb_needs_table_invalidate() (false) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dtlb.h38 #define tlb_needs_table_invalidate() radix_enabled() macro
/OK3568_Linux_fs/kernel/mm/
H A Dmmu_gather.c178 if (tlb_needs_table_invalidate()) { in tlb_table_invalidate()