Searched refs:rax (Results 76 - 100 of 125) sorted by relevance

12345

/linux-master/arch/x86/crypto/
H A Dsm4-aesni-avx-asm_64.S214 leaq (32*4)(%rdi), %rax;
222 cmpq %rax, %rdi;
330 leaq (32*4)(%rdi), %rax;
338 cmpq %rax, %rdi;
H A Dsha256_ni_asm.S63 #define SHA256CONSTANTS %rax
H A Daesni-intel_avx-x86_64.S263 # clobbering r10, r11, r12, r13, r15, rax
467 vmovq %xmm9, %rax
471 mov %rax, (arg3 , %r11)
474 vmovq %xmm9, %rax
480 shr $8, %rax
491 # Clobbers rax, r10-r12, and xmm0, xmm1, xmm5-xmm15
537 vmovq %xmm9, %rax
538 mov %rax, (%r10)
616 movq %rax, \T1
649 mov arg3, %rax
[all...]
H A Dserpent-sse2-x86_64-asm_64.S632 leaq (4*4*4)(%rdx), %rax;
634 read_blocks(%rax, RA2, RB2, RC2, RD2, RK0, RK1, RK2);
670 leaq (4*4*4)(%rsi), %rax;
676 write_blocks(%rax, RA2, RB2, RC2, RD2, RK0, RK1, RK2);
682 xor_blocks(%rax, RA2, RB2, RC2, RD2, RK0, RK1, RK2);
696 leaq (4*4*4)(%rdx), %rax;
698 read_blocks(%rax, RA2, RB2, RC2, RD2, RK0, RK1, RK2);
734 leaq (4*4*4)(%rsi), %rax;
736 write_blocks(%rax, RC2, RD2, RB2, RE2, RK0, RK1, RK2);
H A Dpolyval-clmulni_asm.S43 #define TMP %rax
H A Dblowfish-x86_64-asm_64.S24 #define RX0 %rax
H A Dtwofish-x86_64-asm_64-3way.S27 #define RAB0 %rax
H A Dtwofish-x86_64-asm_64.S29 #define R0 %rax
H A Dcast6-avx-x86_64-asm_64.S70 #define RGI3 %rax
H A Daes-xts-avx-x86_64.S93 // %rax holds the AES key length in bytes.
95 .set KEYLEN64, %rax
772 lea -16(%rdi, %rax, 4), %rdi
/linux-master/arch/x86/include/asm/
H A Dsvm.h328 u64 rax; member in struct:vmcb_save_area
393 u64 rax; member in struct:sev_es_save_area
471 u64 rax; member in struct:ghcb_save_area
656 DEFINE_GHCB_ACCESSORS(rax)
H A Dkexec.h100 asm volatile("movq %%rax,%0" : "=m"(newregs->ax));
162 uint64_t rax; member in struct:kexec_entry64_regs
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dsmm_test.c173 stage_reported = regs.rax & 0xff;
H A Dsync_regs_test.c40 : "rax", "rbx");
52 REG_COMPARE(rax);
/linux-master/arch/x86/kvm/svm/
H A Dnested.c577 kvm_rax_write(vcpu, vmcb12->save.rax);
582 vmcb02->save.rax = vmcb12->save.rax;
863 vmcb12_gpa = svm->vmcb->save.rax;
945 to_save->rax = from_save->rax;
1011 vmcb12->save.rax = kvm_rax_read(vcpu);
1115 kvm_rax_write(vcpu, vmcb01->save.rax);
/linux-master/arch/x86/include/uapi/asm/
H A Dsigcontext.h339 __u64 rax; member in struct:sigcontext
/linux-master/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.h168 uint64_t rax; member in struct:intel_pt_blk_items::__anon4234::__anon4235::__anon4236
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dsvm.h221 u64 rax; member in struct:vmcb_save_area
/linux-master/arch/x86/kvm/
H A Dkvm_cache_regs.h28 BUILD_KVM_GPR_ACCESSORS(rax, RAX)
H A Dtrace.h215 TP_PROTO(unsigned int function, unsigned int index, unsigned long rax,
218 TP_ARGS(function, index, rax, rbx, rcx, rdx, found, used_max_basic),
223 __field( unsigned long, rax )
234 __entry->rax = rax;
242 TP_printk("func %x idx %x rax %lx rbx %lx rcx %lx rdx %lx, cpuid entry %s%s",
243 __entry->function, __entry->index, __entry->rax,
/linux-master/arch/x86/lib/
H A Dmemmove_64.S27 * rax: dest
31 mov %rdi, %rax
/linux-master/tools/perf/arch/x86/util/
H A Dperf_regs.c67 SDT_NAME_REG(rax, ax),
133 * (%rax,%rsi,8)
177 * so, we have to replace them (ex. for x86_64: %rax -> %ax).
/linux-master/include/uapi/linux/
H A Dacrn.h208 * @rax: Value of register RAX
226 __le64 rax; member in struct:acrn_gp_regs
/linux-master/tools/testing/selftests/x86/
H A Dptrace_syscall.c28 # define user_ax rax
/linux-master/arch/x86/
H A DMakefile173 # Use -mskip-rax-setup if supported.
174 KBUILD_CFLAGS += $(call cc-option,-mskip-rax-setup)

Completed in 274 milliseconds

12345