Home
last modified time | relevance | path

Searched refs:eip (Results 1 – 24 of 24) sorted by relevance

/xnu-8020.140.41/bsd/dev/i386/
H A Ddtrace_subr_x86.c130 regs32->eip = (uint32_t)npc; in dtrace_user_probe()
149 regs32->eip = (uint32_t)npc; in dtrace_user_probe()
188 user_addr_t pc = (regs64) ? regs64->isf.rip : (user_addr_t)regs32->eip; in dtrace_user_probe()
194 regs32->eip--; in dtrace_user_probe()
H A Ddtrace_isa.c626 pc = regs->ss_32.eip; in dtrace_getupcstack()
684 pc = regs->ss_32.eip; in dtrace_getustackdepth()
748 pc = regs->ss_32.eip; in dtrace_getufpstack()
H A Dfasttrap_isa.c957 user_addr_t pc = regs32->eip - 1; in fasttrap_pid_probe32()
1019 regs32->eip = pc; in fasttrap_pid_probe32()
1116 regs32->eip = pc + tp->ftt_size; in fasttrap_pid_probe32()
1131 new_pc = regs32->eip; in fasttrap_pid_probe32()
1474 regs32->eip = new_pc; in fasttrap_pid_probe32()
2200 regs32->eip = pc; in fasttrap_return_probe()
H A Dunix_signal.c522 sinfo64.si_addr = tstate32->eip; in sendsig()
715 tstate32->eip = CAST_DOWN_EXPLICIT(user32_addr_t, trampact); in sendsig()
H A Dsystemcalls.c119 code, syscallnames[syscode], (uint32_t)regs->eip); in unix_syscall()
/xnu-8020.140.41/bsd/kern/
H A Dmach_loader.c3260 struct encryption_info_command *eip, in set_code_unprotect() argument
3281 if (eip->cmdsize < sizeof(*eip)) { in set_code_unprotect()
3285 switch (eip->cryptid) { in set_code_unprotect()
3317 if (eip->cryptsize == 0) { in set_code_unprotect()
3318 … ignored\n", __FUNCTION__, __LINE__, vpath, (uint64_t)eip->cryptoff, (uint64_t)eip->cryptsize, eip in set_code_unprotect()
3372 if ((seg64->fileoff <= eip->cryptoff) && in set_code_unprotect()
3374 eip->cryptoff + eip->cryptsize)) { in set_code_unprotect()
3375 map_offset = (vm_map_offset_t)(seg64->vmaddr + eip->cryptoff - seg64->fileoff + slide); in set_code_unprotect()
3376 map_size = eip->cryptsize; in set_code_unprotect()
3377 crypto_backing_offset = macho_offset + eip->cryptoff; in set_code_unprotect()
[all …]
/xnu-8020.140.41/osfmk/i386/
H A Dpcb.c668 saved_state->eip = ts->eip; in set_thread_state32()
770 ts->eip = saved_state->eip; in get_thread_state32()
931 saved_state->eip = state->eip; in machine_thread_set_state()
1247 return (mach_vm_address_t)USER_REGS32(thr_act)->eip; in machine_thread_pc()
1262 USER_REGS32(thr_act)->eip = (uint32_t)pc; in machine_thread_reset_pc()
1868 state->eip = saved_state->eip; in machine_thread_get_kern_state()
1950 state->uts.ts32.eip = saved_state->eip; in machine_thread_get_kern_state()
2079 return iss32->eip; in get_useraddr()
H A Dpal_routines.c320 regs32->eip -= 5; in pal_syscall_restart()
322 regs32->eip -= 2; in pal_syscall_restart()
H A Dtss.h78 uint32_t eip; member
H A Dthread.h169 USER_REGS32(Thr)->eip : \
H A Dbsd_i386.c233 *entry_point = state25->eip ? state25->eip : VM_MIN_ADDRESS; in thread_entrypoint()
812 iss32->eip = CAST_DOWN_EXPLICIT(unsigned int, entry); in thread_setentrypoint()
H A Drtclock.c447 rip = regs->eip; in rtclock_intr()
H A Dpcb_native.c681 saved_state->eip = state->eip; in thread_set_wq_state32()
H A Dgenassym.c219 DECLARE("R32_EIP", R_(eip)); in main()
H A Dtrap.c925 rip = (user_addr_t)regs->eip; in user_trap()
/xnu-8020.140.41/EXTERNAL_HEADERS/architecture/i386/
H A Dtss.h58 unsigned int eip; member
/xnu-8020.140.41/bsd/dev/dtrace/
H A Dprofile_prvd.c177 dtrace_probe(prof->prof_id, 0x0, regs->eip, late, 0, 0); in profile_fire()
256 dtrace_probe(prof->prof_id, 0x0, regs->eip, 0, 0, 0); in profile_tick()
/xnu-8020.140.41/osfmk/kern/
H A Dbacktrace.c228 *pc = saved_state32(state)->eip; in interrupted_kernel_pc_fp()
482 pc = saved_state32(state)->eip; in backtrace_user()
/xnu-8020.140.41/osfmk/mach/i386/
H A Dthread_status.h392 uint32_t eip; member
H A D_structs.h81 unsigned int eip; variable
/xnu-8020.140.41/tools/lldbmacros/core/
H A Doperating_system.py416 self.eip = 0
448 self.eflags, self.eip, self.cs,
462 self.eip = continuation_ptr
/xnu-8020.140.41/osfmk/kperf/
H A Dcallstack.c1185 uint64_t currPC = (uint64_t) regs->eip;
1456 currPC = (uint64_t) regs32->eip;
1460 currPC = (uint64_t) u_regs32->eip;
/xnu-8020.140.41/osfmk/x86_64/
H A Dkpc_x86.c627 pc = saved_state32(state)->eip; in get_interrupted_pc()
/xnu-8020.140.41/tools/lldbmacros/
H A Duserspace.py54 user_ip = iss.uss.ss_32.eip