Searched defs:save_regs (Results 1 – 6 of 6) sorted by relevance
17 .macro save_regs macro29 .macro save_regs macro
17 .macro save_regs macro
43 save_regs: label
273 save_regs: label
843 static unsigned long calc_trampoline_call_offset(bool save_regs) in calc_trampoline_call_offset()930 bool save_regs = rec->flags & FTRACE_FL_REGS_EN; in static_tramp_func() local
321 static void save_regs(struct bpf_jit *jit, u32 rs, u32 re) in save_regs() function