Home
last modified time | relevance | path

Searched refs:encode_frame_pointer (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dframe.h67 static inline unsigned long encode_frame_pointer(struct pt_regs *regs) in encode_frame_pointer() function
78 static inline unsigned long encode_frame_pointer(struct pt_regs *regs) in encode_frame_pointer() function
100 static inline unsigned long encode_frame_pointer(struct pt_regs *regs) in encode_frame_pointer() function
/openbmc/linux/arch/x86/kernel/
H A Dprocess.c174 frame->bp = encode_frame_pointer(childregs); in copy_thread()