Home
last modified time | relevance | path

Searched refs:return_address (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/linux/tools/testing/selftests/x86/
H A Dunwind_vdso.c61 static unsigned long return_address; variable
81 if (ip == return_address) { in trace_fn()
117 return_address = *(unsigned long *)(unsigned long)ctx->uc_mcontext.gregs[REG_ESP]; in sigtrap()
120 ip, return_address); in sigtrap()
126 if (ip == return_address) { in sigtrap()
/openbmc/linux/arch/riscv/kernel/
H A Dreturn_address.c32 noinline void *return_address(unsigned int level) in return_address() function
47 EXPORT_SYMBOL_GPL(return_address);
48 NOKPROBE_SYMBOL(return_address);
H A DMakefile50 obj-y += return_address.o
/openbmc/linux/arch/arm64/kernel/
H A Dreturn_address.c35 void *return_address(unsigned int level) in return_address() function
49 EXPORT_SYMBOL_GPL(return_address);
50 NOKPROBE_SYMBOL(return_address);
H A DMakefile33 return_address.o cpuinfo.o cpu_errata.o \
/openbmc/linux/arch/sh/kernel/
H A Dreturn_address.c14 void *return_address(unsigned int depth) in return_address() function
49 void *return_address(unsigned int depth) in return_address() function
56 EXPORT_SYMBOL_GPL(return_address);
H A DMakefile19 reboot.o return_address.o \
/openbmc/linux/arch/arm/include/asm/
H A Dftrace.h47 void *return_address(unsigned int);
51 static inline void *return_address(unsigned int level) in return_address() function
58 #define ftrace_return_address(n) return_address(n)
/openbmc/linux/arch/xtensa/include/asm/
H A Dftrace.h16 extern unsigned long return_address(unsigned level);
17 #define ftrace_return_address(n) return_address(n)
/openbmc/linux/arch/parisc/include/asm/
H A Dftrace.h14 extern unsigned long return_address(unsigned int);
30 #define ftrace_return_address(n) return_address(n)
/openbmc/linux/arch/sh/include/asm/
H A Dftrace.h42 extern void *return_address(unsigned int);
44 #define ftrace_return_address(n) return_address(n)
/openbmc/linux/arch/arm64/kvm/hyp/
H A Dexception.c291 u32 return_address; in enter_exception32() local
294 return_address = *vcpu_pc(vcpu); in enter_exception32()
295 return_address += return_offsets[vect_offset >> 2][is_thumb]; in enter_exception32()
301 vcpu_gp_regs(vcpu)->compat_lr_abt = return_address; in enter_exception32()
306 vcpu_gp_regs(vcpu)->compat_lr_und = return_address; in enter_exception32()
/openbmc/linux/arch/arm/kernel/
H A Dreturn_address.c33 void *return_address(unsigned int level) in return_address() function
60 EXPORT_SYMBOL_GPL(return_address);
H A DMakefile29 obj-$(CONFIG_FRAME_POINTER) += return_address.o
/openbmc/linux/arch/x86/include/asm/
H A Dstacktrace.h104 unsigned long return_address; member
109 u32 return_address; member
H A Dsuspend_32.h24 unsigned long return_address; member
H A Dsuspend_64.h53 unsigned long return_address; member
/openbmc/linux/arch/riscv/include/asm/
H A Dftrace.h29 extern void *return_address(unsigned int level);
31 #define ftrace_return_address(n) return_address(n)
/openbmc/linux/arch/arm64/include/asm/
H A Dftrace.h55 extern void *return_address(unsigned int);
163 #define ftrace_return_address(n) return_address(n)
/openbmc/linux/arch/um/include/asm/
H A Dstacktrace.h10 unsigned long return_address; member
/openbmc/linux/arch/xtensa/kernel/
H A Dstacktrace.c265 unsigned long return_address(unsigned level) in return_address() function
273 EXPORT_SYMBOL(return_address);
/openbmc/u-boot/arch/mips/include/asm/
H A Dprocessor.h119 #define return_address() ({__asm__ __volatile__("":::"$31");__builtin_return_address(0);}) macro
/openbmc/linux/arch/loongarch/include/asm/
H A Dprocessor.h209 #define return_address() ({__asm__ __volatile__("":::"$1"); __builtin_return_address(0);}) macro
/openbmc/linux/arch/mips/include/asm/
H A Dprocessor.h382 #define return_address() ({__asm__ __volatile__("":::"$31");__builtin_return_address(0);}) macro
/openbmc/linux/arch/x86/events/
H A Dcore.c2842 if (__get_user(frame.return_address, &fp->return_address)) in perf_callchain_user32()
2845 perf_callchain_store(entry, cs_base + frame.return_address); in perf_callchain_user32()
2893 if (__get_user(frame.return_address, &fp->return_address)) in perf_callchain_user()
2896 perf_callchain_store(entry, frame.return_address); in perf_callchain_user()

12