Home
last modified time | relevance | path

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

12

/tools/perf/arch/x86/tests/
A Dregs_load.S32 movq %rax, AX(%rdi)
33 movq %rbx, BX(%rdi)
34 movq %rcx, CX(%rdi)
35 movq %rdx, DX(%rdi)
37 movq %rdi, DI(%rdi)
47 movq $0, CS(%rdi)
48 movq $0, SS(%rdi)
49 movq $0, DS(%rdi)
50 movq $0, ES(%rdi)
51 movq $0, FS(%rdi)
[all …]
/tools/arch/x86/lib/
A Dmemcpy_64.S35 movq %rdi, %rax
47 movq %rdi, %rax
71 movq %r8, 0*8(%rdi)
72 movq %r9, 1*8(%rdi)
75 leaq 4*8(%rdi), %rdi
85 addq %rdx, %rdi
103 leaq -4*8(%rdi), %rdi
111 subq %rdx, %rdi
150 movl %ecx, (%rdi)
164 movb %r8b, 1(%rdi)
[all …]
A Dmemset_64.S35 movq %rdi,%r9
49 movq %rdi,%r10
69 movq %rax,(%rdi)
70 movq %rax,8(%rdi)
71 movq %rax,16(%rdi)
77 leaq 64(%rdi),%rdi
91 movq %rax,(%rdi)
92 leaq 8(%rdi),%rdi
101 movb %al,(%rdi)
102 leaq 1(%rdi),%rdi
[all …]
/tools/testing/selftests/kvm/lib/x86/
A Dhandlers.S11 push %rdi
18 mov %rsp, %rdi
28 pop %rdi
A Ducall.c53 return (void *)regs.rdi; in ucall_arch_get_ucall()
A Dsvm.c104 guest_regs.rdi = (u64)svm; in generic_svm_setup()
A Dprocessor.c35 regs->rsi, regs->rdi, regs->rsp, regs->rbp); in regs_dump()
948 regs.rdi = va_arg(ap, uint64_t); in vcpu_args_set()
/tools/testing/selftests/x86/
A Dthunks.S28 mov %rsp,(%rdi)
29 mov %rdi,%rsp
A Dtest_syscall_vdso.c60 uint64_t rsi, rdi, rbp, rsp; member
120 …printf("si:%016llx di:%016llx bp:%016llx sp:%016llx\n", regs64.rsi, regs64.rdi, regs64.rbp, reg… in print_regs64()
A Dptrace_syscall.c23 # define user_arg0 rdi
/tools/testing/selftests/kvm/x86/
A Dxen_vmcall_test.c32 unsigned long rdi = ARGVALUE(1); in guest_code() local
43 "a"(rax), "D"(rdi), "S"(rsi), "d"(rdx), in guest_code()
65 "a"(rax), "D"(rdi), "S"(rsi), "d"(rdx), in guest_code()
A Dvmx_preemption_timer_test.c240 (ulong) regs2.rdi, (ulong) regs2.rsi); in main()
A Dstate_test.c318 (ulong) regs2.rdi, (ulong) regs2.rsi); in main()
A Dhyperv_evmcs.c228 (ulong) regs2.rdi, (ulong) regs2.rsi); in save_restore_vm()
A Damx_test.c311 (ulong) regs2.rdi, (ulong) regs2.rsi); in main()
A Dsync_regs_test.c57 REG_COMPARE(rdi); in compare_regs()
/tools/testing/selftests/sgx/
A Dtest_encl.c146 void encl_body(void *rdi, void *rsi) in encl_body() argument
148 struct encl_op_header *header = (struct encl_op_header *)rdi; in encl_body()
A Dmain.h43 int sgx_enter_enclave(void *rdi, void *rsi, long rdx, u32 function, void *r8, void *r9,
/tools/arch/x86/include/asm/
A Dasm.h81 #define _ASM_ARG1Q rdi
/tools/perf/util/intel-pt-decoder/
A Dintel-pt-decoder.h175 uint64_t rdi; member
/tools/perf/arch/x86/util/
A Dperf_regs.c86 SDT_NAME_REG(rdi, di),
/tools/perf/Documentation/
A Dperf-config.txt285 │ mov (%rdi),%rdx
298 │ mov (%rdi),%rdx
314 ffffffff816250b8:│ mov 0x8(%r14),%rdi
319 368:│ mov 0x8(%r14),%rdi
/tools/testing/selftests/kvm/include/x86/
A Dprocessor.h390 u64 rdi; member
1156 uint64_t rbp, rsi, rdi; member
/tools/arch/x86/include/uapi/asm/
A Dkvm.h115 __u64 rsi, rdi, rsp, rbp; member
/tools/objtool/Documentation/
A Dobjtool.txt306 0000 28220: 0f b6 47 61 movzbl 0x61(%rdi),%eax
309 0008 28228: 48 8b 57 10 mov 0x10(%rdi),%rdx

Completed in 41 milliseconds

12