Searched refs:rdi (Results 1 – 17 of 17) sorted by relevance
/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 | memset_64.S | 32 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 …]
|
D | memcpy_64.S | 36 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/ |
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/lib/x86_64/ |
D | ucall.c | 47 memcpy(&ucall, addr_gva2hva(vm, (vm_vaddr_t)regs.rdi), in get_ucall()
|
D | processor.c | 104 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/ |
D | dwarf-regs.c | 74 REG_OFFSET_NAME_64("%di", rdi),
|
D | perf_regs.c | 83 SDT_NAME_REG(rdi, di),
|
/tools/testing/selftests/kvm/x86_64/ |
D | evmcs_test.c | 147 (ulong) regs2.rdi, (ulong) regs2.rsi); in main()
|
D | state_test.c | 189 (ulong) regs2.rdi, (ulong) regs2.rsi); in main()
|
D | sync_regs_test.c | 52 REG_COMPARE(rdi); in compare_regs()
|
/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-decoder.h | 168 uint64_t rdi; member
|
/tools/arch/x86/include/uapi/asm/ |
D | kvm.h | 119 __u64 rsi, rdi, rsp, rbp; member
|
/tools/perf/Documentation/ |
D | perf-config.txt | 256 │ mov (%rdi),%rdx 269 │ mov (%rdi),%rdx 283 ffffffff816250b8:│ mov 0x8(%r14),%rdi 288 368:│ mov 0x8(%r14),%rdi
|
/tools/testing/selftests/bpf/ |
D | bpf_helpers.h | 397 #define PT_REGS_PARM1(x) ((x)->rdi)
|