Searched defs:callee (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/arch/riscv/include/asm/ |
D | ftrace.h | 46 #define make_call(caller, callee, call) \ argument
|
/Linux-v5.4/arch/csky/kernel/ |
D | ftrace.c | 40 static inline void make_jbsr(unsigned long callee, unsigned long pc, in make_jbsr()
|
/Linux-v5.4/scripts/gcc-plugins/ |
D | gcc-common.h | 724 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument 727 #define cgraph_create_edge_including_clones(caller, callee, \ argument 732 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument 735 #define cgraph_create_edge_including_clones(caller, callee, \ argument
|
/Linux-v5.4/arch/arc/include/uapi/asm/ |
D | ptrace.h | 47 } callee; member
|
/Linux-v5.4/kernel/bpf/ |
D | verifier.c | 3754 struct bpf_func_state *caller, *callee; in check_func_call() local 3828 struct bpf_func_state *caller, *callee; in prepare_func_exit() local
|