Home
last modified time | relevance | path

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

12

/tools/arch/x86/lib/
Dmemset_64.S37 movabs $0x0101010101010101,%rax
38 imulq %rsi,%rax
42 movq %r9,%rax
65 movq %r9,%rax
74 movabs $0x0101010101010101,%rax
75 imulq %rcx,%rax
90 movq %rax,(%rdi)
91 movq %rax,8(%rdi)
92 movq %rax,16(%rdi)
93 movq %rax,24(%rdi)
[all …]
Dmemcpy_64.S35 movq %rdi, %rax
53 movq %rdi, %rax
60 movq %rdi, %rax
/tools/testing/selftests/kvm/x86_64/
Dxen_vmcall_test.c35 unsigned long rax = INPUTVALUE; in guest_code() local
46 "=a"(rax) : in guest_code()
47 "a"(rax), "D"(rdi), "S"(rsi), "d"(rdx), in guest_code()
49 GUEST_ASSERT(rax == RETVALUE); in guest_code()
67 __asm__ __volatile__("call *%1" : "=a"(rax) : in guest_code()
69 "a"(rax), "D"(rdi), "S"(rsi), "d"(rdx), in guest_code()
71 GUEST_ASSERT(rax == RETVALUE); in guest_code()
74 rax = 0; in guest_code()
77 __asm__ __volatile__("call *%1" : "=a"(rax) : in guest_code()
79 "a"(rax), "c"(rcx), "d"(rdx), in guest_code()
[all …]
Dsmm_test.c181 stage_reported = regs.rax & 0xff; in main()
Dsync_regs_test.c52 REG_COMPARE(rax); in compare_regs()
Duserspace_msr_exit_test.c369 regs->rax = 0; in __guest_gp_handler()
/tools/testing/selftests/sgx/
Dtest_encl_bootstrap.S46 lea (encl_stack)(%rbx), %rax
47 xchg %rsp, %rax
48 push %rax
75 pop %rax
76 mov %rax, %rsp
79 mov $4, %rax
/tools/perf/arch/x86/tests/
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_64/
Dhandlers.S17 push %rax
22 pop %rax
Dprocessor.c28 regs->rax, regs->rbx, regs->rcx, regs->rdx); in regs_dump()
/tools/testing/selftests/x86/
Dthunks_32.S32 call *%rax
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()
Dsyscall_numbering.c378 regs.rax = MODIFIED_BY_PTRACE; in mess_with_syscall()
381 regs.rax = MODIFIED_BY_PTRACE; in mess_with_syscall()
385 regs.rax = MODIFIED_BY_PTRACE; in mess_with_syscall()
Dptrace_syscall.c28 # define user_ax rax
/tools/perf/arch/x86/util/
Ddwarf-regs.c69 REG_OFFSET_NAME_64("%ax", rax),
Dperf_regs.c66 SDT_NAME_REG(rax, ax),
/tools/perf/Documentation/
Dperf-intel-pt.txt1246 …1440 ffffffff82133cdd __vmx_vcpu_run+0x3d ([kernel.kallsyms]) movq 0x48(%rax), %r9
1247 …440 ffffffff82133ce1 __vmx_vcpu_run+0x41 ([kernel.kallsyms]) movq 0x50(%rax), %r10
1248 …440 ffffffff82133ce5 __vmx_vcpu_run+0x45 ([kernel.kallsyms]) movq 0x58(%rax), %r11
1249 …440 ffffffff82133ce9 __vmx_vcpu_run+0x49 ([kernel.kallsyms]) movq 0x60(%rax), %r12
1250 …440 ffffffff82133ced __vmx_vcpu_run+0x4d ([kernel.kallsyms]) movq 0x68(%rax), %r13
1251 …440 ffffffff82133cf1 __vmx_vcpu_run+0x51 ([kernel.kallsyms]) movq 0x70(%rax), %r14
1252 …440 ffffffff82133cf5 __vmx_vcpu_run+0x55 ([kernel.kallsyms]) movq 0x78(%rax), %r15
1253 …M 1440 ffffffff82133cf9 __vmx_vcpu_run+0x59 ([kernel.kallsyms]) movq (%rax), %rax
1257 …ffbb678b06 native_write_msr+0x6 ([guest.kernel.kallsyms]) nopl %eax, (%rax,%rax,1)
1347 …93: ffffffff82133cdd __vmx_vcpu_run+0x3d ([kernel.kallsyms]) movq 0x48(%rax), %r9
[all …]
Dexamples.txt205 83.42 : 31a2e95609: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
Dperf-config.txt381 74.03 │ mov %fs:0x28,%rax
386 6 │ mov %fs:0x28,%rax
/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h78 u64 rax; member
399 uint64_t rax, rcx, rdx, rbx; member
Dsvm.h190 u64 rax; member
/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.h165 uint64_t rax; member
/tools/arch/x86/include/uapi/asm/
Dkvm.h120 __u64 rax, rbx, rcx, rdx; member
/tools/lib/bpf/
Dbpf_tracing.h120 #define PT_REGS_RC(x) ((x)->rax)
131 #define PT_REGS_RC_CORE(x) BPF_CORE_READ((x), rax)
/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1707 # define SYSCALL_RET(_regs) (_regs).rax

12