Home
last modified time | relevance | path

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

/linux/tools/objtool/arch/loongarch/
H A Dorc.c64 orc->fp_offset = 0; in init_orc_entry()
68 orc->fp_offset = fp->offset; in init_orc_entry()
164 print_reg(orc[i].fp_reg, orc[i].fp_offset); in orc_print_dump()
/linux/tools/arch/loongarch/include/asm/
H A Dorc_types.h48 s16 fp_offset; member
/linux/arch/loongarch/include/asm/
H A Dorc_types.h48 s16 fp_offset; member
/linux/arch/x86/include/asm/
H A Dbug.h147 unsigned int fp_offset; member
/linux/arch/loongarch/kernel/
H A Dunwind_orc.c34 .fp_offset = -16,
443 p = (unsigned long *)(state->sp + orc->fp_offset); in unwind_next_frame()
/linux/arch/x86/kernel/
H A Dtraps.c262 args->args.fp_offset = 6*8 + 8*16; in __warn_args()