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

/linux-master/arch/x86/include/asm/
H A 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, function
/linux-master/arch/x86/kernel/
H A Dcallthunks.c317 int x86_call_depth_emit_accounting(u8 **pprog, void *func, void *ip) function
/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c483 ip += x86_call_depth_emit_accounting(pprog, func, ip);
1984 ip += x86_call_depth_emit_accounting(&prog, func, ip);
2835 x86_call_depth_emit_accounting(&prog, NULL, image);

Completed in 107 milliseconds