/tools/perf/arch/x86/tests/ |
D | regs_load.S | 32 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/ |
D | memcpy_64.S | 35 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 …]
|
D | memset_64.S | 34 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/ |
D | handlers.S | 11 push %rdi 18 mov %rsp, %rdi 28 pop %rdi
|
D | ucall.c | 53 return (void *)regs.rdi; in ucall_arch_get_ucall()
|
D | svm.c | 105 guest_regs.rdi = (u64)svm; in generic_svm_setup()
|
/tools/testing/selftests/x86/ |
D | thunks.S | 28 mov %rsp,(%rdi) 29 mov %rdi,%rsp
|
D | test_syscall_vdso.c | 60 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()
|
D | ptrace_syscall.c | 21 # define user_arg0 rdi
|
/tools/testing/selftests/kvm/x86_64/ |
D | xen_vmcall_test.c | 31 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()
|
D | vmx_preemption_timer_test.c | 241 (ulong) regs2.rdi, (ulong) regs2.rsi); in main()
|
D | hyperv_evmcs.c | 229 (ulong) regs2.rdi, (ulong) regs2.rsi); in save_restore_vm()
|
D | state_test.c | 324 (ulong) regs2.rdi, (ulong) regs2.rsi); in main()
|
D | amx_test.c | 330 (ulong) regs2.rdi, (ulong) regs2.rsi); in main()
|
D | sync_regs_test.c | 56 REG_COMPARE(rdi); in compare_regs()
|
/tools/testing/selftests/sgx/ |
D | test_encl.c | 124 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()
|
D | main.h | 43 int sgx_enter_enclave(void *rdi, void *rsi, long rdx, u32 function, void *r8, void *r9,
|
D | test_encl_bootstrap.S | 67 xor %rdi, %rdi
|
/tools/perf/arch/x86/util/ |
D | dwarf-regs.c | 74 REG_OFFSET_NAME_64("%di", rdi),
|
D | perf_regs.c | 86 SDT_NAME_REG(rdi, di),
|
/tools/arch/x86/include/asm/ |
D | asm.h | 81 #define _ASM_ARG1Q rdi
|
/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-decoder.h | 175 uint64_t rdi; member
|
/tools/arch/x86/include/uapi/asm/ |
D | kvm.h | 114 __u64 rsi, rdi, rsp, rbp; member
|
/tools/perf/Documentation/ |
D | perf-config.txt | 271 │ 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/ |
D | processor.h | 352 u64 rdi; member 1065 uint64_t rbp, rsi, rdi; member
|