Searched refs:eip (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dgdb_defs.h52 unsigned int eip; member in struct:__anon704
H A Ddb_trace.c124 { "eip", (unsigned int)(&((struct x86_kernel_state32 *)0)->k_eip) },
169 { "eip",(unsigned int *)&ddb_regs.eip, db_i386_reg_value, 0, 0, 0, 0, TRUE, 0, 0, (int *)0, 0 },
235 if (vp->valuep == (unsigned int *) &ddb_regs.eip) {
343 int if_eip; /* saved eip(iret_i) */
389 db_task_printsym(iss32->eip, DB_STGY_PROC, task);
392 *ip = (db_addr_t)iss32->eip;
404 *ip = ((x86_saved_state32_t *)ifp->if_edx)->eip;
415 *ip = (db_addr_t)(iss32->eip);
520 callpc = (db_addr_t)ddb_regs.eip;
[all...]
H A Ddb_interface.c208 regs->eip = tss->eip;
258 db_printf("kdb_trap(): type %d, code %d, regs->eip 0x%x\n", type, code, regs->eip);
291 code, regs->eip);
296 kdbprinttrap(type, code, (int *)&regs->eip, regs->uesp);
307 if (!kdb_enter(regs->eip))
334 regs->eip = ddb_regs.eip;
359 (db_get_task_value(regs->eip,
[all...]
H A Dtrap.c351 kern_ip = (vm_offset_t)saved_state->eip;
659 saved_state->eip = ip;
678 kprintf("panic trap number 0x%x, eip 0x%x\n", regs->trapno, regs->eip);
691 regs->eip, regs->trapno, trapname, cr0, cr2, cr3, cr4,
694 regs->efl,regs->eip,regs->cs, regs->ds, regs->err);
752 my_ktss->eip, current_thread(), code,
756 my_ktss->eflags, my_ktss->eip);
805 my_ktss->eip, current_thread(), code,
809 my_ktss->eflags, my_ktss->eip);
[all...]
H A Dtss.h78 uint32_t eip; member in struct:i386_tss
H A Ddb_machdep.h82 #define PC_REGS(regs) ((db_addr_t)(regs)->eip)
88 #define FIXUP_PC_AFTER_BREAK ddb_regs.eip -= 1;
H A Dthread.h161 USER_REGS32(ThrAct)->eip : \
H A Dpcb.c760 saved_state->eip = ts->eip;
833 ts->eip = saved_state->eip;
887 saved_state->eip = state->eip;
987 saved_state->eip = state->eip;
1584 state->eip = saved_state->eip;
[all...]
H A Dbsd_i386.c192 *entry_point = state25->eip ? state25->eip: VM_MIN_ADDRESS;
860 iss32->eip = CAST_DOWN(unsigned int, entry);
H A Drtclock.c496 rip = regs->eip;
H A Dstartup64.c293 kprintf("scp->iss32.state.eip: 0x%08x\n", scp->iss32.state.eip);
/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/architecture/i386/
H A Dtss.h58 unsigned int eip; member in struct:tss
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Ddtrace_subr_x86.c133 regs32->eip = npc;
152 regs32->eip = npc;
191 user_addr_t pc = (regs64) ? regs64->isf.rip : (user_addr_t)regs32->eip;
196 regs32->eip--;
H A Ddtrace_isa.c295 pc = regs->ss_32.eip;
354 pc = regs->ss_32.eip;
416 pc = regs->ss_32.eip;
H A Dsystemcalls.c203 regs->eip -= 5;
206 regs->eip -= 2;
514 regs->eip -= ((regs->cs & 0xffff) == SYSENTER_CS) ? 5 : 2;
H A Dfbt_x86.c316 emul = dtrace_invop( saved_state->eip, (uintptr_t *)esp_probe, saved_state->eax );
322 saved_state->eip += DTRACE_INVOP_NOP_SKIP; /* Skip over the patched NOP */
328 saved_state->eip += DTRACE_INVOP_MOVL_ESP_EBP_SKIP; /* Skip over the bytes of the patched movl %esp,%ebp */
346 saved_state->eip += DTRACE_INVOP_LEAVE_SKIP;
H A Dfasttrap_isa.c60 * We then set the program counter (%eip or %rip) to point to this scratch
937 user_addr_t pc = regs32->eip - 1;
1010 regs32->eip = pc;
1093 regs32->eip = pc + tp->ftt_size;
1108 new_pc = regs32->eip;
1447 regs32->eip = new_pc;
2176 regs32->eip = pc;
H A Dunix_signal.c351 sinfo64.si_addr = tstate32->eip;
495 tstate32->eip = CAST_DOWN(unsigned int, ps->ps_trampact[sig]);
/macosx-10.5.8/xnu-1228.15.4/pexpert/i386/
H A Dpe_interrupt.c76 rip = state32->eip;
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/i386/
H A Dthread_status.h291 unsigned int eip; member in struct:x86_seg_load_fault32
321 unsigned int eip; member in struct:x86_saved_state32_from_kernel
346 unsigned int eip; member in struct:x86_saved_state32
H A D_types.h57 unsigned int eip; member in struct:i386_thread_state
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/i386/
H A Dkdp_machdep.c168 state->eip = saved_state->eip;
198 saved_state->eip = state->eip;
335 kprintf("pc = 0x%x\n", saved_state->eip);
397 trapno, saved_state->eip, saved_state->cr2);
519 init_eip = iss32->eip;
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dmach_loader.c1428 struct encryption_info_command *eip,
1444 switch(eip->cryptid) {
1495 if ((seg64->fileoff <= eip->cryptoff) &&
1497 eip->cryptoff+eip->cryptsize)) {
1498 map_offset = seg64->vmaddr + eip->cryptoff - seg64->fileoff;
1499 map_size = eip->cryptsize;
1504 if ((seg32->fileoff <= eip->cryptoff) &&
1506 eip->cryptoff+eip
1427 set_code_unprotect( struct encryption_info_command *eip, caddr_t addr, vm_map_t map, struct vnode *vp) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Dprofile_prvd.c229 dtrace_probe(prof->prof_id, kern_regs->eip, 0x0, 0, 0, 0);
245 dtrace_probe(prof->prof_id, 0x0, regs->eip, 0, 0, 0);
285 dtrace_probe(prof->prof_id, kern_regs->eip, 0x0, 0, 0, 0);
301 dtrace_probe(prof->prof_id, 0x0, regs->eip, 0, 0, 0);
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/i386/
H A Dchud_thread_i386.c229 uint64_t currPC = (uint64_t) regs->eip;
472 currPC = (uint64_t) regs32->eip;
476 currPC = (uint64_t) u_regs32->eip;
585 currPC = regs->eip;

Completed in 87 milliseconds

12