Searched refs:rax (Results 1 – 17 of 17) sorted by relevance
/tools/arch/x86/lib/ |
D | memset_64.S | 38 movabs $0x0101010101010101,%rax 39 imulq %rsi,%rax 43 movq %r9,%rax 64 movq %r9,%rax 73 movabs $0x0101010101010101,%rax 74 imulq %rcx,%rax 89 movq %rax,(%rdi) 90 movq %rax,8(%rdi) 91 movq %rax,16(%rdi) 92 movq %rax,24(%rdi) [all …]
|
D | memcpy_64.S | 36 movq %rdi, %rax 54 movq %rdi, %rax 61 movq %rdi, %rax
|
/tools/perf/arch/x86/tests/ |
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/x86/ |
D | thunks_32.S | 32 call *%rax
|
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()
|
D | ptrace_syscall.c | 28 # define user_ax rax
|
/tools/perf/arch/x86/util/ |
D | dwarf-regs.c | 69 REG_OFFSET_NAME_64("%ax", rax),
|
D | perf_regs.c | 64 SDT_NAME_REG(rax, ax),
|
/tools/testing/selftests/kvm/x86_64/ |
D | smm_test.c | 134 stage_reported = regs.rax & 0xff; in main()
|
D | sync_regs_test.c | 47 REG_COMPARE(rax); in compare_regs()
|
/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-decoder.h | 161 uint64_t rax; member
|
/tools/arch/x86/include/uapi/asm/ |
D | kvm.h | 118 __u64 rax, rbx, rcx, rdx; member
|
/tools/perf/Documentation/ |
D | examples.txt | 205 83.42 : 31a2e95609: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
|
/tools/testing/selftests/bpf/ |
D | bpf_helpers.h | 404 #define PT_REGS_RC(x) ((x)->rax)
|
/tools/testing/selftests/kvm/lib/x86_64/ |
D | processor.c | 100 regs->rax, regs->rbx, regs->rcx, regs->rdx); in regs_dump()
|
/tools/perf/util/ |
D | intel-pt.c | 1819 u64 ax = items->has_rax ? items->rax : 0; in intel_pt_synth_pebs_sample()
|
/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 1578 # define SYSCALL_RET rax
|