/openbmc/linux/arch/arc/kernel/ |
H A D | ptrace.c | 220 REG_IN_ONE(callee.r25, &cregs->r25); in genregs_set() 221 REG_IN_ONE(callee.r24, &cregs->r24); in genregs_set() 222 REG_IN_ONE(callee.r23, &cregs->r23); in genregs_set() 223 REG_IN_ONE(callee.r22, &cregs->r22); in genregs_set() 224 REG_IN_ONE(callee.r21, &cregs->r21); in genregs_set() 225 REG_IN_ONE(callee.r20, &cregs->r20); in genregs_set() 226 REG_IN_ONE(callee.r19, &cregs->r19); in genregs_set() 227 REG_IN_ONE(callee.r18, &cregs->r18); in genregs_set() 228 REG_IN_ONE(callee.r17, &cregs->r17); in genregs_set() 229 REG_IN_ONE(callee.r16, &cregs->r16); in genregs_set() [all …]
|
H A D | entry.S | 195 ; save callee regs in case tracer/gdb wants to peek 198 ; safekeep ref to callee regs 205 ; unwind stack to discard callee regs
|
H A D | entry-arcv2.S | 141 ; TBD: optimize - do this only if a callee reg was involved
|
H A D | entry-compact.S | 279 ; TBD: optimize - do this only if a callee reg was involved
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | ftrace.h | 103 #define make_call_t0(caller, callee, call) \ argument 106 (unsigned long) callee - (unsigned long) caller; \ 119 #define make_call_ra(caller, callee, call) \ argument 122 (unsigned long) callee - (unsigned long) caller; \
|
/openbmc/linux/scripts/gcc-plugins/ |
H 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), \
|
/openbmc/linux/arch/csky/kernel/ |
H 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()
|
/openbmc/linux/scripts/tracing/ |
H A D | draw_functrace.py | 118 calltime, callee, caller = parseLine(line) 124 tree = tree.calls(callee, calltime)
|
/openbmc/openbmc/poky/documentation/styles/config/vocabularies/OpenSource/ |
H A D | accept.txt | 4 callee
|
/openbmc/linux/arch/arc/include/uapi/asm/ |
H A D | ptrace.h | 47 } callee; member
|
/openbmc/linux/kernel/bpf/ |
H A D | verifier.c | 9194 struct bpf_func_state *callee, 9199 struct bpf_func_state *callee, int insn_idx); 9205 struct bpf_func_state *caller, *callee; in setup_func_entry() local 9221 callee = kzalloc(sizeof(*callee), GFP_KERNEL); in setup_func_entry() 9222 if (!callee) in setup_func_entry() 9224 state->frame[state->curframe + 1] = callee; in setup_func_entry() 9230 init_func_state(env, callee, in setup_func_entry() 9236 err = copy_reference_state(callee, caller); in setup_func_entry() 9237 err = err ?: set_callee_state_cb(env, caller, callee, callsite); in setup_func_entry() 9247 free_func_state(callee); in setup_func_entry() [all …]
|
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | ebb.h | 50 void setup_ebb_handler(void (*callee)(void));
|
H 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()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | irq.c | 218 [callee] "i" (__do_softirq) in call_do_softirq() 276 [callee] "i" (__do_irq) in call_do_irq()
|
/openbmc/linux/Documentation/bpf/standardization/ |
H A D | abi.rst | 21 * R6 - R9: callee saved registers that function calls will preserve
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/unixodbc/files/ |
H A D | CVE-2024-1013.patch | 7 (caller has 4 bytes, callee writes 8 bytes), and seem to have gone
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz/ |
H A D | 0001-http-fetch-Pass-a-non-null-buffer-to-ne_set_request_.patch | 14 src/HTTPFetch.cc:186:38: warning: null passed to a callee that requires a non-null argument [-Wnonn…
|
/openbmc/linux/Documentation/bpf/ |
H 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.
|
/openbmc/linux/tools/perf/util/ |
H A D | machine.c | 2493 bool callee, int end) in lbr_callchain_add_kernel_ip() argument 2499 if (callee) { in lbr_callchain_add_kernel_ip() 2552 bool callee) in lbr_callchain_add_lbr_ip() argument 2577 if (callee) { in lbr_callchain_add_lbr_ip() 2692 bool callee) in has_stitched_lbr() argument 2751 if (callee) in has_stitched_lbr() 2803 bool callee = (callchain_param.order == ORDER_CALLEE); in resolve_lbr_callchain_sample() local 2826 max_lbr, callee); in resolve_lbr_callchain_sample() 2835 if (callee) { in resolve_lbr_callchain_sample()
|
/openbmc/linux/Documentation/arch/arm64/ |
H 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.
|
/openbmc/linux/Documentation/livepatch/ |
H 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
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-config.txt | 473 'callee' which means callee is printed at top and then followed by its 480 still default to 'callee'.
|
H A D | perf-report.txt | 260 - callee: callee based call graph. 262 Default is 'caller' when --children is used, otherwise 'callee'.
|
/openbmc/linux/Documentation/networking/ |
H A D | strparser.rst | 174 is queued. The callee must consume the sk_buff; it can
|
/openbmc/linux/include/linux/ |
H A D | bpf.h | 163 struct bpf_func_state *callee); 2321 struct bpf_func_state *callee);
|