/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/ |
A D | entry.S | 282 cmpq %rax,%rsi 285 cmpq %rax,%rsi 296 subq $7*8,%rsi 328 subq $8,%rsi 361 addq $8,%rsi 363 addq $8,%rsi 365 addq $8,%rsi 367 addq $8,%rsi 369 addq $8,%rsi 371 addq $8,%rsi [all …]
|
A D | kexec_reloc.S | 40 movq %rsi, %cr3 127 movq %rcx, %rsi /* For every source page do a copy */ 128 andq $PAGE_MASK, %rsi
|
A D | gdbstub.c | 32 GDB_REG64(regs->rsi); in gdb_arch_read_reg_array() 76 case 4: GDB_REG64(regs->rsi); break; in gdb_arch_read_reg() 115 case 4: regs->rsi = val; break; in gdb_arch_write_reg()
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | hypercall.c | 191 unsigned long rsi = regs->rsi; in hvm_hypercall() local 198 eax, rdi, rsi, rdx, r10, r8, r9); in hvm_hypercall() 205 case 1: rsi = 0xdeadbeefdeadf00dUL; in hvm_hypercall() 213 regs->rax = hvm_hypercall_table[eax].native(rdi, rsi, rdx, r10, r8, in hvm_hypercall() 226 case 2: regs->rsi = 0xdeadbeefdeadf00dUL; in hvm_hypercall() 270 case 4: regs->rsi = 0xdeadf00d; in hvm_hypercall()
|
A D | vm_event.c | 42 regs->rsi = v->arch.vm_event->gprs.rsi; in hvm_vm_event_set_registers()
|
A D | domain.c | 201 uregs->rsi = regs->esi; in arch_set_info_hvm_guest() 252 uregs->rsi = regs->rsi; in arch_set_info_hvm_guest()
|
/xen-4.10.0-shim-comet/stubdom/grub/ |
A D | boot-x86_64.S | 73 movq _boot_page_entry, %rsi 93 movq $2, %rsi 105 movq _boot_start_info(%rip), %rsi
|
/xen-4.10.0-shim-comet/xen/arch/x86/pv/ |
A D | hypercall.c | 114 unsigned long rsi = regs->rsi; in pv_hypercall() local 125 case 1: rsi = 0xdeadbeefdeadf00dUL; in pv_hypercall() 134 unsigned long args[6] = { rdi, rsi, rdx, r10, r8, r9 }; in pv_hypercall() 139 regs->rax = pv_hypercall_table[eax].native(rdi, rsi, rdx, r10, r8, r9); in pv_hypercall() 151 case 2: regs->rsi = 0xdeadbeefdeadf00dUL; in pv_hypercall()
|
A D | gpr_switch.S | 20 movq UREGS_rsi(%rdi), %rsi 60 movq %rsi, UREGS_rsi(%rdi)
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/x86_64/ |
A D | elf.h | 18 unsigned long rsi; member 52 asm volatile("movq %%rsi,%0" : "=m"(core_regs->rsi)); in elf_core_save_regs()
|
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/compat/ |
A D | entry.S | 262 .Lft2: movl %eax,%fs:(%rsi) 264 .Lft3: movl %eax,%fs:4(%rsi) 280 .Lft5: movl %eax,%fs:4(%rsi) # CS / saved_upcall_mask 292 .Lft6: movl %eax,%fs:2*4(%rsi) # EFLAGS 294 .Lft7: movl %eax,%fs:(%rsi) # EIP 299 .Lft8: movl %eax,%fs:(%rsi) # ERROR CODE
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | hypercall.c | 122 case 1: regs->rsi = arg; break; in hypercall_create_continuation() 140 case 3: regs->rsi = arg; break; in hypercall_create_continuation() 215 case 3: reg = ®s->rsi; break; in hypercall_xlat_continuation()
|
A D | copy_page.S | 5 #define src_reg %rsi
|
A D | vm_event.c | 143 req->data.regs.x86.rsi = regs->rsi; in vm_event_fill_regs()
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/ |
A D | entry.S | 34 push %rsi 101 pop %rsi
|
/xen-4.10.0-shim-comet/stubdom/ |
A D | newlib.patch | 192 -#define rsi REG(rsi) 267 +#define rsi %rsi 344 movq 48 (rsi), r13 345 movq 56 (rsi), r14 364 movq 64 (rsi), rax 365 movq 72 (rsi), r8 367 movq 112 (rsi), r13 368 movq 120 (rsi), r14 387 leaq 128 (rsi), rsi
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/ |
A D | entry.S | 96 pop %rsi 103 push %rsi
|
/xen-4.10.0-shim-comet/tools/debugger/kdd/ |
A D | kdd-xen.c | 217 r->esi = cpu->rsi; in kdd_get_regs_x86_32() 238 cpu->rsi = r->esi; in kdd_set_regs_x86_32() 278 r->rsi = cpu->rsi; in kdd_get_regs_x86_64() 313 cpu->rsi = r->rsi; in kdd_set_regs_x86_64()
|
/xen-4.10.0-shim-comet/tools/debugger/gdbsx/xg/ |
A D | xg_main.c | 547 rp->esi = cp->rsi; in _cp_64ctxt_to_32gdb() 577 rp->rsi = cp->rsi; in _cp_64ctxt_to_64gdb() 626 cp->rsi = rp->esi; in _cp_32gdb_to_64ctxt() 655 cp->rsi = rp->rsi; in _cp_64gdb_to_64ctxt()
|
A D | xg_public.h | 70 uint64_t rsi; member
|
/xen-4.10.0-shim-comet/xen/include/public/hvm/ |
A D | hvm_vcpu.h | 98 uint64_t rsi; member
|
/xen-4.10.0-shim-comet/xen/arch/x86/boot/ |
A D | mem.S | 79 lea e820map(%rip), %rsi
|
A D | head.S | 253 cmove MB2_efi64_st(%rcx),%rsi 281 test %rsi,%rsi
|
/xen-4.10.0-shim-comet/tools/debugger/gdbsx/gx/ |
A D | gx_local.c | 52 printf("rdx:"XGF64" rsi:"XGF64" rdi:"XGF64"\n", r64p->rdx, r64p->rsi, in prnt_64regs()
|
/xen-4.10.0-shim-comet/xen/include/public/arch-x86/hvm/ |
A D | save.h | 63 uint64_t rsi; member 177 uint64_t rsi; member
|