Searched refs:rsi (Results 1 – 9 of 9) sorted by relevance
/kvm-unit-tests/lib/x86/ |
H A D | setjmp64.S | 3 mov (%rsp), %rsi 4 mov %rsi, (%rdi) 25 mov (%rdi), %rsi 26 mov %rsi, (%rsp)
|
H A D | desc.h | 82 unsigned long dummy, rbp, rsi, rdi; member
|
H A D | desc.c | 164 regs->rbp, regs->rsi, regs->rdi, in unhandled_exception()
|
/kvm-unit-tests/x86/ |
H A D | emulator.c | 45 void *rsi, *rdi; in test_cmps_one() local 48 rsi = m1; rdi = m3; rcx = 30; in test_cmps_one() 51 : "+S"(rsi), "+D"(rdi), "+c"(rcx), [tmp]"=&r"(tmp) in test_cmps_one() 53 report(rcx == 0 && rsi == m1 + 30 && rdi == m3 + 30, "repe/cmpsb (1)"); in test_cmps_one() 55 rsi = m1; rdi = m3; rcx = 30; in test_cmps_one() 58 : "+S"(rsi), "+D"(rdi), "+c"(rcx), [tmp]"=&r"(tmp) in test_cmps_one() 60 report(rcx == 0 && rsi == m1 + 30 && rdi == m3 + 30, in test_cmps_one() 63 rsi = m1; rdi = m3; rcx = 15; in test_cmps_one() 66 : "+S"(rsi), "+D"(rdi), "+c"(rcx), [tmp]"=&r"(tmp) in test_cmps_one() 68 report(rcx == 0 && rsi == m1 + 30 && rdi == m3 + 30, "repe cmpsw (1)"); in test_cmps_one() [all …]
|
H A D | cstart64.S | 125 lea __argv(%rip), %rsi
|
H A D | svm.h | 398 u64 rsi; member
|
H A D | vmx.h | 68 u64 rsi; member
|
H A D | vmx.c | 667 guest_rsp, regs.rbp, regs.rsi, regs.rdi); in print_vmexit_info()
|
/kvm-unit-tests/x86/efi/ |
H A D | crt0-efi-x86_64.S | 50 lea _DYNAMIC(%rip), %rsi 59 popq %rsi
|