Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dreturn_address.c35 void *return_address(unsigned int level) in return_address() function
45 (unsigned long)return_address); in return_address()
53 EXPORT_SYMBOL_GPL(return_address);
54 NOKPROBE_SYMBOL(return_address);
H A DMakefile18 return_address.o cpuinfo.o cpu_errata.o \
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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 \
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dftrace.h45 void *return_address(unsigned int);
49 static inline void *return_address(unsigned int level) in return_address() function
56 #define ftrace_return_address(n) return_address(n)
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dreturn_address.c33 void *return_address(unsigned int level) in return_address() function
44 frame.pc = (unsigned long)return_address; in return_address()
54 EXPORT_SYMBOL_GPL(return_address);
H A DMakefile25 obj-$(CONFIG_FRAME_POINTER) += return_address.o
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/
H A Dexception.c274 u32 return_address; in enter_exception32() local
277 return_address = *vcpu_pc(vcpu); in enter_exception32()
278 return_address += return_offsets[vect_offset >> 2][is_thumb]; in enter_exception32()
284 vcpu_gp_regs(vcpu)->compat_lr_abt = return_address; in enter_exception32()
289 vcpu_gp_regs(vcpu)->compat_lr_und = return_address; in enter_exception32()
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dftrace.h14 extern unsigned long return_address(unsigned int);
26 #define ftrace_return_address(n) return_address(n)
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dftrace.h24 extern unsigned long return_address(unsigned level);
25 #define ftrace_return_address(n) return_address(n)
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dftrace.h42 extern void *return_address(unsigned int);
44 #define ftrace_return_address(n) return_address(n)
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dftrace.h45 extern void *return_address(unsigned int);
76 #define ftrace_return_address(n) return_address(n)
/OK3568_Linux_fs/kernel/arch/x86/oprofile/
H A Dbacktrace.c36 oprofile_add_trace(bufhead[0].return_address); in dump_user_backtrace_32()
80 oprofile_add_trace(bufhead[0].return_address); in dump_user_backtrace()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dstacktrace.h97 unsigned long return_address; member
102 u32 return_address; member
H A Dsuspend_32.h31 unsigned long return_address; member
H A Dsuspend_64.h53 unsigned long return_address; member
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dstacktrace.c265 unsigned long return_address(unsigned level) in return_address() function
273 EXPORT_SYMBOL(return_address);
/OK3568_Linux_fs/kernel/arch/um/include/asm/
H A Dstacktrace.h10 unsigned long return_address; member
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dprocessor.h120 #define return_address() ({__asm__ __volatile__("":::"$31");__builtin_return_address(0);}) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dprocessor.h402 #define return_address() ({__asm__ __volatile__("":::"$31");__builtin_return_address(0);}) macro
/OK3568_Linux_fs/kernel/arch/x86/events/
H A Dcore.c2632 if (__get_user(frame.return_address, &fp->return_address)) in perf_callchain_user32()
2635 perf_callchain_store(entry, cs_base + frame.return_address); in perf_callchain_user32()
2684 if (__get_user(frame.return_address, &fp->return_address)) in perf_callchain_user()
2687 perf_callchain_store(entry, frame.return_address); in perf_callchain_user()
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dunwind.c473 unsigned long return_address(unsigned int level) in return_address() function
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_exynosauto652 return_address
H A Dabi_gki_aarch64_generic1567 return_address

12