Home
last modified time | relevance | path

Searched refs:rbx (Results 1 – 25 of 66) sorted by relevance

123

/linux/arch/x86/entry/vdso/
H A Dvsgx.S34 push %rbx
35 .cfi_rel_offset %rbx, -8
48 mov $SGX_ENCLAVE_RUN_RESERVED_START, %rbx
50 cmpq $0, (%rcx, %rbx)
52 add $8, %rbx
53 cmpq $SGX_ENCLAVE_RUN_RESERVED_END, %rbx
57 mov SGX_ENCLAVE_RUN_TCS(%rcx), %rbx
66 mov SGX_ENCLAVE_OFFSET_OF_RUN(%rbp), %rbx
69 movl $EEXIT, SGX_ENCLAVE_RUN_LEAF(%rbx)
73 cmpq $0, SGX_ENCLAVE_RUN_USER_HANDLER(%rbx)
[all …]
/linux/lib/crypto/x86/
H A Dsha256-ni-asm.S280 push %rbx
308 mov OFFSETOF_BYTECOUNT(CTX), %rbx
309 lea (%rbx, LEN64, 1), COUNT
331 movdqu MSG0_A, 0*16(%rsp,%rbx)
332 movdqu MSG1_A, 1*16(%rsp,%rbx)
333 movdqu MSG2_A, 2*16(%rsp,%rbx)
334 movdqu MSG3_A, 3*16(%rsp,%rbx)
344 movdqu MSG0_B, 0*16(%rsp,%rbx)
345 movdqu MSG1_B, 1*16(%rsp,%rbx)
346 movdqu MSG2_B, 2*16(%rsp,%rbx)
[all …]
H A Dpoly1305-x86_64-cryptogams.pl180 my ($h0,$h1,$h2)=("%r14","%rbx","%r10");
310 push %rbx
311 .cfi_push %rbx
369 mov 40(%rsp),%rbx
370 .cfi_restore %rbx
624 push %rbx
625 .cfi_push %rbx
743 pop %rbx
744 .cfi_restore %rbx
758 push %rbx
[all …]
/linux/arch/x86/lib/
H A Dcsum-copy_64.S41 movq %rbx, 0*8(%rsp)
70 movq (%rdi), %rbx
95 adcq %rbx, %rax
107 movq %rbx, (%rsi)
142 movq (%rdi), %rbx
143 adcq %rbx, %rax
146 movq %rbx, (%rsi)
198 movq 0*8(%rsp), %rbx
221 addq %rbx, %rax
231 addq %rbx, %rax
[all …]
H A Dcmpxchg16b_emu.S32 movq %rbx, __percpu (%rsi)
/linux/arch/x86/platform/efi/
H A Defi_thunk_64.S32 push %rbx
46 movq 0x20(%rax), %rbx
59 leaq 2f(%rip), %rbx
61 subq %rax, %rbx
85 pop %rbx
/linux/arch/x86/hyperv/
H A Dhv_trampoline.S89 movq %cs:(%eax), %rbx
90 movq %rbx, %cr3
94 movq %cs:(%eax), %rbx
96 jmp *%rbx
H A Dmshv_vtl_asm.S36 pushq %rbx
42 mov MSHV_VTL_CPU_CONTEXT_rbx(%rax), %rbx
82 mov %rbx, MSHV_VTL_CPU_CONTEXT_rbx(%rax)
96 pop %rbx
H A Dmshv-asm-offsets.c23 OFFSET(MSHV_VTL_CPU_CONTEXT_rbx, mshv_vtl_cpu_context, rbx); in common()
/linux/tools/testing/selftests/sgx/
H A Dcall.S23 push %rbx
25 .cfi_rel_offset %rbx, 0
33 pop %rbx
H A Dtest_encl_bootstrap.S48 sub %rax, %rbx
50 add %rbx, %rax
55 lea -1(%rbx), %rax
69 pop %rbx
/linux/arch/x86/power/
H A Dhibernate_asm_64.S48 movq pt_regs_bx(%rax), %rbx
79 movq %rbx, pt_regs_bx(%rax)
110 movq mmu_cr4_features(%rip), %rbx
127 movq %rbx, %rcx
132 movq %rbx, %cr4; # turn PGE back on
/linux/arch/x86/virt/vmx/tdx/
H A Dtdxcall.S66 pushq %rbx
76 movq TDX_MODULE_rbx(%rsi), %rbx
134 movq %rbx, TDX_MODULE_rbx(%rsi)
187 popq %rbx
/linux/arch/x86/um/
H A Dsetjmp_64.S10 # %rbx
27 movq %rbx,(%rdi)
46 movq (%rdi),%rbx
/linux/arch/x86/kernel/cpu/
H A Dvmware.c74 unsigned long out0, rbx, rcx, rdx, rsi, rdi; in vmware_hypercall_slow() local
79 : "=a" (out0), "=b" (rbx), "=c" (rcx), in vmware_hypercall_slow()
91 : "=a" (out0), "=b" (rbx), "=c" (rcx), in vmware_hypercall_slow()
103 : "=a" (out0), "=b" (rbx), "=c" (rcx), in vmware_hypercall_slow()
117 *out1 = rbx; in vmware_hypercall_slow()
519 args.rbx = in1; in vmware_tdx_hypercall()
533 *out1 = args.rbx; in vmware_tdx_hypercall()
/linux/arch/x86/purgatory/
H A Dentry64.S39 movq rbx(%rip), %rbx
65 rbx: .quad 0x0 label
/linux/arch/x86/crypto/
H A Dblowfish-x86_64-asm_64.S25 #define RX1 %rbx
282 pushq %rbx;
305 popq %rbx;
318 pushq %rbx;
350 popq %rbx;
H A Dcast6-avx-x86_64-asm_64.S73 #define RGI4 %rbx
261 pushq %rbx;
288 popq %rbx;
309 pushq %rbx;
336 popq %rbx;
H A Dtwofish-avx-x86_64-asm_64.S74 #define RGI4 %rbx
242 pushq %rbx;
263 popq %rbx;
283 pushq %rbx;
302 popq %rbx;
/linux/tools/testing/selftests/x86/
H A Dthunks.S19 pushq %rbx
55 popq %rbx
H 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()
/linux/arch/x86/boot/compressed/
H A Didt_handlers_64.S32 pushq %rbx
51 popq %rbx
/linux/arch/x86/
H A DKconfig.assembler5 def_bool $(as-instr64,wrussq %rax$(comma)(%rbx))
/linux/arch/x86/include/asm/
H A DGEN-for-each-reg.h9 GEN(rbx)
/linux/arch/x86/kernel/
H A Dhead_64.S291 leaq cpuid_to_apicid(%rip), %rbx
294 cmpl (%rbx,%rcx,4), %eax
529 pushq %rbx /* pt_regs->bx */

123