Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/include/asm/
Dalternative.h116 extern int x86_call_depth_emit_accounting(u8 **pprog, void *func);
126 static __always_inline int x86_call_depth_emit_accounting(u8 **pprog, in x86_call_depth_emit_accounting() function
/Linux-v6.6/arch/x86/kernel/
Dcallthunks.c309 int x86_call_depth_emit_accounting(u8 **pprog, void *func) in x86_call_depth_emit_accounting() function
/Linux-v6.6/arch/x86/net/
Dbpf_jit_comp.c347 x86_call_depth_emit_accounting(pprog, func); in emit_rsb_call()
1631 offs = 7 + x86_call_depth_emit_accounting(&prog, func); in do_jit()
1635 offs = x86_call_depth_emit_accounting(&prog, func); in do_jit()
2458 x86_call_depth_emit_accounting(&prog, NULL); in arch_prepare_bpf_trampoline()