| /xnu-11215.1.10/tests/ |
| H A D | ldt_code32.s | 102 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 D | asm_help.h | 68 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 D | tss.h | 65 unsigned int ebp; member
|
| /xnu-11215.1.10/libsyscall/wrappers/ |
| H A D | mach_approximate_time.s | 76 pushl %ebp // push a frame 77 movl %esp, %ebp 93 popl %ebp 97 popl %ebp
|
| H A D | mach_absolute_time.s | 52 pushl %ebp 53 movl %esp,%ebp 96 popl %ebp
|
| /xnu-11215.1.10/osfmk/i386/ |
| H A D | asm.h | 71 #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 D | trap_native.c | 175 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 D | tss.h | 85 uint32_t ebp; member
|
| H A D | pcb.c | 689 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 D | genassym.c | 199 DECLARE("R32_EBP", R_(ebp)); in main()
|
| H A D | trap.c | 372 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 D | pcb_native.c | 682 saved_state->ebp = 0; in thread_set_wq_state32()
|
| /xnu-11215.1.10/tools/tests/execperf/ |
| H A D | exit-asm.S | 23 mov %esp, %ebp
|
| /xnu-11215.1.10/osfmk/arm/ |
| H A D | asm.h | 64 #define FRAME pushl %ebp; movl %esp, %ebp
|
| /xnu-11215.1.10/bsd/dev/i386/ |
| H A D | dtrace_isa.c | 628 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 D | fasttrap_isa.c | 1286 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 D | backtrace.c | 218 *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 D | thread_status.h | 390 uint32_t ebp; member
|
| H A D | _structs.h | 77 unsigned int ebp; variable
|
| /xnu-11215.1.10/osfmk/x86_64/ |
| H A D | idt64.s | 1036 movl R32_EBP(%r15), %ebp 1286 mov %ebp, R32_EBP(%r15) 1346 xor %ebp, %ebp
|
| /xnu-11215.1.10/tools/lldbmacros/core/ |
| H A D | operating_system.py | 406 self.ebp = 0 441 self.ebp, self.esp, self.ss,
|
| /xnu-11215.1.10/tools/lldbmacros/ |
| H A D | userspace.py | 48 user_frame = iss.uss.ss_32.ebp
|
| /xnu-11215.1.10/osfmk/kperf/ |
| H A D | callstack.c | 1057 uint64_t currFP = (uint64_t) regs->ebp;
|