Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/mn10300/
DABI.txt38 The caller must allocate twelve bytes on the stack for the callee's use before
64 in which the callee may store the first two arguments.
75 array, then a hidden first argument will be passed to the callee by the caller:
77 function. In this case, the callee will return the value in that piece of
85 The values in certain registers may be clobbered by the callee, and other
/linux-4.1.27/arch/arc/kernel/
Dptrace.c50 REG_O_CHUNK(scratch, callee, ptregs); in genregs_get()
52 REG_O_CHUNK(callee, efa, cregs); in genregs_get()
103 REG_IN_CHUNK(callee, efa, cregs); /* callee_regs[r25..r13] */ in genregs_set()
Dentry.S586 ; save/restore callee-saved regs.
588 ; However, here we need to explicitly save callee regs because
596 ; save location of saved Callee Regs @ thread_struct->callee
/linux-4.1.27/scripts/tracing/
Ddraw_functrace.py118 calltime, callee, caller = parseLine(line)
124 tree = tree.calls(callee, calltime)
/linux-4.1.27/arch/arc/include/uapi/asm/
Dptrace.h46 } callee; member
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/
Debb.h50 void setup_ebb_handler(void (*callee)(void));
Debb.c132 void setup_ebb_handler(void (*callee)(void)) in setup_ebb_handler()
150 ebb_user_func = callee; in setup_ebb_handler()
/linux-4.1.27/tools/perf/Documentation/
Dperf-report.txt178 - callee: callee based call graph.
190 Default: fractal,0.5,callee,function.
/linux-4.1.27/Documentation/networking/
Dfilter.txt613 sparcv9/mips64 have 7 - 8 registers for arguments; x86_64 has 6 callee saved
614 registers, and aarch64/sparcv9/mips64 have 11 or more callee saved registers.
620 * R6 - R9 - callee saved registers that in-kernel function will preserve
675 a return value of the function. Since R6 - R9 are callee saved, their state
729 and rbx, r12 - r15 are callee saved.
1034 Since R6-R9 are callee saved, their state is preserved across the call.
1077 callee saved registers may not be enough for some programs.
/linux-4.1.27/Documentation/s390/
DDebugging390.txt473 parameters for the callee's cannot all be put in registers, the same
536 by the callee are saved, e.g. the compiler is perfectly
584 96 160 outgoing args passed from caller to callee
630 40039a: a7 fa ff a0 ahi %r15,-96 # Make area for callee saving
/linux-4.1.27/arch/sh/kernel/cpu/sh5/
Dentry.S1509 st.q SP, 24, r35 ! r35 is callee-save
/linux-4.1.27/Documentation/
Dkprobes.txt96 By convention, the callee owns its arguments, so gcc may produce code