| /linux/lib/crypto/x86/ |
| H A D | sha256-ni-asm.S | 280 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 D | poly1305-x86_64-cryptogams.pl | 180 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/tools/testing/selftests/kvm/x86/ |
| H A D | sync_regs_test.c | 53 REG_COMPARE(rbx); in compare_regs() 286 run->s.regs.regs.rbx = 0xBAD1DEA; in KVM_ONE_VCPU_TEST() 294 TEST_ASSERT(run->s.regs.regs.rbx == 0xBAD1DEA + 1, in KVM_ONE_VCPU_TEST() 296 run->s.regs.regs.rbx); in KVM_ONE_VCPU_TEST() 320 run->s.regs.regs.rbx = 0xDEADBEEF; in KVM_ONE_VCPU_TEST() 323 TEST_ASSERT(run->s.regs.regs.rbx != 0xDEADBEEF, in KVM_ONE_VCPU_TEST() 325 run->s.regs.regs.rbx); in KVM_ONE_VCPU_TEST() 344 run->s.regs.regs.rbx = 0xAAAA; in KVM_ONE_VCPU_TEST() 346 regs.rbx = 0xBAC0; in KVM_ONE_VCPU_TEST() 350 TEST_ASSERT(run->s.regs.regs.rbx == 0xAAAA, in KVM_ONE_VCPU_TEST() [all …]
|
| /linux/arch/x86/lib/ |
| H A D | csum-copy_64.S | 41 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 D | cmpxchg16b_emu.S | 32 movq %rbx, __percpu (%rsi)
|
| /linux/arch/x86/platform/efi/ |
| H A D | efi_thunk_64.S | 32 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 D | hv_trampoline.S | 89 movq %cs:(%eax), %rbx 90 movq %rbx, %cr3 94 movq %cs:(%eax), %rbx 96 jmp *%rbx
|
| H A D | mshv_vtl_asm.S | 36 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 D | mshv-asm-offsets.c | 23 OFFSET(MSHV_VTL_CPU_CONTEXT_rbx, mshv_vtl_cpu_context, rbx); in common()
|
| /linux/tools/testing/selftests/sgx/ |
| H A D | call.S | 23 push %rbx 25 .cfi_rel_offset %rbx, 0 33 pop %rbx
|
| H A D | test_encl_bootstrap.S | 48 sub %rax, %rbx 50 add %rbx, %rax 55 lea -1(%rbx), %rax 69 pop %rbx
|
| /linux/arch/x86/power/ |
| H A D | hibernate_asm_64.S | 48 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 D | tdxcall.S | 66 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 D | setjmp_64.S | 10 # %rbx 27 movq %rbx,(%rdi) 46 movq (%rdi),%rbx
|
| /linux/arch/x86/purgatory/ |
| H A D | entry64.S | 39 movq rbx(%rip), %rbx 65 rbx: .quad 0x0 label
|
| /linux/arch/x86/crypto/ |
| H A D | blowfish-x86_64-asm_64.S | 25 #define RX1 %rbx 282 pushq %rbx; 305 popq %rbx; 318 pushq %rbx; 350 popq %rbx;
|
| H A D | cast6-avx-x86_64-asm_64.S | 73 #define RGI4 %rbx 261 pushq %rbx; 288 popq %rbx; 309 pushq %rbx; 336 popq %rbx;
|
| H A D | twofish-avx-x86_64-asm_64.S | 74 #define RGI4 %rbx 242 pushq %rbx; 263 popq %rbx; 283 pushq %rbx; 302 popq %rbx;
|
| /linux/tools/testing/selftests/x86/ |
| H A D | thunks.S | 19 pushq %rbx 55 popq %rbx
|
| H A 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()
|
| /linux/arch/x86/boot/compressed/ |
| H A D | idt_handlers_64.S | 32 pushq %rbx 51 popq %rbx
|
| /linux/arch/x86/ |
| H A D | Kconfig.assembler | 5 def_bool $(as-instr64,wrussq %rax$(comma)(%rbx))
|
| /linux/arch/x86/kernel/ |
| H A D | head_64.S | 291 leaq cpuid_to_apicid(%rip), %rbx 294 cmpl (%rbx,%rcx,4), %eax 529 pushq %rbx /* pt_regs->bx */
|
| /linux/arch/x86/include/asm/ |
| H A D | GEN-for-each-reg.h | 9 GEN(rbx)
|
| /linux/include/xen/interface/hvm/ |
| H A D | hvm_vcpu.h | 78 uint64_t rbx; member
|