Home
last modified time | relevance | path

Searched refs:EBP (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/lib/libc/i386/threads/
H A Dmachdep.c140 ucp->uc_mcontext.gregs[EBP] = (greg_t)(stack + 3); in setup_context()
182 rs[EBP] = status.pr_reg[EBP]; in getgregs()
189 rs[EBP] = 0; in getgregs()
204 status.pr_reg[EBP] = rs[EBP]; in setgregs()
243 ucp->uc_mcontext.gregs[EBP] = ebp; in __csigsetjmp()
/illumos-gate/usr/src/boot/i386/btx/lib/
H A Dbtxv86.s40 .set V86_EBP,0x2c # V86 EBP
62 __v86_swap: xchgl %ebp,0x4(%esp,1) # Swap pointer, EBP
73 movl 0x8(%esp,1),%eax # Load EBP
75 movl %eax,0x8(%esp,1) # Save EBP
79 xchgl %ebp,0x4(%esp,1) # Swap pointer, EBP
/illumos-gate/usr/src/uts/intel/sys/
H A Dregset.h108 #define EBP 6 macro
130 #define REG_FP EBP
H A Dprocfs_isa.h114 #define R_FP EBP
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dproc_ia32dep.c65 { "ebp", EBP, MDB_TGT_R_EXPORT },
66 { "bp", EBP, MDB_TGT_R_EXPORT | MDB_TGT_R_16 },
194 mdb_printf(" %%ebp = 0x%0?p\n", grs[EBP]); in pt_regs()
351 return (mdb_ia32_step_out(t, p, psp->pr_reg[EIP], psp->pr_reg[EBP], in pt_step_out()
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dptrace.c305 ps->pr_lwp.pr_reg[EBP] = cp->user.u_reg[EBP]; in ptrace()
622 ps->pr_lwp.pr_reg[EBP] = cp->user.u_reg[EBP]; in ProcUpdate()
673 cp->user.u_reg[EBP] = ps->pr_lwp.pr_reg[EBP]; in MakeUser()
/illumos-gate/usr/src/cmd/sgs/demo_rdb/i386/
H A Dregs.c64 disp_reg_line(ph, &pstatus, "ebp", EBP, "esp", ESP); in display_all_regs()
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfex_log.c241 fp = FRAMEP(uc.uc_mcontext.gregs[EBP]); in fex_log_entry()
307 fp = FRAMEP(uap->uc_mcontext.gregs[EBP]); in __fex_mklog()
/illumos-gate/usr/src/lib/brand/shared/brand/i386/
H A Dhandler.S100 movl %ecx, EH_LOCALS_GREG(EBP)(%ebp)
/illumos-gate/usr/src/lib/libdtrace/i386/
H A Dregs.sed.in48 SED_REPLACE(EBP)
H A Dregs.d.in43 inline int R_EBP = @EBP@;
/illumos-gate/usr/src/uts/intel/dtrace/
H A Ddtrace_isa.c174 sp = dtrace_fuword32(&gregs[EBP]); in dtrace_getustack_common()
378 sp = dtrace_fuword32(&gregs[EBP]); in dtrace_getufpstack()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dwalkstack.c145 #define FRAME_PTR_REGISTER EBP
/illumos-gate/usr/src/tools/smatch/src/
H A Dcompile-i386.c206 EAX, EDX, ECX, EBX, ESI, EDI, EBP, ESP, // 32-bit enumerator
232 REGINFO( BP, "%bp", EBP),
240 REGINFO(EBP, "%ebp", BP),
255 REGSTORAGE(ESI), REGSTORAGE(EDI), REGSTORAGE(EBP), REGSTORAGE(ESP),
314 static struct regclass regclass_32 = { "32-bit", { EAX, EDX, ECX, EBX, ESI, EDI, EBP }};
/illumos-gate/usr/src/uts/intel/os/
H A Darchdep.c360 grp[EBP] = (greg32_t)rp->r_rbp; in getgregs32()
397 dmc->gregs[REG_RBP] = (greg_t)(uint32_t)smc->gregs[EBP]; in ucontext_32ton()
/illumos-gate/usr/src/uts/intel/fs/proc/
H A Dprmachdep.c148 dst[REG_RBP] = (uint32_t)src[EBP]; in prgregset_32ton()
/illumos-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.c517 dst[EBP] = src[REG_RBP]; in prgregset_n_to_32()
/illumos-gate/usr/src/lib/libproc/common/
H A DP32ton.c223 dst[REG_RBP] = (uint32_t)src[EBP]; in prgregset_32_to_n()
560 dst[EBP] = src[REG_RBP]; in prgregset_n_to_32()
H A DPcore.c598 lwp->lwp_status.pr_reg[EBP] = prs32->pr_reg.lxr_bp; in lx_prstatus32_to_lwp()
/illumos-gate/usr/src/lib/libproc/amd64/
H A DPisadep.c253 dst[REG_RBP] = (uint32_t)src[EBP]; in ucontext_32_to_prgregs()