Searched refs:pcb_rbp (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/arch/x86/include/
H A Ddb_machdep.h24 #define pcb_bp pcb_rbp
/netbsd-current/sys/arch/amd64/include/
H A Dpcb.h93 uint64_t pcb_rbp; member in struct:pcb
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Damd64-obsd-nat.c106 if (sf.sf_rbp == pcb->pcb_rbp)
125 regcache->raw_supply (AMD64_RBP_REGNUM, &pcb->pcb_rbp);
H A Damd64-nbsd-nat.c106 regcache->raw_supply (AMD64_RBP_REGNUM, &pcb->pcb_rbp);
H A Damd64-fbsd-nat.c140 regcache->raw_supply (AMD64_RBP_REGNUM, &pcb->pcb_rbp);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Damd64-obsd-nat.c106 if (sf.sf_rbp == pcb->pcb_rbp)
125 regcache->raw_supply (AMD64_RBP_REGNUM, &pcb->pcb_rbp);
H A Damd64-netbsd-nat.c106 regcache->raw_supply (AMD64_RBP_REGNUM, &pcb->pcb_rbp);
H A Damd64-fbsd-nat.c280 regcache->raw_supply (AMD64_RBP_REGNUM, &pcb->pcb_rbp);
/netbsd-current/sys/arch/x86/x86/
H A Dvm_machdep.c216 pcb2->pcb_rbp = (uint64_t)l2;

Completed in 107 milliseconds