Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/asm/
A Dthread_info.h178 const void *oldframe; in arch_within_stack_frames() local
180 oldframe = __builtin_frame_address(1); in arch_within_stack_frames()
181 if (oldframe) in arch_within_stack_frames()
197 return obj >= oldframe + 2 * sizeof(void *) ? in arch_within_stack_frames()
199 oldframe = frame; in arch_within_stack_frames()

Completed in 4 milliseconds