Home
last modified time | relevance | path

Searched refs:rax (Results 1 – 25 of 33) sorted by relevance

12

/tools/arch/x86/lib/
A Dmemset_64.S39 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 Dmemcpy_64.S35 movq %rdi, %rax
47 movq %rdi, %rax
/tools/testing/selftests/kvm/x86/
A Dxen_vmcall_test.c31 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 Dfix_hypercall_test.c25 regs->rax = -EFAULT; in guest_ud_handler()
A Dsmm_test.c173 stage_reported = regs.rax & 0xff; in main()
A Dsync_regs_test.c52 REG_COMPARE(rax); in compare_regs()
/tools/testing/selftests/sgx/
A Dtest_encl_bootstrap.S47 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 Dtest_encl.c39 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 Dregs_load.S32 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 Dhandlers.S17 push %rax
22 pop %rax
/tools/testing/selftests/x86/
A Dclang_helpers_64.S9 mov %gs:(0), %rax
A Dthunks_32.S32 call *%rax
A Dtest_syscall_vdso.c59 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 Dsyscall_numbering.c379 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 Dptrace_syscall.c30 # define user_ax rax
/tools/testing/selftests/proc/
A Dproc-empty-vm.c192 uint64_t rax = 0xffffffffff600000; in vsyscall() local
195 : [rax] "+a" (rax) in vsyscall()
A Dproc-pid-vm.c261 uint64_t rax = 0xffffffffff600000; in vsyscall() local
264 : [rax] "+a" (rax) in vsyscall()
/tools/testing/selftests/bpf/prog_tests/
A Duprobe_syscall.c126 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 Dperf-intel-pt.txt1375 …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 Dexamples.txt205 83.42 : 31a2e95609: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
/tools/perf/util/intel-pt-decoder/
A Dintel-pt-decoder.h168 uint64_t rax; member
/tools/testing/selftests/kvm/include/x86/
A Dsvm.h215 u64 rax; member
A Dprocessor.h383 u64 rax; member
1155 uint64_t rax, rcx, rdx, rbx; member
/tools/perf/arch/x86/util/
A Dperf_regs.c67 SDT_NAME_REG(rax, ax),
/tools/arch/x86/include/uapi/asm/
A Dkvm.h114 __u64 rax, rbx, rcx, rdx; member

Completed in 42 milliseconds

12