Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/asm/
Dalternative.h120 extern int x86_call_depth_emit_accounting(u8 **pprog, void *func, void *ip);
130 static __always_inline int x86_call_depth_emit_accounting(u8 **pprog, in x86_call_depth_emit_accounting() function
/linux-6.12.1/arch/x86/kernel/
Dcallthunks.c315 int x86_call_depth_emit_accounting(u8 **pprog, void *func, void *ip) in x86_call_depth_emit_accounting() function
/linux-6.12.1/arch/x86/net/
Dbpf_jit_comp.c564 ip += x86_call_depth_emit_accounting(pprog, func, ip); in emit_rsb_call()
2136 ip += x86_call_depth_emit_accounting(&prog, func, ip); in do_jit()
2991 x86_call_depth_emit_accounting(&prog, NULL, image); in __arch_prepare_bpf_trampoline()