| /tools/perf/arch/x86/tests/ |
| A D | regs_load.S | 32 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 D | memcpy_64.S | 35 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 D | memset_64.S | 35 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 D | handlers.S | 11 push %rdi 18 mov %rsp, %rdi 28 pop %rdi
|
| A D | ucall.c | 53 return (void *)regs.rdi; in ucall_arch_get_ucall()
|
| A D | svm.c | 104 guest_regs.rdi = (u64)svm; in generic_svm_setup()
|
| A D | processor.c | 35 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 D | thunks.S | 28 mov %rsp,(%rdi) 29 mov %rdi,%rsp
|
| A 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()
|
| A D | ptrace_syscall.c | 23 # define user_arg0 rdi
|
| /tools/testing/selftests/kvm/x86/ |
| A D | xen_vmcall_test.c | 32 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 D | vmx_preemption_timer_test.c | 240 (ulong) regs2.rdi, (ulong) regs2.rsi); in main()
|
| A D | state_test.c | 318 (ulong) regs2.rdi, (ulong) regs2.rsi); in main()
|
| A D | hyperv_evmcs.c | 228 (ulong) regs2.rdi, (ulong) regs2.rsi); in save_restore_vm()
|
| A D | amx_test.c | 311 (ulong) regs2.rdi, (ulong) regs2.rsi); in main()
|
| A D | sync_regs_test.c | 57 REG_COMPARE(rdi); in compare_regs()
|
| /tools/testing/selftests/sgx/ |
| A D | test_encl.c | 146 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 D | main.h | 43 int sgx_enter_enclave(void *rdi, void *rsi, long rdx, u32 function, void *r8, void *r9,
|
| /tools/arch/x86/include/asm/ |
| A D | asm.h | 81 #define _ASM_ARG1Q rdi
|
| /tools/perf/util/intel-pt-decoder/ |
| A D | intel-pt-decoder.h | 175 uint64_t rdi; member
|
| /tools/perf/arch/x86/util/ |
| A D | perf_regs.c | 86 SDT_NAME_REG(rdi, di),
|
| /tools/perf/Documentation/ |
| A D | perf-config.txt | 285 │ 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 D | processor.h | 390 u64 rdi; member 1156 uint64_t rbp, rsi, rdi; member
|
| /tools/arch/x86/include/uapi/asm/ |
| A D | kvm.h | 115 __u64 rsi, rdi, rsp, rbp; member
|
| /tools/objtool/Documentation/ |
| A D | objtool.txt | 306 0000 28220: 0f b6 47 61 movzbl 0x61(%rdi),%eax 309 0008 28228: 48 8b 57 10 mov 0x10(%rdi),%rdx
|