Home
last modified time | relevance | path

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

/openbmc/linux/arch/csky/kernel/
H A Dftrace.c42 uint16_t *call, bool nolr) in make_jbsr() argument
46 call[0] = nolr ? NOP : PUSH_LR; in make_jbsr()
92 bool enable, bool nolr) in ftrace_modify_code() argument
99 make_jbsr(target, hook, call, nolr); in ftrace_modify_code()