/linux-6.3-rc2/arch/arc/kernel/ |
A D | ptrace.c | 222 REG_IN_ONE(callee.r25, &cregs->r25); in genregs_set() 223 REG_IN_ONE(callee.r24, &cregs->r24); in genregs_set() 224 REG_IN_ONE(callee.r23, &cregs->r23); in genregs_set() 225 REG_IN_ONE(callee.r22, &cregs->r22); in genregs_set() 226 REG_IN_ONE(callee.r21, &cregs->r21); in genregs_set() 227 REG_IN_ONE(callee.r20, &cregs->r20); in genregs_set() 228 REG_IN_ONE(callee.r19, &cregs->r19); in genregs_set() 229 REG_IN_ONE(callee.r18, &cregs->r18); in genregs_set() 230 REG_IN_ONE(callee.r17, &cregs->r17); in genregs_set() 231 REG_IN_ONE(callee.r16, &cregs->r16); in genregs_set() [all …]
|
A D | entry.S | 313 ; save/restore callee-saved regs. 315 ; However, here we need to explicitly save callee regs because 323 ; save location of saved Callee Regs @ thread_struct->callee
|
A D | entry-arcv2.S | 151 ; TBD: optimize - do this only if a callee reg was involved
|
A D | entry-compact.S | 291 ; TBD: optimize - do this only if a callee reg was involved
|
/linux-6.3-rc2/arch/riscv/include/asm/ |
A D | ftrace.h | 77 #define make_call_t0(caller, callee, call) \ argument 80 (unsigned long) callee - (unsigned long) caller; \ 93 #define make_call_ra(caller, callee, call) \ argument 96 (unsigned long) callee - (unsigned long) caller; \
|
/linux-6.3-rc2/scripts/gcc-plugins/ |
A D | gcc-common.h | 190 #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-6.3-rc2/arch/csky/kernel/ |
A D | ftrace.c | 41 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-6.3-rc2/scripts/tracing/ |
A D | draw_functrace.py | 118 calltime, callee, caller = parseLine(line) 124 tree = tree.calls(callee, calltime)
|
/linux-6.3-rc2/arch/arc/include/uapi/asm/ |
A D | ptrace.h | 47 } callee; member
|
/linux-6.3-rc2/kernel/bpf/ |
A D | verifier.c | 7535 callee = async_cb->frame[0]; in __check_func_call() 7550 callee = kzalloc(sizeof(*callee), GFP_KERNEL); in __check_func_call() 7551 if (!callee) in __check_func_call() 7559 init_func_state(env, callee, in __check_func_call() 7591 free_func_state(callee); in __check_func_call() 7678 callee->in_callback_fn = true; in set_map_elem_callback_state() 7700 callee->in_callback_fn = true; in set_loop_callback_state() 7758 callee->in_callback_fn = true; in set_find_vma_callback_state() 7836 if (!callee->in_callback_fn) in in_rbtree_lock_required_cb() 7864 if (callee->in_callback_fn) { in prepare_func_exit() [all …]
|
/linux-6.3-rc2/tools/testing/selftests/powerpc/pmu/ebb/ |
A D | ebb.h | 50 void setup_ebb_handler(void (*callee)(void));
|
A D | ebb.c | 131 void setup_ebb_handler(void (*callee)(void)) in setup_ebb_handler() 149 ebb_user_func = callee; in setup_ebb_handler()
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | irq.c | 214 [callee] "i" (__do_softirq) in call_do_softirq() 268 [callee] "i" (__do_irq) in call_do_irq()
|
/linux-6.3-rc2/Documentation/bpf/ |
A D | classic_vs_extended.rst | 20 sparcv9/mips64 have 7 - 8 registers for arguments; x86_64 has 6 callee saved 21 registers, and aarch64/sparcv9/mips64 have 11 or more callee saved registers. 75 a return value of the function. Since R6 - R9 are callee saved, their state 131 and rbx, r12 - r15 are callee saved.
|
A D | instruction-set.rst | 26 * R6 - R9: callee saved registers that function calls will preserve
|
A D | verifier.rst | 35 Since R6-R9 are callee saved, their state is preserved across the call. 89 callee saved registers may not be enough for some programs.
|
/linux-6.3-rc2/tools/perf/util/ |
A D | machine.c | 2420 bool callee, int end) in lbr_callchain_add_kernel_ip() argument 2426 if (callee) { in lbr_callchain_add_kernel_ip() 2479 bool callee) in lbr_callchain_add_lbr_ip() argument 2504 if (callee) { in lbr_callchain_add_lbr_ip() 2617 bool callee) in has_stitched_lbr() argument 2676 if (callee) in has_stitched_lbr() 2726 bool callee = (callchain_param.order == ORDER_CALLEE); in resolve_lbr_callchain_sample() local 2749 max_lbr, callee); in resolve_lbr_callchain_sample() 2758 if (callee) { in resolve_lbr_callchain_sample()
|
/linux-6.3-rc2/Documentation/arm64/ |
A D | sve.rst | 541 (*) callee-save: 543 FPCR contains callee-save and caller-save bits. See [4] for details. 554 * Z8 bits [63:0] .. Z15 bits [63:0] are callee-save. 595 (*) callee-save: 597 FPCR contains a mixture of callee-save and caller-save bits.
|
/linux-6.3-rc2/Documentation/livepatch/ |
A D | reliable-stacktrace.rst | 296 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-6.3-rc2/tools/perf/Documentation/ |
A D | perf-report.txt | 259 - callee: callee based call graph. 261 Default is 'caller' when --children is used, otherwise 'callee'.
|
A D | perf-config.txt | 470 'callee' which means callee is printed at top and then followed by its 477 still default to 'callee'.
|
/linux-6.3-rc2/Documentation/networking/ |
A D | strparser.rst | 174 is queued. The callee must consume the sk_buff; it can
|
/linux-6.3-rc2/include/linux/ |
A D | bpf.h | 159 struct bpf_func_state *callee); 2094 struct bpf_func_state *callee);
|
/linux-6.3-rc2/Documentation/driver-api/media/ |
A D | v4l2-subdev.rst | 578 the callee's active state with :c:func:`v4l2_subdev_lock_and_get_active_state()`,
|
/linux-6.3-rc2/arch/ |
A D | Kconfig | 1383 start of its callee. This may avoid redundant work, and may
|