Searched refs:ebp (Results 1 - 22 of 22) sorted by relevance

/xnu-2782.1.97/libsyscall/wrappers/
H A Dmach_approximate_time.s38 pushl %ebp // push a frame
39 movl %esp, %ebp
55 popl %ebp
59 popl %ebp
H A Dmach_absolute_time.s52 pushl %ebp
53 movl %esp,%ebp
96 popl %ebp
H A D__commpage_gettimeofday.s40 push %ebp
41 mov %esp,%ebp
67 mov 8(%ebp),%ecx
74 pop %ebp
/xnu-2782.1.97/tools/tests/jitter/
H A Dcpu_number.s20 push %ebp
21 mov %esp,%ebp
28 mov %ebp,%esp
29 pop %ebp
/xnu-2782.1.97/EXTERNAL_HEADERS/architecture/i386/
H A Dasm_help.h65 pushl %ebp ;\
66 movl %esp, %ebp ;\
72 popl %ebp ;
86 pushl %ebp ;\
87 movl %esp, %ebp ;\
104 pushl %ebp ;\
105 movl %esp, %ebp ;\
122 movl %ebp, %esp ;\
123 popl %ebp ;\
H A Dtss.h65 unsigned int ebp; member in struct:tss
/xnu-2782.1.97/tools/tests/execperf/
H A Dexit-asm.S23 mov %esp, %ebp
/xnu-2782.1.97/osfmk/i386/
H A Dasm.h77 #define FRAME pushl %ebp; movl %esp, %ebp
80 #define B_LINK (%ebp)
81 #define B_PC 4(%ebp)
82 #define B_ARG0 8(%ebp)
83 #define B_ARG1 12(%ebp)
84 #define B_ARG2 16(%ebp)
85 #define B_ARG3 20(%ebp)
H A Dtss.h85 uint32_t ebp; member in struct:i386_tss
H A Dpcb.c663 saved_state->ebp = ts->ebp;
740 ts->ebp = saved_state->ebp;
831 saved_state->ebp = state->ebp;
1562 state->ebp = saved_state->ebp;
1642 state->uts.ts32.ebp = saved_state->ebp;
[all...]
H A Dstartup64.c107 kprintf("sp->ebp: 0x%08x\n", sp->ebp);
H A Dpcb_native.c264 saved_state->ebp = 0;
H A Dgenassym.c243 DECLARE("R32_EBP", R_(ebp));
/xnu-2782.1.97/bsd/dev/i386/
H A Ddtrace_isa.c452 fp = regs->ss_32.ebp;
510 fp = regs->ss_32.ebp;
573 sp = regs->ss_32.ebp;
H A Dfasttrap_isa.c1275 int ret = fasttrap_suword32(addr, (uint32_t)regs32->ebp);
2270 case REG_RBP: return regs32->ebp;
/xnu-2782.1.97/osfmk/mach/i386/
H A Dthread_status.h320 uint32_t ebp; member in struct:x86_saved_state32
H A D_structs.h72 unsigned int ebp; variable
/xnu-2782.1.97/osfmk/chud/i386/
H A Dchud_thread_i386.c228 uint64_t currFP = (uint64_t) regs->ebp;
/xnu-2782.1.97/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c530 stackptr = iss32->ebp;
/xnu-2782.1.97/osfmk/x86_64/
H A Didt64.s251 mov %ebp, R32_EBP(%r15)
426 movl R32_EBP(%r15), %ebp
/xnu-2782.1.97/tools/lldbmacros/core/
H A Doperating_system.py388 { 'name': 'ebp' , 'bitsize': 32, 'offset' :24, 'encoding': 'uint' , 'format':'hex' , 'set': 0, 'gcc' : 6, 'dwarf': 6},
426 self.ebp = 0
445 ebp = {o.ebp: #010x}
461 self.ebp, self.esp, self.ss,
/xnu-2782.1.97/tools/lldbmacros/
H A Duserspace.py48 user_frame = iss.uss.ss_32.ebp

Completed in 107 milliseconds