Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/kernel/
H A Dsmp_tlb.c180 if (tlb_ops_need_broadcast()) in flush_tlb_all()
189 if (tlb_ops_need_broadcast()) in flush_tlb_mm()
198 if (tlb_ops_need_broadcast()) { in flush_tlb_page()
211 if (tlb_ops_need_broadcast()) { in flush_tlb_kernel_page()
223 if (tlb_ops_need_broadcast()) { in flush_tlb_range()
237 if (tlb_ops_need_broadcast()) { in flush_tlb_kernel_range()
249 if (tlb_ops_need_broadcast()) in flush_bp_all()
/openbmc/linux/arch/arm/include/asm/
H A Dsmp_plat.h46 #define tlb_ops_need_broadcast() 0 macro
48 static inline int tlb_ops_need_broadcast(void) in tlb_ops_need_broadcast() function