Searched refs:x86_call_depth_emit_accounting (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/arch/x86/include/asm/ |
D | alternative.h | 120 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/ |
D | callthunks.c | 315 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/ |
D | bpf_jit_comp.c | 564 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()
|