Home
last modified time | relevance | path

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

12

/tools/perf/arch/x86/tests/
Dregs_load.S32 movq %rax, AX(%rdi)
33 movq %rbx, BX(%rdi)
34 movq %rcx, CX(%rdi)
35 movq %rdx, DX(%rdi)
36 movq %rsi, SI(%rdi)
37 movq %rdi, DI(%rdi)
38 movq %rbp, BP(%rdi)
41 movq %rax, SP(%rdi)
44 movq %rax, IP(%rdi)
46 movq $0, FLAGS(%rdi)
[all …]
/tools/arch/x86/lib/
Dmemcpy_64.S35 movq %rdi, %rax
46 movq %rdi, %rax
70 movq %r8, 0*8(%rdi)
71 movq %r9, 1*8(%rdi)
72 movq %r10, 2*8(%rdi)
73 movq %r11, 3*8(%rdi)
74 leaq 4*8(%rdi), %rdi
84 addq %rdx, %rdi
98 movq %r8, -1*8(%rdi)
99 movq %r9, -2*8(%rdi)
[all …]
Dmemset_64.S34 movq %rdi,%r9
47 movq %rdi,%r10
67 movq %rax,(%rdi)
68 movq %rax,8(%rdi)
69 movq %rax,16(%rdi)
70 movq %rax,24(%rdi)
71 movq %rax,32(%rdi)
72 movq %rax,40(%rdi)
73 movq %rax,48(%rdi)
74 movq %rax,56(%rdi)
[all …]
/tools/testing/selftests/kvm/lib/x86_64/
Dhandlers.S11 push %rdi
18 mov %rsp, %rdi
28 pop %rdi
Ducall.c53 return (void *)regs.rdi; in ucall_arch_get_ucall()
Dsvm.c105 guest_regs.rdi = (u64)svm; in generic_svm_setup()
/tools/testing/selftests/x86/
Dthunks.S28 mov %rsp,(%rdi)
29 mov %rdi,%rsp
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()
Dptrace_syscall.c21 # define user_arg0 rdi
/tools/testing/selftests/kvm/x86_64/
Dxen_vmcall_test.c31 unsigned long rdi = ARGVALUE(1); in guest_code() local
42 "a"(rax), "D"(rdi), "S"(rsi), "d"(rdx), in guest_code()
64 "a"(rax), "D"(rdi), "S"(rsi), "d"(rdx), in guest_code()
Dvmx_preemption_timer_test.c241 (ulong) regs2.rdi, (ulong) regs2.rsi); in main()
Dhyperv_evmcs.c229 (ulong) regs2.rdi, (ulong) regs2.rsi); in save_restore_vm()
Dstate_test.c324 (ulong) regs2.rdi, (ulong) regs2.rsi); in main()
Damx_test.c330 (ulong) regs2.rdi, (ulong) regs2.rsi); in main()
Dsync_regs_test.c56 REG_COMPARE(rdi); in compare_regs()
/tools/testing/selftests/sgx/
Dtest_encl.c124 void encl_body(void *rdi, void *rsi) in encl_body() argument
137 struct encl_op_header *op = (struct encl_op_header *)rdi; in encl_body()
Dmain.h43 int sgx_enter_enclave(void *rdi, void *rsi, long rdx, u32 function, void *r8, void *r9,
Dtest_encl_bootstrap.S67 xor %rdi, %rdi
/tools/perf/arch/x86/util/
Ddwarf-regs.c74 REG_OFFSET_NAME_64("%di", rdi),
Dperf_regs.c86 SDT_NAME_REG(rdi, di),
/tools/arch/x86/include/asm/
Dasm.h81 #define _ASM_ARG1Q rdi
/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.h175 uint64_t rdi; member
/tools/arch/x86/include/uapi/asm/
Dkvm.h114 __u64 rsi, rdi, rsp, rbp; member
/tools/perf/Documentation/
Dperf-config.txt271 │ mov (%rdi),%rdx
284 │ mov (%rdi),%rdx
300 ffffffff816250b8:│ mov 0x8(%r14),%rdi
305 368:│ mov 0x8(%r14),%rdi
/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h352 u64 rdi; member
1065 uint64_t rbp, rsi, rdi; member

12