Searched refs:esp (Results 1 - 25 of 40) sorted by relevance

12

/xnu-2782.1.97/libsyscall/custom/
H A Dcustom.s41 mov %esp, %edx
42 andl $0xfffffff0, %esp
43 subl $16, %esp
44 movl %edx, 4(%esp)
45 movl %eax, (%esp)
47 movl 4(%esp), %esp
51 mov %esp, %edx
52 andl $0xfffffff0, %esp
53 subl $16, %esp
[all...]
H A D__fork.s52 subl $28, %esp // Align the stack, with 16 bytes of extra padding that we'll need
60 addl $28, %esp // restore the stack
71 addl $28, %esp // restore the stack
H A D__gettimeofday.s39 mov 4(%esp),%ecx
H A D__pipe.s35 movl 4(%esp),%ecx
H A D__syscall.s39 movl (%esp),%edx // add one element to stack so
/xnu-2782.1.97/tools/tests/jitter/
H A Dcpu_number.s21 mov %esp,%ebp
22 sub $8, %esp // space to read IDTR
24 sidt (%esp) // store limit:base on stack
25 movw (%esp), %ax // get limit
28 mov %ebp,%esp
/xnu-2782.1.97/tools/tests/execperf/
H A Dexit-asm.S23 mov %esp, %ebp
24 andl $0xfffffff0, %esp
25 subl $12, %esp
38 mov %esp, %ecx
/xnu-2782.1.97/osfmk/i386/
H A Dasm.h70 #define S_PC (%esp)
71 #define S_ARG0 4(%esp)
72 #define S_ARG1 8(%esp)
73 #define S_ARG2 12(%esp)
74 #define S_ARG3 16(%esp)
75 #define S_ARG4 20(%esp)
77 #define FRAME pushl %ebp; movl %esp, %ebp
305 movl %esp, %esi ;\
306 andl $0xFFFFFFF0, %esp ;\
308 movl %esi, %esp
[all...]
H A Dasm64.h43 1: addl $(2f-1b), (%esp) ;\
H A Dtss.h84 uint32_t esp; /* current stack pointer */ member in struct:i386_tss
H A Dbsd_i386.c111 if (state25->esp) {
112 *user_stack = state25->esp;
/xnu-2782.1.97/EXTERNAL_HEADERS/architecture/i386/
H A Dasm_help.h66 movl %esp, %ebp ;\
87 movl %esp, %ebp ;\
88 subl $__framesize, %esp ;\
105 movl %esp, %ebp ;\
106 subl $__framesize, %esp ;\
122 movl %ebp, %esp ;\
H A Dtss.h64 unsigned int esp; member in struct:tss
/xnu-2782.1.97/libsyscall/wrappers/
H A Dmach_approximate_time.s39 movl %esp, %ebp
H A Dmach_absolute_time.s53 movl %esp,%ebp
H A D__commpage_gettimeofday.s41 mov %esp,%ebp
/xnu-2782.1.97/bsd/netinet6/
H A Desp_output.c103 #include <netinet6/esp.h>
178 hdrsiz = sizeof(struct esp) + ivlen + maxpad;
203 * sizeof(struct newesp) > sizeof(struct esp). (8)
225 * IP ............... esp iv payload pad padlen nxthdr
243 struct esp *esp; local
341 size_t esplen; /* sizeof(struct esp/newesp) */
342 size_t esphlen; /* sizeof(struct esp/newesp) + ivlen */
347 esplen = sizeof(struct esp);
351 esplen = sizeof(struct esp);
[all...]
H A Desp_input.c112 #include <netinet6/esp.h>
137 (sizeof(struct esp) < sizeof(struct newesp) \
138 ? sizeof(struct newesp) : sizeof(struct esp))
167 struct esp *esp; local
203 // expect udp-encap and esp packets only
211 esp = (struct esp *)(void *)(((u_int8_t *)ip) + off);
219 spi = esp->esp_spi;
259 seq = ntohl(((struct newesp *)esp)
751 struct esp *esp; local
1241 struct newesp esp; local
[all...]
H A Desp.h29 /* $FreeBSD: src/sys/netinet6/esp.h,v 1.2.2.2 2001/07/03 11:01:49 ume Exp $ */
30 /* $KAME: esp.h,v 1.16 2000/10/18 21:28:00 itojun Exp $ */
70 struct esp { struct
H A DMakefile12 esp.h in6.h ipcomp.h raw_ip6.h \
H A Desp_rijndael.c75 #include <netinet6/esp.h>
170 ivoff = off + sizeof(struct esp);
171 bodyoff = off + sizeof(struct esp) + ivlen;
364 ivoff = off + sizeof(struct esp);
365 bodyoff = off + sizeof(struct esp) + ivlen;
H A Desp_core.c96 #include <netinet6/esp.h>
417 "esp_cbc_mature: algorithm incompatible with esp-old\n"));
575 ivoff = off + sizeof(struct esp);
576 bodyoff = off + sizeof(struct esp) + ivlen;
585 ivoff = off + sizeof(struct esp);
586 bodyoff = off + sizeof(struct esp) + sizeof(u_int32_t);
802 ivoff = off + sizeof(struct esp);
803 bodyoff = off + sizeof(struct esp) + ivlen;
812 ivoff = off + sizeof(struct esp);
813 bodyoff = off + sizeof(struct esp)
[all...]
/xnu-2782.1.97/osfmk/chud/i386/
H A Dchud_thread_i386.c668 uint32_t esp = 0UL; local
674 if(KERN_SUCCESS == chudxnu_kern_read(&esp, (vm_offset_t) regs32->uesp, sizeof(uint32_t)) &&
676 callstack[bufferIndex++] = (uint64_t) esp;
691 uint32_t esp = 0UL; local
696 if(KERN_SUCCESS == chudxnu_task_read(task, &esp, (addr64_t) u_regs32->uesp, sizeof(uint32_t)) &&
698 callstack[bufferIndex++] = (uint64_t) esp;
/xnu-2782.1.97/osfmk/x86_64/
H A Dstart.s167 movl $EXT(low_eintstack), %esp
272 movl $EXT(mp_slave_stack) + PAGE_SIZE, %esp
298 movl $EXT(low_eintstack), %esp
431 movl $EXT(low_eintstack), %esp
/xnu-2782.1.97/osfmk/i386/commpage/
H A Dfifo_queues.s82 movl %esp,%ecx // save stack ptr here

Completed in 107 milliseconds

12