Home
last modified time | relevance | path

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

/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/
Dmemset_64.S32 movq %rdi,%r9
60 movq %rdi,%r9
69 movq %rdi,%r10
89 movq %rax,(%rdi)
90 movq %rax,8(%rdi)
91 movq %rax,16(%rdi)
92 movq %rax,24(%rdi)
93 movq %rax,32(%rdi)
94 movq %rax,40(%rdi)
95 movq %rax,48(%rdi)
[all …]
Dmemcpy_64.S36 movq %rdi, %rax
54 movq %rdi, %rax
61 movq %rdi, %rax
85 movq %r8, 0*8(%rdi)
86 movq %r9, 1*8(%rdi)
87 movq %r10, 2*8(%rdi)
88 movq %r11, 3*8(%rdi)
89 leaq 4*8(%rdi), %rdi
99 addq %rdx, %rdi
113 movq %r8, -1*8(%rdi)
[all …]
/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/lib/x86_64/
Ducall.c47 memcpy(&ucall, addr_gva2hva(vm, (vm_vaddr_t)regs.rdi), in get_ucall()
Dprocessor.c104 regs->rsi, regs->rdi, regs->rsp, regs->rbp); in regs_dump()
936 regs.rdi = va_arg(ap, uint64_t); in vcpu_args_set()
/tools/perf/arch/x86/util/
Ddwarf-regs.c74 REG_OFFSET_NAME_64("%di", rdi),
Dperf_regs.c83 SDT_NAME_REG(rdi, di),
/tools/testing/selftests/kvm/x86_64/
Devmcs_test.c147 (ulong) regs2.rdi, (ulong) regs2.rsi); in main()
Dstate_test.c189 (ulong) regs2.rdi, (ulong) regs2.rsi); in main()
Dsync_regs_test.c52 REG_COMPARE(rdi); in compare_regs()
/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.h168 uint64_t rdi; member
/tools/arch/x86/include/uapi/asm/
Dkvm.h119 __u64 rsi, rdi, rsp, rbp; member
/tools/perf/Documentation/
Dperf-config.txt256 │ mov (%rdi),%rdx
269 │ mov (%rdi),%rdx
283 ffffffff816250b8:│ mov 0x8(%r14),%rdi
288 368:│ mov 0x8(%r14),%rdi
/tools/testing/selftests/bpf/
Dbpf_helpers.h397 #define PT_REGS_PARM1(x) ((x)->rdi)