Searched refs:pcb_esp (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Di386nbsd-nat.c60 if (pcb->pcb_esp == 0)
66 read_memory (pcb->pcb_esp, (char *) &sf, sizeof sf);
70 pcb->pcb_esp += sizeof (struct switchframe);
79 pcb->pcb_esp += 4;
84 regcache_raw_supply (regcache, I386_ESP_REGNUM, &pcb->pcb_esp);
H A Di386obsd-nat.c66 if (pcb->pcb_esp == 0)
72 read_memory (pcb->pcb_esp, (char *) &sf, sizeof sf);
73 pcb->pcb_esp += sizeof (struct switchframe);
82 pcb->pcb_esp = pcb->pcb_ebp;
83 pcb->pcb_ebp = read_memory_integer(pcb->pcb_esp, 4);
84 sf.sf_eip = read_memory_integer(pcb->pcb_esp + 4, 4);
89 regcache_raw_supply (regcache, I386_ESP_REGNUM, &pcb->pcb_esp);
H A Di386fbsd-nat.c103 if (pcb->pcb_esp == 0)
106 pcb->pcb_esp += 4;
110 regcache_raw_supply (regcache, I386_ESP_REGNUM, &pcb->pcb_esp);
/openbsd-current/sys/arch/i386/include/
H A Dpcb.h58 int pcb_esp; member in struct:pcb
/openbsd-current/sys/arch/i386/i386/
H A Dvm_machdep.c102 pcb->pcb_esp = (int)sf;
H A Dcpu.c297 pcb->pcb_esp = pcb->pcb_ebp = pcb->pcb_kstack;
380 ci->ci_dev->dv_xname, pcb, pcb->pcb_esp);
668 printf(", init idle stack ptr is 0x%x\n", pcb->pcb_esp);
H A Dacpi_machdep.c494 pcb->pcb_esp = (int)sf;

Completed in 111 milliseconds