Searched refs:mips_cache_flush_func (Results 1 – 6 of 6) sorted by relevance
176 extern const char *mips_cache_flush_func;/* for -mflush-func= and -mno-flush-func */756 { "no-flush-func", &mips_cache_flush_func, \758 { "flush-func=", &mips_cache_flush_func, \3003 if (mips_cache_flush_func && mips_cache_flush_func[0]) \3004 emit_library_call (gen_rtx_SYMBOL_REF (Pmode, mips_cache_flush_func), \
346 const char *mips_cache_flush_func = CACHE_FLUSH_FUNC; variable
2099 if (mips_cache_flush_func && mips_cache_flush_func[0]) \2100 emit_library_call (gen_rtx_SYMBOL_REF (Pmode, mips_cache_flush_func), \
121 Target RejectNegative Joined Var(mips_cache_flush_func) Init(CACHE_FLUSH_FUNC)
4677 mips_cache_flush_func = NULL; in mips_handle_option()
6956 * config/mips/mips.h (mips_cache_flush_func): Prototype.6958 (INITIALIZE_TRAMPOLINE): Use mips_cache_flush_func if nonzero.6959 * config/mips/mips.c (mips_cache_flush_func): New.