| /rk3399_rockchip-uboot/arch/x86/cpu/intel_common/ |
| H A D | car.S | 48 movl $0xFEE00300, %esi 49 movl %eax, (%esi) 61 movl $mtrr_table, %esi 66 movw (%esi), %bx 69 add $2, %esi 116 movl $CACHE_AS_RAM_BASE, %esi 117 movl %esi, %edi 170 movl (%esi), %eax
|
| /rk3399_rockchip-uboot/arch/x86/cpu/ |
| H A D | start.S | 69 movl %ecx, %esi 142 test %esi, %esi 144 movl %esi, GD_HOB_LIST(%edx) 157 movl %esi, GD_TABLE(%edx)
|
| H A D | sipi_vector.S | 118 mov %ecx, %esi 192 movl %esi, %eax /* cpu_num */ 193 mov c_handler, %esi 194 call *%esi
|
| H A D | call32.S | 63 pushl %esi /* 32-bit target address */
|
| /rk3399_rockchip-uboot/arch/x86/lib/fsp/ |
| H A D | fsp_car.S | 61 xor %esi, %esi 70 movl %eax, %esi
|
| /rk3399_rockchip-uboot/arch/x86/lib/ |
| H A D | bios.c | 27 u32 esi, u32 edi); 30 u32 edx, u32 esi, u32 edi); 67 .esi = M.x86.R_ESI, in int_exception_handler() 281 u32 edi, u32 esi, u32 ebp, u32 esp, in interrupt_handler() argument 299 ebp, esp, edi, esi); in interrupt_handler() 315 M.x86.R_ESI = esi; in interrupt_handler() 337 *(volatile u32 *)&esi = M.x86.R_ESI; in interrupt_handler()
|
| H A D | bios.h | 89 u32 esi, u32 edi); 92 u32 edx, u32 esi, u32 edi);
|
| H A D | bios_asm.S | 97 movl __registers + 16, %esi
|
| /rk3399_rockchip-uboot/arch/x86/cpu/i386/ |
| H A D | setjmp.S | 37 movl %esi, 12(%edx) 57 movl 12(%edx), %esi
|
| H A D | call64.S | 64 pop %esi /* setup_base */
|
| H A D | interrupt.c | 109 regs->esi, regs->edi, regs->ebp, regs->esp); in dump_regs()
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | ptrace.h | 32 long esi; member 53 long esi; member
|
| /rk3399_rockchip-uboot/arch/x86/cpu/quark/ |
| H A D | car.S | 86 mov %eax, %esi 102 mov %esi, %eax
|
| /rk3399_rockchip-uboot/drivers/bios_emulator/ |
| H A D | biosemu.c | 253 M.x86.R_ESI = regs->e.esi; in BE_callRealMode() 279 regs->e.esi = M.x86.R_ESI; in BE_callRealMode() 304 M.x86.R_ESI = in->e.esi; in BE_int86() 321 out->e.esi = M.x86.R_ESI; in BE_int86() 344 M.x86.R_ESI = in->e.esi; in BE_int86x() 365 out->e.esi = M.x86.R_ESI; in BE_int86x()
|
| H A D | atibios.c | 95 regs->e.esi = buffer_seg; in atibios_debug_mode() 145 regs->e.esi = buffer_seg; in atibios_debug_mode() 196 regs->e.esi = buffer_seg; in atibios_set_vesa_mode()
|
| /rk3399_rockchip-uboot/drivers/bios_emulator/include/ |
| H A D | biosemu.h | 148 u32 esi; member
|