Home
last modified time | relevance | path

Searched refs:ebp (Results 1 – 23 of 23) sorted by relevance

/xnu-11215.1.10/tests/
H A Dldt_code32.s102 pushl %ebp
103 movl %esp, %ebp
110 movl 0x1c(%ebp), %eax
113 movl %eax, -8(%ebp)
114 movl 8(%ebp), %eax /* The long-mode %cs from whence we came */
115 movl %eax, -4(%ebp)
118 pushl 0x18(%ebp) /* high 32-bits of long mode funcptr */
119 pushl 0x14(%ebp) /* low 32-bits of long mode funcptr */
140 ljmpl *-8(%ebp) /* far call to the long mode trampoline */
185 movl 0xc(%ebp), %eax
[all …]
/xnu-11215.1.10/EXTERNAL_HEADERS/architecture/i386/
H A Dasm_help.h68 pushl %ebp ;\
69 movl %esp, %ebp ;\
75 popl %ebp ;
101 pushl %ebp ;\
102 movl %esp, %ebp ;\
132 pushl %ebp ;\
133 movl %esp, %ebp ;\
163 movl %ebp, %esp ;\
164 popl %ebp ;\
H A Dtss.h65 unsigned int ebp; member
/xnu-11215.1.10/libsyscall/wrappers/
H A Dmach_approximate_time.s76 pushl %ebp // push a frame
77 movl %esp, %ebp
93 popl %ebp
97 popl %ebp
H A Dmach_absolute_time.s52 pushl %ebp
53 movl %esp,%ebp
96 popl %ebp
/xnu-11215.1.10/osfmk/i386/
H A Dasm.h71 #define FRAME pushl %ebp; movl %esp, %ebp
74 #define B_LINK (%ebp)
75 #define B_PC 4(%ebp)
76 #define B_ARG0 8(%ebp)
77 #define B_ARG1 12(%ebp)
78 #define B_ARG2 16(%ebp)
79 #define B_ARG3 20(%ebp)
H A Dtrap_native.c175 uint64_t frameptr = is_saved_state64(sp) ? saved_state64(sp)->rbp : saved_state32(sp)->ebp; in panic_double_fault64()
185 uint64_t frameptr = is_saved_state64(sp) ? saved_state64(sp)->rbp : saved_state32(sp)->ebp; in panic_machine_check64()
H A Dtss.h85 uint32_t ebp; member
H A Dpcb.c689 saved_state->ebp = ts->ebp; in set_thread_state32()
791 ts->ebp = saved_state->ebp; in get_thread_state32()
949 saved_state->ebp = state->ebp; in machine_thread_set_state()
1889 state->ebp = saved_state->ebp; in machine_thread_get_kern_state()
1971 state->uts.ts32.ebp = saved_state->ebp; in machine_thread_get_kern_state()
H A Dgenassym.c199 DECLARE("R32_EBP", R_(ebp)); in main()
H A Dtrap.c372 uint64_t frameptr = is_saved_state64(state) ? state64->rbp : saved_state32(state)->ebp; in interrupt()
1049 traptrace_index = traptrace_start(type, rip, mach_absolute_time(), regs->ebp); in user_trap()
H A Dpcb_native.c682 saved_state->ebp = 0; in thread_set_wq_state32()
/xnu-11215.1.10/tools/tests/execperf/
H A Dexit-asm.S23 mov %esp, %ebp
/xnu-11215.1.10/osfmk/arm/
H A Dasm.h64 #define FRAME pushl %ebp; movl %esp, %ebp
/xnu-11215.1.10/bsd/dev/i386/
H A Ddtrace_isa.c628 fp = regs->ss_32.ebp; in dtrace_getupcstack()
686 fp = regs->ss_32.ebp; in dtrace_getustackdepth()
749 sp = regs->ss_32.ebp; in dtrace_getufpstack()
H A Dfasttrap_isa.c1286 int ret = fasttrap_suword32(addr, (uint32_t)regs32->ebp); in fasttrap_pid_probe32()
2277 case REG_RBP: return regs32->ebp; in fasttrap_getreg()
/xnu-11215.1.10/osfmk/kern/
H A Dbacktrace.c218 *fp = saved_state32(state)->ebp; in interrupted_kernel_pc_fp()
454 fp = fp != 0 ? fp : saved_state32(state)->ebp; in backtrace_user()
/xnu-11215.1.10/osfmk/mach/i386/
H A Dthread_status.h390 uint32_t ebp; member
H A D_structs.h77 unsigned int ebp; variable
/xnu-11215.1.10/osfmk/x86_64/
H A Didt64.s1036 movl R32_EBP(%r15), %ebp
1286 mov %ebp, R32_EBP(%r15)
1346 xor %ebp, %ebp
/xnu-11215.1.10/tools/lldbmacros/core/
H A Doperating_system.py406 self.ebp = 0
441 self.ebp, self.esp, self.ss,
/xnu-11215.1.10/tools/lldbmacros/
H A Duserspace.py48 user_frame = iss.uss.ss_32.ebp
/xnu-11215.1.10/osfmk/kperf/
H A Dcallstack.c1057 uint64_t currFP = (uint64_t) regs->ebp;