Home
last modified time | relevance | path

Searched refs:esi (Results 1 – 25 of 29) sorted by relevance

12

/xen-4.10.0-shim-comet/xen/arch/x86/boot/
A Dhead.S16 #define sym_esi(sym) sym_offs(sym)(%esi)
222 xor %esi,%esi
341 lea __image_base__(%rip),%esi
346 add %esi,gdt_boot_base(%rip)
394 1: pop %esi
395 sub $sym_offs(1b), %esi
440 1: pop %esi
441 sub $sym_offs(1b), %esi
506 add %esi,sym_esi(gdt_boot_base)
558 shld $16,%esi,%edx
[all …]
A Dtrampoline.S120 mov bootsym_rel(trampoline_misc_enable_off,4,%esi)
122 mov %esi,%eax
127 not %esi
129 and %esi,%eax
206 xor %esi,%esi
A Dmem.S78 mov %esi, %eax
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/compat/
A Dentry.S206 movzwl VCPU_syscall32_sel(%rbx),%esi
210 testl $~3,%esi
258 movl VCPU_kernel_sp(%rbx),%esi
260 subl $2*4,%esi
267 movl UREGS_rsp+8(%rsp),%esi
271 subl $3*4,%esi
297 subl $4,%esi
307 movl %esi,UREGS_rsp+8(%rsp)
336 addl $4,%esi
338 addl $4,%esi
[all …]
/xen-4.10.0-shim-comet/stubdom/grub/
A Dboot-x86_32.S78 movl $2, %esi /* UVMF_INVLPG */
99 movl $0x7FF0, %esi /* DOMID_SELF */
109 movl (_boot_start_info-_boot_page)(%ebp), %esi
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dhypercall.c237 unsigned int esi = regs->esi; in hvm_hypercall() local
242 ebx, ecx, edx, esi, edi, ebp); in hvm_hypercall()
251 case 3: esi = 0xdeadf00d; in hvm_hypercall()
258 regs->rax = hvm_hypercall_table[eax].compat(ebx, ecx, edx, esi, edi, in hvm_hypercall()
A Ddomain.c201 uregs->rsi = regs->esi; in arch_set_info_hvm_guest()
A Dviridian.c877 output_params_gpa = (regs->rdi << 32) | regs->esi; in viridian_hypercall()
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Dhypercall.c162 unsigned int esi = regs->esi; in pv_hypercall() local
173 case 3: esi = 0xdeadf00d; in pv_hypercall()
181 unsigned long args[6] = { ebx, ecx, edx, esi, edi, ebp }; in pv_hypercall()
187 regs->eax = pv_hypercall_table[eax].compat(ebx, ecx, edx, esi, edi, ebp); in pv_hypercall()
198 case 4: regs->esi = 0xdeadf00d; in pv_hypercall()
/xen-4.10.0-shim-comet/stubdom/
A Dnewlib.patch210 -#define esi REG(esi)
285 +#define esi %esi
399 -#define esi REG(esi)
439 +#define esi %esi
529 -#define esi REG(esi)
569 +#define esi %esi
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dkexec_reloc.S103 xorl %esi, %esi
A Dentry.S514 xorl %esi,%esi
/xen-4.10.0-shim-comet/tools/debugger/gdbsx/xg/
A Dxg_main.c525 rp->esi = cp->esi; in _cp_32ctxt_to_32gdb()
547 rp->esi = cp->rsi; in _cp_64ctxt_to_32gdb()
605 cp->esi = rp->esi; in _cp_32gdb_to_32ctxt()
626 cp->rsi = rp->esi; in _cp_32gdb_to_64ctxt()
A Dxg_public.h52 uint32_t esi; member
/xen-4.10.0-shim-comet/xen/crypto/
A Dvmac.c391 AS2( mov esi, mp) in nh_16_func()
398 AS2( movq mm6, [esi]) in nh_16_func()
400 AS2( movq mm5, [esi+8]) in nh_16_func()
402 AS2( add esi, 16) in nh_16_func()
419 AS2( movq mm0, [esi]) in nh_16_func()
421 AS2( movq mm1, [esi+8]) in nh_16_func()
423 AS2( add esi, 16) in nh_16_func()
509 AS2( mov esi, mh) in poly_step_func()
528 AS2( paddq mm0, [esi]) in poly_step_func()
540 AS2( movd esi, mm0) in poly_step_func()
[all …]
/xen-4.10.0-shim-comet/xen/include/public/hvm/
A Dhvm_vcpu.h35 uint32_t esi; member
/xen-4.10.0-shim-comet/tools/firmware/vgabios/
A Dvbe.c137 push esi
158 movzx esi, ax
161 cmp esi, #4
163 add esi, #7
164 shr esi, #3
165 imul ecx, esi
171 div esi
205 pop esi
/xen-4.10.0-shim-comet/tools/firmware/rombios/32bit/
A Drombios_compat.h36 Bit32u edi, esi, ebp, esp; member
/xen-4.10.0-shim-comet/tools/debugger/gdbsx/gx/
A Dgx_local.c38 printf("esi:%08x edi:%08x ebp:%08x\n", r32p->esi, r32p->edi, in prnt_32regs()
/xen-4.10.0-shim-comet/tools/firmware/rombios/
A Dapmbios.S129 mov ebx, esi
209 mov esi, #0xfff0fff0
/xen-4.10.0-shim-comet/tools/debugger/kdd/
A Dkdd-xen.c217 r->esi = cpu->rsi; in kdd_get_regs_x86_32()
238 cpu->rsi = r->esi; in kdd_set_regs_x86_32()
A Dkdd.h346 int32_t esi; member
/xen-4.10.0-shim-comet/tools/tests/x86_emulator/
A Dtest_x86_emulator.c468 regs.esi = (unsigned long)res + 0; in main()
475 (regs.esi != ((unsigned long)res + 2)) || in main()
1038 regs.esi = 0; in main()
1379 : [addr] "=S" (regs.esi), [cnt] "=c" (regs.ecx), in main()
2752 regs.esi = (unsigned long)res; in main()
/xen-4.10.0-shim-comet/tools/firmware/rombios/32bit/tcgbios/
A Dtcgbios.c1434 regs->u.r32.esi = in TCGInterruptHandler()
1515 regs->u.r32.esi, in TCGInterruptHandler()
/xen-4.10.0-shim-comet/tools/xentrace/
A Dxenctx.c384 printf("esi: %08x\t", regs->esi); in print_ctx_32()
413 printf("esi: %08x\t", (uint32_t)regs->esi); in print_ctx_32on64()

Completed in 34 milliseconds

12