Searched refs:sf_eip (Results 1 – 5 of 5) sorted by relevance
77 regcache_raw_supply (regcache, I386_EIP_REGNUM, &sf.sf_eip); in i386obsd_supply_pcb()84 sf.sf_eip = read_memory_integer(pcb->pcb_esp + 4, 4); in i386obsd_supply_pcb()85 regcache_raw_supply (regcache, I386_EIP_REGNUM, &sf.sf_eip); in i386obsd_supply_pcb()
74 regcache_raw_supply (regcache, I386_EIP_REGNUM, &sf.sf_eip); in i386nbsd_supply_pcb()
153 int sf_eip; member
101 sf->sf_eip = (int)proc_trampoline; in cpu_fork()
493 sf->sf_eip = (int)proc_trampoline; in resume_mp()