Searched refs:saved_pc (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/arm/kernel/ |
H A D | entry-common.S | 23 saved_pc .req r9 label 26 saved_pc .req lr label 180 TRACE( mov saved_pc, lr ) 181 str saved_pc, [sp, #S_PC] @ Save calling PC 205 USER( ldreq r10, [saved_pc, #-4] ) @ get SWI instruction 207 USER( ldr r10, [saved_pc, #-4] ) @ get SWI instruction 220 USER( ldreq scno, [saved_pc, #-4] ) 224 USER( ldr scno, [saved_pc, #-4] ) @ get SWI instruction 285 sub lr, saved_pc, #4
|
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.h | 21 target_ulong saved_pc; member
|
H A D | translate.c | 1280 if (do_save_pc && ctx->base.pc_next != ctx->saved_pc) { in save_cpu_state() 1282 ctx->saved_pc = ctx->base.pc_next; in save_cpu_state() 4333 if (ctx->base.pc_next != ctx->saved_pc) { in gen_trap() 15067 ctx->saved_pc = -1; in mips_tr_init_disas_context()
|