Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
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
/linux-6.1.9/arch/x86/kernel/
Dprocess.c148 frame->bp = encode_frame_pointer(childregs); in copy_thread()