Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arc/kernel/
Dptrace.c76 REG_O_ONE(callee.r25, &cregs->r25); in genregs_get()
77 REG_O_ONE(callee.r24, &cregs->r24); in genregs_get()
78 REG_O_ONE(callee.r23, &cregs->r23); in genregs_get()
79 REG_O_ONE(callee.r22, &cregs->r22); in genregs_get()
80 REG_O_ONE(callee.r21, &cregs->r21); in genregs_get()
81 REG_O_ONE(callee.r20, &cregs->r20); in genregs_get()
82 REG_O_ONE(callee.r19, &cregs->r19); in genregs_get()
83 REG_O_ONE(callee.r18, &cregs->r18); in genregs_get()
84 REG_O_ONE(callee.r17, &cregs->r17); in genregs_get()
85 REG_O_ONE(callee.r16, &cregs->r16); in genregs_get()
[all …]
Dentry.S319 ; save/restore callee-saved regs.
321 ; However, here we need to explicitly save callee regs because
329 ; save location of saved Callee Regs @ thread_struct->callee
Dentry-arcv2.S128 ; TBD: optimize - do this only if a callee reg was involved
Dentry-compact.S308 ; TBD: optimize - do this only if a callee reg was involved
/linux-4.4.14/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.4.14/scripts/tracing/
Ddraw_functrace.py118 calltime, callee, caller = parseLine(line)
124 tree = tree.calls(callee, calltime)
/linux-4.4.14/arch/arc/include/uapi/asm/
Dptrace.h46 } callee; member
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/
Debb.h50 void setup_ebb_handler(void (*callee)(void));
Debb.c133 void setup_ebb_handler(void (*callee)(void)) in setup_ebb_handler()
151 ebb_user_func = callee; in setup_ebb_handler()
/linux-4.4.14/tools/perf/Documentation/
Dperf-report.txt195 - callee: callee based call graph.
197 Default is 'caller' when --children is used, otherwise 'callee'.
/linux-4.4.14/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.4.14/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.4.14/arch/sh/kernel/cpu/sh5/
Dentry.S1509 st.q SP, 24, r35 ! r35 is callee-save
/linux-4.4.14/Documentation/
Dkprobes.txt96 By convention, the callee owns its arguments, so gcc may produce code