Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dunwind_user.h26 .use_fp = true,
32 .use_fp = false,
/linux/include/linux/
H A Dunwind_user_types.h32 bool use_fp; member
/linux/kernel/unwind/
H A Duser.c35 if (frame->use_fp) { in unwind_user_next_common()