| /openbmc/qemu/common-user/host/i386/ |
| H A D | safe-syscall.inc.S | 52 mov 12+16(%esp), %ebx /* the syscall arguments */ 53 mov 16+16(%esp), %ecx 54 mov 20+16(%esp), %edx 55 mov 24+16(%esp), %esi 56 mov 28+16(%esp), %edi 57 mov 32+16(%esp), %ebp 68 mov 4+16(%esp), %eax /* signal_pending */ 71 mov 8+16(%esp), %eax /* syscall number */ 123 mov %eax, 4(%esp)
|
| /openbmc/qemu/linux-user/i386/ |
| H A D | vdso.S | 23 mov 4(%esp), %ebx 37 mov 4(%esp), %ebx 38 mov 8(%esp), %ecx 53 mov 8(%esp), %ebx 54 mov 12(%esp), %ecx 55 mov 16(%esp), %edx 94 .cfi_def_cfa %esp, SIGFRAME_SIGCONTEXT_eip + 4 103 .cfi_offset %esp, -32
|
| H A D | target_syscall.h | 22 long esp; member 101 abi_long esp; member
|
| /openbmc/u-boot/arch/x86/lib/fsp/ |
| H A D | fsp_car.S | 23 lea find_fsp_header_romstack, %esp 39 lea temp_ram_init_romstack, %esp 43 addl $4, %esp 57 movl %edx, %esp 58 subl $4, %esp
|
| /openbmc/u-boot/arch/x86/cpu/ |
| H A D | start.S | 116 movl $(CONFIG_SYS_CAR_ADDR + CONFIG_SYS_CAR_SIZE - 4), %esp 118 subl $CONFIG_DCACHE_RAM_MRC_VAR_SIZE, %esp 129 mov %esp, %eax 131 mov %eax, %esp 152 subl $CONFIG_FSP_SYS_MALLOC_F_LEN, %esp 153 movl %esp, GD_MALLOC_BASE(%edx) 185 movl %eax, %esp
|
| H A D | wakeup.S | 21 mov 0x4(%esp), %eax /* vector */ 25 mov 0x4(%esp), %eax
|
| /openbmc/u-boot/arch/x86/lib/ |
| H A D | bios_asm.S | 89 movl %eax, %esp 171 movl %esp, __stack 172 movl %esp, %ebp 198 movl __stack, %esp 208 movl %esp, __stack 209 movl %esp, %ebp 229 movl __stack, %esp 270 addl %ecx, %esp 279 subl %ecx, %esp
|
| H A D | bios.c | 64 .esp = M.x86.R_ESP, in int_exception_handler() 284 u32 edi, u32 esi, u32 ebp, u32 esp, in interrupt_handler() argument 302 ebp, esp, edi, esi); in interrupt_handler() 316 M.x86.R_ESP = esp; in interrupt_handler()
|
| /openbmc/u-boot/arch/x86/cpu/i386/ |
| H A D | setjmp.S | 28 movl 4(%esp), %edx 33 movl %esp, 4(%edx) /* Post-return %esp! */ 51 movl 4(%esp), %edx /* jmp_ptr address */ 54 movl 4(%edx), %esp
|
| H A D | interrupt.c | 91 regs->esp += 4; in dump_regs() 108 regs->esi, regs->edi, regs->ebp, regs->esp); in dump_regs() 135 sp = regs->esp; in dump_regs() 139 while (sp > (regs->esp - 16)) { in dump_regs() 140 if (sp == regs->esp) in dump_regs()
|
| /openbmc/qemu/tests/tcg/i386/system/ |
| H A D | boot.S | 42 mov $stack_end,%esp 70 lidt 2(%esp) 71 add $8,%esp 99 movl %esp, %ebp 101 movl %ebp, %esp
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/images/ |
| H A D | corstone1000-esp-image.bb | 1 SUMMARY = "Corstone1000 platform esp Image" 2 DESCRIPTION = "This builds a simple image file that only contains an esp \ 20 WKS_FILE = "efi-disk-esp-only.wks.in" 21 WKS_FILE:firmware = "efi-disk-esp-only.wks.in"
|
| /openbmc/u-boot/board/google/common/ |
| H A D | early_init.S | 22 mov $0xfed1f410, %esp 23 mov (%esp), %eax 25 mov %eax, (%esp)
|
| /openbmc/qemu/hw/dma/ |
| H A D | sparc32_dma.c | 302 object_initialize_child(obj, "esp", &es->esp, TYPE_SYSBUS_ESP); in sparc32_espdma_device_init() 308 SysBusESPState *sysbus = SYSBUS_ESP(&es->esp); in sparc32_espdma_device_realize() 309 ESPState *esp = &sysbus->esp; in sparc32_espdma_device_realize() local 311 esp->dma_memory_read = espdma_memory_read; in sparc32_espdma_device_realize() 312 esp->dma_memory_write = espdma_memory_write; in sparc32_espdma_device_realize() 313 esp->dma_opaque = SPARC32_DMA_DEVICE(dev); in sparc32_espdma_device_realize() 315 esp->dma_enabled = 1; in sparc32_espdma_device_realize() 374 DeviceState *espdma, *esp, *ledma, *lance; in sparc32_dma_realize() local 388 esp = DEVICE(object_resolve_path_component(OBJECT(espdma), "esp")); in sparc32_dma_realize() 389 sbd = SYS_BUS_DEVICE(esp); in sparc32_dma_realize() [all …]
|
| /openbmc/u-boot/arch/x86/cpu/quark/ |
| H A D | car.S | 28 lea 1f, %esp 35 lea 2f, %esp 72 jmp *%esp 104 jmp *%esp
|
| /openbmc/qemu/hw/scsi/ |
| H A D | esp-pci.c | 77 ESPState esp; member 117 ESPState *s = &pci->esp; in esp_pci_handle_idle() 132 ESPState *s = &pci->esp; in esp_pci_handle_abort() 142 ESPState *s = &pci->esp; in esp_pci_handle_start() 220 ESPState *s = &pci->esp; in esp_pci_io_write() 265 ESPState *s = &pci->esp; in esp_pci_io_read() 349 ESPState *s = &pci->esp; in esp_pci_hard_reset() 370 VMSTATE_UINT8_V(esp.mig_version_id, PCIESPState, 2), 371 VMSTATE_STRUCT(esp, PCIESPState, 0, vmstate_esp, ESPState), 390 ESPState *s = &pci->esp; in esp_pci_scsi_realize() [all …]
|
| H A D | meson.build | 12 scsi_ss.add(when: 'CONFIG_ESP', if_true: files('esp.c')) 13 scsi_ss.add(when: 'CONFIG_ESP_PCI', if_true: files('esp-pci.c'))
|
| /openbmc/qemu/pc-bios/optionrom/ |
| H A D | linuxboot.S | 59 mov %ebx, %esp 142 mov %esp, %ebp 143 sub $16, %esp 155 mov %ebp, %esp
|
| H A D | optionrom.h | 101 movl %esp, %eax /* Address of the struct we generated */ 106 1: mov (%esp), %eax /* Wait for completion */ 110 addl $16, %esp
|
| H A D | kvmvapic.S | 163 xchg %eax, 4(%esp) 192 mov 24(%esp), %bl 225 mov 24(%esp), %ecx 268 xchg %eax, 4(%esp) 286 mov 16(%esp), %bl
|
| /openbmc/qemu/hw/mips/ |
| H A D | jazz.c | 192 ESPState *esp; in mips_jazz_init() local 334 esp = &sysbus_esp->esp; in mips_jazz_init() 335 esp->dma_memory_read = rc4030_dma_read; in mips_jazz_init() 336 esp->dma_memory_write = rc4030_dma_write; in mips_jazz_init() 337 esp->dma_opaque = dmas[0]; in mips_jazz_init() 340 esp->dma_enabled = 1; in mips_jazz_init() 347 scsi_bus_legacy_handle_cmdline(&esp->bus); in mips_jazz_init()
|
| /openbmc/u-boot/arch/x86/include/asm/ |
| H A D | ptrace.h | 44 long esp; member 56 long esp; member
|
| /openbmc/qemu/hw/m68k/ |
| H A D | q800.c | 268 ESPState *esp; in q800_machine_init() local 463 object_initialize_child(OBJECT(machine), "esp", &m->esp, in q800_machine_init() 465 sysbus_esp = SYSBUS_ESP(&m->esp); in q800_machine_init() 466 esp = &sysbus_esp->esp; in q800_machine_init() 467 esp->dma_memory_read = NULL; in q800_machine_init() 468 esp->dma_memory_write = NULL; in q800_machine_init() 469 esp->dma_opaque = NULL; in q800_machine_init() 471 esp->dma_enabled = 1; in q800_machine_init() 473 sysbus = SYS_BUS_DEVICE(&m->esp); in q800_machine_init() 489 scsi_bus_legacy_handle_cmdline(&esp->bus); in q800_machine_init()
|
| /openbmc/qemu/tests/tcg/i386/ |
| H A D | test-i386-code16.S | 21 movl %esp, %ecx 23 subl %esp, %ecx
|
| /openbmc/qemu/bsd-user/i386/ |
| H A D | target_syscall.h | 39 long esp; member 118 abi_long esp; member
|