| /tools/arch/x86/lib/ |
| A D | memset_64.S | 39 movq %r9,%rax 54 imulq %rcx,%rax 69 movq %rax,(%rdi) 70 movq %rax,8(%rdi) 71 movq %rax,16(%rdi) 72 movq %rax,24(%rdi) 73 movq %rax,32(%rdi) 74 movq %rax,40(%rdi) 75 movq %rax,48(%rdi) 91 movq %rax,(%rdi) [all …]
|
| A D | memcpy_64.S | 35 movq %rdi, %rax 47 movq %rdi, %rax
|
| /tools/testing/selftests/kvm/x86/ |
| A D | xen_vmcall_test.c | 31 unsigned long rax = INPUTVALUE; in guest_code() local 42 "=a"(rax) : in guest_code() 43 "a"(rax), "D"(rdi), "S"(rsi), "d"(rdx), in guest_code() 45 GUEST_ASSERT(rax == RETVALUE); in guest_code() 63 __asm__ __volatile__("call *%1" : "=a"(rax) : in guest_code() 65 "a"(rax), "D"(rdi), "S"(rsi), "d"(rdx), in guest_code() 67 GUEST_ASSERT(rax == RETVALUE); in guest_code() 70 rax = 0; in guest_code() 73 __asm__ __volatile__("call *%1" : "=a"(rax) : in guest_code() 75 "a"(rax), "c"(rcx), "d"(rdx), in guest_code() [all …]
|
| A D | fix_hypercall_test.c | 25 regs->rax = -EFAULT; in guest_ud_handler()
|
| A D | smm_test.c | 173 stage_reported = regs.rax & 0xff; in main()
|
| A D | sync_regs_test.c | 52 REG_COMPARE(rax); in compare_regs()
|
| /tools/testing/selftests/sgx/ |
| A D | test_encl_bootstrap.S | 47 lea __encl_base(%rip), %rax 48 sub %rax, %rbx 49 lea encl_stack(%rip), %rax 50 add %rbx, %rax 55 lea -1(%rbx), %rax 57 xchg %rsp, %rax 58 push %rax 72 pop %rax 73 mov %rax, %rsp 76 mov $4, %rax
|
| A D | test_encl.c | 39 int rax; in do_encl_eaccept() local 44 : "=a" (rax) in do_encl_eaccept() 50 op->ret = rax; in do_encl_eaccept()
|
| /tools/perf/arch/x86/tests/ |
| A D | regs_load.S | 32 movq %rax, AX(%rdi) 40 leaq 8(%rsp), %rax /* exclude this call. */ 41 movq %rax, SP(%rdi) 43 movq 0(%rsp), %rax 44 movq %rax, IP(%rdi)
|
| /tools/testing/selftests/kvm/lib/x86/ |
| A D | handlers.S | 17 push %rax 22 pop %rax
|
| /tools/testing/selftests/x86/ |
| A D | clang_helpers_64.S | 9 mov %gs:(0), %rax
|
| A D | thunks_32.S | 32 call *%rax
|
| A D | test_syscall_vdso.c | 59 uint64_t rax, rbx, rcx, rdx; member 119 …printf("ax:%016llx bx:%016llx cx:%016llx dx:%016llx\n", regs64.rax, regs64.rbx, regs64.rcx, reg… in print_regs64()
|
| A D | syscall_numbering.c | 379 regs.rax = MODIFIED_BY_PTRACE; in mess_with_syscall() 382 regs.rax = MODIFIED_BY_PTRACE; in mess_with_syscall() 386 regs.rax = MODIFIED_BY_PTRACE; in mess_with_syscall()
|
| A D | ptrace_syscall.c | 30 # define user_ax rax
|
| /tools/testing/selftests/proc/ |
| A D | proc-empty-vm.c | 192 uint64_t rax = 0xffffffffff600000; in vsyscall() local 195 : [rax] "+a" (rax) in vsyscall()
|
| A D | proc-pid-vm.c | 261 uint64_t rax = 0xffffffffff600000; in vsyscall() local 264 : [rax] "+a" (rax) in vsyscall()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | uprobe_syscall.c | 126 case offsetof(struct pt_regs, rax): in test_uretprobe_regs_equal() 202 case offsetof(struct pt_regs, rax): in test_uretprobe_regs_change()
|
| /tools/perf/Documentation/ |
| A D | perf-intel-pt.txt | 1375 …M 1440 ffffffff82133cf9 __vmx_vcpu_run+0x59 ([kernel.kallsyms]) movq (%rax), %rax 1379 …ffbb678b06 native_write_msr+0x6 ([guest.kernel.kallsyms]) nopl %eax, (%rax,%rax,1) 1824 "1: shl %rax\n" \ 1826 "1: shl %rax\n" \ 1828 "1: shl %rax\n" \ 1830 "1: shl %rax\n" \ 1832 "1: shl %rax\n" \ 1834 "1: shl %rax\n" \ 1836 "1: shl %rax\n" \ 1838 "1: shl %rax\n" \ [all …]
|
| A D | examples.txt | 205 83.42 : 31a2e95609: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
|
| /tools/perf/util/intel-pt-decoder/ |
| A D | intel-pt-decoder.h | 168 uint64_t rax; member
|
| /tools/testing/selftests/kvm/include/x86/ |
| A D | svm.h | 215 u64 rax; member
|
| A D | processor.h | 383 u64 rax; member 1155 uint64_t rax, rcx, rdx, rbx; member
|
| /tools/perf/arch/x86/util/ |
| A D | perf_regs.c | 67 SDT_NAME_REG(rax, ax),
|
| /tools/arch/x86/include/uapi/asm/ |
| A D | kvm.h | 114 __u64 rax, rbx, rcx, rdx; member
|