Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/include/asm/
Dthread_info.h181 const void *oldframe; in arch_within_stack_frames() local
183 oldframe = __builtin_frame_address(1); in arch_within_stack_frames()
184 if (oldframe) in arch_within_stack_frames()
200 return obj >= oldframe + 2 * sizeof(void *) ? in arch_within_stack_frames()
202 oldframe = frame; in arch_within_stack_frames()