Searched refs:PT_FLAGS_RESTORE_REGS (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/arch/tile/include/asm/
H A Dptrace.h32 #define PT_FLAGS_RESTORE_REGS 4 /* restore callee-save regs on return */ macro
/linux-4.4.14/arch/tile/kernel/
H A Dcompat_signal.c206 regs->flags |= PT_FLAGS_RESTORE_REGS; compat_setup_rt_frame()
H A Dsignal.c164 regs->flags |= PT_FLAGS_RESTORE_REGS; setup_rt_frame()
H A Dprocess.c579 (regs->flags & PT_FLAGS_RESTORE_REGS) ? " restoreregs" : ""); tile_show_regs()
H A Dsingle_step.c600 regs->flags |= PT_FLAGS_RESTORE_REGS; single_step_once()
H A Dintvec_32.S978 #if PT_FLAGS_CALLER_SAVES != 2 || PT_FLAGS_RESTORE_REGS != 4
H A Dintvec_64.S1008 #if PT_FLAGS_CALLER_SAVES != 2 || PT_FLAGS_RESTORE_REGS != 4

Completed in 166 milliseconds