Home
last modified time | relevance | path

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

/Linux-v5.15/arch/arc/kernel/
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 …]
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
Dentry-arcv2.S151 ; TBD: optimize - do this only if a callee reg was involved
Dentry-compact.S291 ; TBD: optimize - do this only if a callee reg was involved
/Linux-v5.15/arch/riscv/include/asm/
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-v5.15/arch/csky/kernel/
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-v5.15/scripts/gcc-plugins/
Dgcc-common.h319 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument
320 (caller)->create_edge((callee), (call_stmt), (count))
322 #define cgraph_create_edge_including_clones(caller, callee, \ argument
324 (caller)->create_edge_including_clones((callee), \
327 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument
328 (caller)->create_edge((callee), (call_stmt), (count), (freq))
330 #define cgraph_create_edge_including_clones(caller, callee, \ argument
332 (caller)->create_edge_including_clones((callee), \
/Linux-v5.15/scripts/tracing/
Ddraw_functrace.py118 calltime, callee, caller = parseLine(line)
124 tree = tree.calls(callee, calltime)
/Linux-v5.15/arch/arc/include/uapi/asm/
Dptrace.h47 } callee; member
/Linux-v5.15/tools/testing/selftests/powerpc/pmu/ebb/
Debb.h50 void setup_ebb_handler(void (*callee)(void));
Debb.c131 void setup_ebb_handler(void (*callee)(void)) in setup_ebb_handler()
149 ebb_user_func = callee; in setup_ebb_handler()
/Linux-v5.15/kernel/bpf/
Dverifier.c5699 struct bpf_func_state *callee,
5708 struct bpf_func_state *caller, *callee; in __check_func_call() local
5762 callee = async_cb->frame[0]; in __check_func_call()
5763 callee->async_entry_cnt = caller->async_entry_cnt + 1; in __check_func_call()
5766 err = set_callee_state_cb(env, caller, callee, *insn_idx); in __check_func_call()
5777 callee = kzalloc(sizeof(*callee), GFP_KERNEL); in __check_func_call()
5778 if (!callee) in __check_func_call()
5780 state->frame[state->curframe + 1] = callee; in __check_func_call()
5786 init_func_state(env, callee, in __check_func_call()
5793 err = copy_reference_state(callee, caller); in __check_func_call()
[all …]
/Linux-v5.15/arch/powerpc/kernel/
Dirq.c704 [callee] "i" (__do_softirq) in call_do_softirq()
726 [callee] "i" (__do_irq) in call_do_irq()
/Linux-v5.15/Documentation/arm64/
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-v5.15/tools/perf/util/
Dmachine.c2301 bool callee, int end) in lbr_callchain_add_kernel_ip() argument
2307 if (callee) { in lbr_callchain_add_kernel_ip()
2360 bool callee) in lbr_callchain_add_lbr_ip() argument
2385 if (callee) { in lbr_callchain_add_lbr_ip()
2498 bool callee) in has_stitched_lbr() argument
2557 if (callee) in has_stitched_lbr()
2607 bool callee = (callchain_param.order == ORDER_CALLEE); in resolve_lbr_callchain_sample() local
2630 max_lbr, callee); in resolve_lbr_callchain_sample()
2639 if (callee) { in resolve_lbr_callchain_sample()
/Linux-v5.15/Documentation/livepatch/
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-v5.15/tools/perf/Documentation/
Dperf-report.txt256 - callee: callee based call graph.
258 Default is 'caller' when --children is used, otherwise 'callee'.
Dperf-config.txt470 'callee' which means callee is printed at top and then followed by its
477 still default to 'callee'.
/Linux-v5.15/Documentation/networking/
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.
Dstrparser.rst174 is queued. The callee must consume the sk_buff; it can
/Linux-v5.15/include/linux/
Dbpf.h144 struct bpf_func_state *callee);
1544 struct bpf_func_state *callee);