Searched refs:rax (Results 1 – 21 of 21) sorted by relevance
/tools/arch/x86/lib/ |
D | memset_64.S | 37 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 …]
|
D | memcpy_64.S | 35 movq %rdi, %rax 53 movq %rdi, %rax 60 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/kvm/lib/x86_64/ |
D | handlers.S | 17 push %rax 22 pop %rax
|
D | processor.c | 95 regs->rax, regs->rbx, regs->rcx, regs->rdx); in regs_dump()
|
/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 | 142 stage_reported = regs.rax & 0xff; in main()
|
D | sync_regs_test.c | 47 REG_COMPARE(rax); in compare_regs()
|
/tools/testing/selftests/kvm/include/x86_64/ |
D | processor.h | 43 u64 rax; member 349 uint64_t rax, rcx, rdx, rbx; member
|
D | svm.h | 190 u64 rax; member
|
/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/lib/bpf/ |
D | bpf_tracing.h | 111 #define PT_REGS_RC(x) ((x)->rax) 122 #define PT_REGS_RC_CORE(x) BPF_CORE_READ((x), rax)
|
/tools/perf/Documentation/ |
D | examples.txt | 205 83.42 : 31a2e95609: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
|
D | perf-config.txt | 373 74.03 │ mov %fs:0x28,%rax 378 6 │ mov %fs:0x28,%rax
|
/tools/perf/util/ |
D | intel-pt.c | 1888 u64 ax = items->has_rax ? items->rax : 0; in intel_pt_synth_pebs_sample()
|
/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 1703 # define SYSCALL_RET(_regs) (_regs).rax
|