Home
last modified time | relevance | path

Searched refs:callee (Results 1 – 21 of 21) sorted by relevance

/linux/arch/arc/kernel/
A Dptrace.c137 REG_IN_ONE(callee.r25, &cregs->r25); in genregs_set()
138 REG_IN_ONE(callee.r24, &cregs->r24); in genregs_set()
139 REG_IN_ONE(callee.r23, &cregs->r23); in genregs_set()
140 REG_IN_ONE(callee.r22, &cregs->r22); in genregs_set()
141 REG_IN_ONE(callee.r21, &cregs->r21); in genregs_set()
142 REG_IN_ONE(callee.r20, &cregs->r20); in genregs_set()
143 REG_IN_ONE(callee.r19, &cregs->r19); in genregs_set()
144 REG_IN_ONE(callee.r18, &cregs->r18); in genregs_set()
145 REG_IN_ONE(callee.r17, &cregs->r17); in genregs_set()
146 REG_IN_ONE(callee.r16, &cregs->r16); in genregs_set()
[all …]
A Dentry.S312 ; save/restore callee-saved regs.
314 ; However, here we need to explicitly save callee regs because
322 ; save location of saved Callee Regs @ thread_struct->callee
A Dentry-arcv2.S151 ; TBD: optimize - do this only if a callee reg was involved
A Dentry-compact.S291 ; TBD: optimize - do this only if a callee reg was involved
/linux/scripts/gcc-plugins/
A Dgcc-common.h190 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument
191 (caller)->create_edge((callee), (call_stmt), (count))
193 #define cgraph_create_edge_including_clones(caller, callee, \ argument
195 (caller)->create_edge_including_clones((callee), \
198 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument
199 (caller)->create_edge((callee), (call_stmt), (count), (freq))
201 #define cgraph_create_edge_including_clones(caller, callee, \ argument
203 (caller)->create_edge_including_clones((callee), \
/linux/arch/riscv/include/asm/
A Dftrace.h59 #define make_call(caller, callee, call) \ argument
61 call[0] = to_auipc_insn((unsigned int)((unsigned long)callee - \
63 call[1] = to_jalr_insn((unsigned int)((unsigned long)callee - \
/linux/arch/csky/kernel/
A Dftrace.c41 static inline void make_jbsr(unsigned long callee, unsigned long pc, in make_jbsr() argument
48 offset = (long) callee - (long) pc; in make_jbsr()
52 call[2] = callee >> 16; in make_jbsr()
54 call[4] = callee & 0xffff; in make_jbsr()
/linux/scripts/tracing/
A Ddraw_functrace.py118 calltime, callee, caller = parseLine(line)
124 tree = tree.calls(callee, calltime)
/linux/arch/arc/include/uapi/asm/
A Dptrace.h47 } callee; member
/linux/tools/testing/selftests/powerpc/pmu/ebb/
A Debb.h50 void setup_ebb_handler(void (*callee)(void));
A Debb.c131 void setup_ebb_handler(void (*callee)(void)) in setup_ebb_handler()
149 ebb_user_func = callee; in setup_ebb_handler()
/linux/kernel/bpf/
A Dverifier.c5977 callee = async_cb->frame[0]; in __check_func_call()
5992 callee = kzalloc(sizeof(*callee), GFP_KERNEL); in __check_func_call()
5993 if (!callee) in __check_func_call()
6001 init_func_state(env, callee, in __check_func_call()
6028 print_verifier_state(env, callee); in __check_func_call()
6070 callee->regs[i] = caller->regs[i]; in set_callee_state()
6115 callee->in_callback_fn = true; in set_map_elem_callback_state()
6156 r0 = &callee->regs[BPF_REG_0]; in prepare_func_exit()
6170 if (callee->in_callback_fn) { in prepare_func_exit()
6192 *insn_idx = callee->callsite + 1; in prepare_func_exit()
[all …]
/linux/arch/powerpc/kernel/
A Dirq.c704 [callee] "i" (__do_softirq) in call_do_softirq()
726 [callee] "i" (__do_irq) in call_do_irq()
/linux/Documentation/arm64/
A Dsve.rst472 (*) callee-save:
474 FPCR contains callee-save and caller-save bits. See [4] for details.
485 * Z8 bits [63:0] .. Z15 bits [63:0] are callee-save.
526 (*) callee-save:
528 FPCR contains a mixture of callee-save and caller-save bits.
/linux/tools/perf/util/
A Dmachine.c2311 bool callee, int end) in lbr_callchain_add_kernel_ip() argument
2317 if (callee) { in lbr_callchain_add_kernel_ip()
2370 bool callee) in lbr_callchain_add_lbr_ip() argument
2395 if (callee) { in lbr_callchain_add_lbr_ip()
2508 bool callee) in has_stitched_lbr() argument
2567 if (callee) in has_stitched_lbr()
2617 bool callee = (callchain_param.order == ORDER_CALLEE); in resolve_lbr_callchain_sample() local
2640 max_lbr, callee); in resolve_lbr_callchain_sample()
2649 if (callee) { in resolve_lbr_callchain_sample()
/linux/Documentation/livepatch/
A Dreliable-stacktrace.rst296 ADR LR, <callee>
301 The ADR places the address of 'callee' into the LR, before the BLR branches to
302 this address. If a trace is made immediately after the ADR, 'callee' will
/linux/tools/perf/Documentation/
A Dperf-report.txt256 - callee: callee based call graph.
258 Default is 'caller' when --children is used, otherwise 'callee'.
A Dperf-config.txt470 'callee' which means callee is printed at top and then followed by its
477 still default to 'callee'.
/linux/Documentation/networking/
A Dfilter.rst663 sparcv9/mips64 have 7 - 8 registers for arguments; x86_64 has 6 callee saved
664 registers, and aarch64/sparcv9/mips64 have 11 or more callee saved registers.
670 * R6 - R9 - callee saved registers that in-kernel function will preserve
725 a return value of the function. Since R6 - R9 are callee saved, their state
781 and rbx, r12 - r15 are callee saved.
1140 Since R6-R9 are callee saved, their state is preserved across the call.
1194 callee saved registers may not be enough for some programs.
A Dstrparser.rst174 is queued. The callee must consume the sk_buff; it can
/linux/include/linux/
A Dbpf.h145 struct bpf_func_state *callee);
1566 struct bpf_func_state *callee);

Completed in 61 milliseconds