Searched refs:tf_pc (Results 1 - 25 of 80) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/sys/arch/vax/include/
H A Duserret.h52 addupc_task(l, tf->tf_pc,
H A Ddb_machdep.h50 #define PC_REGS(regs) (*(db_addr_t *)&(regs)->tf_pc)
57 #define FIXUP_PC_AFTER_BREAK(regs) ((regs)->tf_pc -= BKPT_SIZE)
H A Dtrap.h101 long tf_pc; /* User pc */ member in struct:trapframe
/netbsd-6-1-5-RELEASE/sys/arch/sparc/include/
H A Dreg.h55 int tf_pc; /* return pc */ member in struct:trapframe
H A Ddb_machdep.h60 #define PC_REGS(regs) ((regs)->db_tf.tf_pc)
62 #define PC_REGS(regs) ((db_addr_t)(regs)->db_tf.tf_pc)
66 (regs)->db_tf.tf_pc = n; \
/netbsd-6-1-5-RELEASE/sys/arch/arm/arm32/
H A Dfault.c201 tf->tf_pc, *((u_int16 *)(tf->tf_pc & ~1)),
202 *((u_int16 *)((tf->tf_pc + 2) & ~1)));
207 printf("pc = 0x%08x, opcode 0x%08x, insn = ", tf->tf_pc,
208 *((u_int *)tf->tf_pc));
210 disassemble(tf->tf_pc);
255 tf->tf_pc, l, far, fsr);
293 tf->tf_pc = (register_t)(intptr_t) pcb->pcb_onfault;
312 if (__predict_false(!user && (tf->tf_pc & 3) != 0)) {
318 if (__predict_false((tf->tf_pc
[all...]
H A Dkgdb_machdep.c110 gdb_regs[KGDB_REGNUM_R0 + 15] = regs->tf_pc;
136 regs->tf_pc = gdb_regs[KGDB_REGNUM_R0 + 15];
/netbsd-6-1-5-RELEASE/sys/arch/vax/vax/
H A Dtrap.c126 tf->tf_trap, tf->tf_code, tf->tf_pc, tf->tf_psl);
137 (u_int)tf->tf_pc, (u_int)tf->tf_psl);
142 mfpr(PR_KSP), (u_int)tf->tf_pc, pcb,
180 && tf->tf_pc >= (uintptr_t) cas32_ras_start
181 && tf->tf_pc < (uintptr_t) cas32_ras_end) {
182 tf->tf_pc = (uintptr_t) cas32_ras_start;
192 tf->tf_trap, tf->tf_code, tf->tf_pc, tf->tf_psl);
197 tf->tf_pc, tf->tf_code);
236 tf->tf_pc = (unsigned)onfault;
250 tf->tf_ap, tf->tf_fp, tf->tf_sp, tf->tf_pc);
[all...]
H A Dsyscall.c82 syscallnames[tf->tf_code], tf->tf_pc, tf->tf_psl,tf->tf_sp,
122 "tf %p\n", syscallnames[tf->tf_code], tf->tf_pc, tf->tf_psl,
137 tf->tf_pc -= (tf->tf_code > 63 ? 4 : 2);
H A Dcompat_16_machdep.c150 tf->tf_pc = ksc.sc_pc;
182 sigctx.sc_pc = tf->tf_pc;
/netbsd-6-1-5-RELEASE/sys/arch/arm/arm/
H A Dsyscall.c121 frame->tf_pc += INSN_SIZE;
135 if (__predict_false(((frame->tf_pc - INSN_SIZE) & 3) != 0)) {
141 ksi.ksi_addr = (uint32_t *)(intptr_t) (frame->tf_pc-INSN_SIZE);
156 insn = fusword((void *)(frame->tf_pc - THUMB_INSN_SIZE));
167 insn = *(uint32_t *)(frame->tf_pc - INSN_SIZE);
194 frame->tf_pc -= INSN_SIZE;
244 ksi.ksi_addr = (void *)(frame->tf_pc - THUMB_INSN_SIZE);
247 ksi.ksi_addr = (void *)(frame->tf_pc - INSN_SIZE);
298 frame->tf_pc -= THUMB_INSN_SIZE;
301 frame->tf_pc
[all...]
H A Darm_machdep.c163 tf->tf_pc = pack->ep_entry;
249 tf->tf_pc = (int) upcall;
287 if (tf->tf_pc > (vaddr_t)ucas_32_ras_start &&
288 tf->tf_pc < (vaddr_t)ucas_32_ras_end) {
289 tf->tf_pc = (vaddr_t)ucas_32_ras_start;
H A Dprocess_machdep.c161 regs->r_pc = tf->tf_pc;
200 tf->tf_pc = regs->r_pc;
241 tf->tf_pc = (int)addr;
H A Dundefined.c154 frame->tf_pc += INSN_SIZE;
167 frame->tf_pc += INSN_SIZE;
263 frame->tf_pc -= THUMB_INSN_SIZE;
267 frame->tf_pc -= INSN_SIZE;
274 fault_pc = frame->tf_pc;
H A Dlinux_syscall.c139 frame->tf_pc -= INSN_SIZE;
187 frame->tf_pc -= INSN_SIZE;
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/sparc64/
H A Dsyscall.c135 tf->tf_pc = tf->tf_global[5];
137 tf->tf_pc = tf->tf_global[7];
139 tf->tf_pc = tf->tf_global[2];
141 tf->tf_pc = tf->tf_npc;
256 * System calls. `pc' is just a copy of tf->tf_pc.
306 opc = tf->tf_pc;
311 tf->tf_npc = tf->tf_pc + 4;
339 tf->tf_pc = opc;
354 tf->tf_pc = onpc;
355 tf->tf_npc = tf->tf_pc
[all...]
H A Dprocess_machdep.c123 regs->r_pc = tf->tf_pc;
135 regp->r_pc = tf->tf_pc;
156 tf->tf_pc = regs->r_pc;
170 tf->tf_pc = regp->r_pc;
196 l->l_md.md_tf->tf_pc = (vaddr_t)addr;
H A Dcompat_13_machdep.c136 tf->tf_pc = scp->sc_pc;
144 (long long)tf->tf_pc, (long long)tf->tf_out[6],
H A Dtrap.c390 tf, (u_long)tf->tf_tstate, (u_long)tf->tf_pc, (u_long)tf->tf_npc);
447 #define ADVANCE (n = tf->tf_npc, tf->tf_pc = n, tf->tf_npc = n + 4)
450 if (tf->tf_pc == tf->tf_npc) {
452 (void *)(u_long)tf->tf_pc, (void *)(u_long)tf->tf_npc);
725 tf->tf_pc = (vaddr_t)pcb->pcb_onfault;
726 tf->tf_npc = tf->tf_pc + 4;
812 (ras_lookup(p, (void *)(intptr_t)tf->tf_pc) == (void *)-1)) {
1022 if (tf->tf_pc == tf->tf_npc) {
1024 (long)tf->tf_pc, (long)tf->tf_npc);
1189 tf->tf_pc
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/include/
H A Dreg.h85 int tf_pc; /* return pc */ member in struct:trapframe32
102 int64_t tf_pc; /* return pc */ member in struct:trapframe64
H A Ddb_machdep.h86 #define PC_REGS(regs) ((regs)->db_tf.tf_pc)
89 (regs)->db_tf.tf_pc = n; \
/netbsd-6-1-5-RELEASE/sys/arch/m68k/m68k/
H A Dkgdb_m68k.c134 gdb_regs[GDB_PC] = regs->tf_pc;
145 regs->tf_pc = gdb_regs[GDB_PC];
/netbsd-6-1-5-RELEASE/sys/arch/arm/include/
H A Dframe.h73 register_t tf_pc; member in struct:trapframe
80 #define tf_r15 tf_pc
/netbsd-6-1-5-RELEASE/sys/arch/m68k/include/
H A Ddb_machdep.h62 #define PC_REGS(regs) ((regs)->tf_pc)
69 #define FIXUP_PC_AFTER_BREAK(regs) ((regs)->tf_pc -= BKPT_SIZE)
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dsyscall.c200 * System calls. `pc' is just a copy of tf->tf_pc.
269 tf->tf_pc = i;
285 tf->tf_pc = i;
360 tf->tf_pc = i;
376 tf->tf_pc = i;
398 userret(l, l->l_md.md_tf->tf_pc, 0);
410 userret(l, l->l_md.md_tf->tf_pc, 0);

Completed in 235 milliseconds

1234