Searched refs:x86_call_depth_emit_accounting (Results 1 – 3 of 3) sorted by relevance
117 extern int x86_call_depth_emit_accounting(u8 **pprog, void *func);131 static __always_inline int x86_call_depth_emit_accounting(u8 **pprog, in x86_call_depth_emit_accounting() function
310 int x86_call_depth_emit_accounting(u8 **pprog, void *func) in x86_call_depth_emit_accounting() function
347 x86_call_depth_emit_accounting(pprog, func); in emit_rsb_call()1546 offs = 7 + x86_call_depth_emit_accounting(&prog, func); in do_jit()1550 offs = x86_call_depth_emit_accounting(&prog, func); in do_jit()2212 x86_call_depth_emit_accounting(&prog, NULL); in arch_prepare_bpf_trampoline()
Completed in 11 milliseconds