Searched refs:esp (Results 201 - 225 of 242) sorted by relevance

12345678910

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.h55 uint32_t esp; member in struct:RegisterContextDarwin_i386::GPR
H A DRegisterInfos_i386.h201 DEFINE_GPR(esp, "sp", ehframe_esp_i386, dwarf_esp_i386,
223 DEFINE_GPR_PSEUDO_16(bp, ebp), DEFINE_GPR_PSEUDO_16(sp, esp),
H A DRegisterInfos_x86_64.h230 DEFINE_GPR_PSEUDO_32(ebp, rbp), DEFINE_GPR_PSEUDO_32(esp, rsp),
375 UPDATE_GPR_INFO(esp, rsp);
/freebsd-11-stable/sys/crypto/aesni/
H A Daeskeys_i386.S120 movl %esp,%ebp
245 movl %esp,%ebp
/freebsd-11-stable/sys/amd64/include/xen/
H A Dhypercall.h191 unsigned long ss, unsigned long esp)
193 return _hypercall2(int, stack_switch, ss, esp);
190 HYPERVISOR_stack_switch( unsigned long ss, unsigned long esp) argument
/freebsd-11-stable/lib/libvmmapi/
H A Dvmmapi_freebsd.c73 uint32_t gdtbase, uint32_t esp)
201 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_RSP, esp)) != 0)
72 vm_setup_freebsd_registers_i386(struct vmctx *vmctx, int vcpu, uint32_t eip, uint32_t gdtbase, uint32_t esp) argument
H A Dvmmapi.h226 uint32_t esp);
/freebsd-11-stable/sys/i386/include/xen/
H A Dhypercall.h168 unsigned long ss, unsigned long esp)
170 return _hypercall2(int, stack_switch, ss, esp);
167 HYPERVISOR_stack_switch( unsigned long ss, unsigned long esp) argument
/freebsd-11-stable/sys/crypto/blowfish/arch/i386/
H A Dbf_enc_586.S73 movl 12(%esp), %ebx
74 movl 16(%esp), %ebp
403 movl 20(%esp), %eax
420 movl 12(%esp), %ebx
421 movl 16(%esp), %ebp
750 movl 20(%esp), %eax
H A Dbf_enc_686.S78 movl 20(%esp), %eax
83 movl 24(%esp), %edi
392 movl 20(%esp), %eax
411 movl 20(%esp), %eax
416 movl 24(%esp), %edi
725 movl 20(%esp), %eax
/freebsd-11-stable/secure/lib/libcrypto/i386/
H A Dmd5-586.S13 movl 12(%esp),%edi
14 movl 16(%esp),%esi
15 movl 20(%esp),%ecx
656 movl 24(%esp),%ebp
671 movl (%esp),%edi
693 movl 12(%esp),%edi
694 movl 16(%esp),%esi
695 movl 20(%esp),%ecx
1336 movl 24(%esp),%ebp
1351 movl (%esp),
[all...]
/freebsd-11-stable/usr.sbin/bhyve/
H A Dtask_switch.c633 uint32_t esp; local
666 esp = GETREG(ctx, vcpu, VM_REG_GUEST_RSP);
667 esp -= bytes;
670 &seg_desc, esp, bytes, stacksize, PROT_WRITE, &gla)) {
688 SETREG(ctx, vcpu, VM_REG_GUEST_RSP, esp);
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersSave.S31 movl 8(%esp), %eax
38 movl %esp, %edx
40 movl %edx, 28(%eax) # store what sp was at call site as esp
43 movl 4(%esp), %edx
50 movl (%esp), %edx
H A DUnwindRegistersRestore.S32 movl 4(%esp), %eax
50 movl 28(%eax), %esp
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dlinux-unwind.h153 new_cfa = sc->REG_NAME(esp);
/freebsd-11-stable/stand/pc98/kgzldr/
H A Dcrt.s44 crt_putchr: movb 0x4(%esp,1),%al # Get character
/freebsd-11-stable/stand/i386/kgzldr/
H A Dcrt.s45 crt_putchr: movb 0x4(%esp,1),%al # Get character
/freebsd-11-stable/usr.sbin/tcpdump/tcpdump/
H A DMakefile62 print-esp.c \
/freebsd-11-stable/sys/sparc64/sbus/
H A Dlsi64854.c79 #include <dev/esp/ncr53c9xreg.h>
80 #include <dev/esp/ncr53c9xvar.h>
464 * Pseudo (chained) interrupt from the esp driver to kick the
526 DPRINTF(LDB_SCSI, ("%s: empty esp FIFO of %d ", __func__,
/freebsd-11-stable/sys/dev/sio/
H A Dsio.c83 #include <dev/ic/esp.h>
174 bool_t esp; /* is this unit a hayes esp board? */ member in struct:com_s
861 com->esp = TRUE;
1016 if (com->esp)
1028 if (com->esp) {
1848 if (com->esp)
2102 if (!com->esp)
2117 if (!com->esp)
/freebsd-11-stable/sys/netinet/
H A Din_proto.c336 SYSCTL_NODE(_net_inet, IPPROTO_ESP, esp, CTLFLAG_RW, 0, "ESP");
/freebsd-11-stable/stand/i386/libi386/
H A Drelocater_tramp.S282 movzwl %ax, %esp
/freebsd-11-stable/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_ipsec.c251 if (MLX5_GET(ipsec_extended_cap, fdev->ipsec->caps, esp))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp978 esp = 5, enumerator in enum:i386_eh_regnum
1032 row->SetRegisterLocationToIsCFAPlusOffset(i386_eh_regnum::esp, 0, true);
1108 row->GetCFAValue().SetIsRegisterPlusOffset(i386_eh_regnum::esp, offset);
1112 row->SetRegisterLocationToIsCFAPlusOffset(i386_eh_regnum::esp, 0, true);
/freebsd-11-stable/crypto/openssl/engines/
H A De_padlock.c420 " btl $30,(%%esp)\n"
425 " subl $4,%%esp\n"
426 "1: addl $4,%%esp\n"
549 bt DWORD PTR[esp],30
554 sub esp,4 local
555 skip: add esp,4 local

Completed in 275 milliseconds

12345678910