| /linux-6.15/arch/x86/entry/vdso/ |
| H A D | vsgx.S | 34 push %rbx 35 .cfi_rel_offset %rbx, -8 50 cmpq $0, (%rcx, %rbx) 52 add $8, %rbx 57 mov SGX_ENCLAVE_RUN_TCS(%rcx), %rbx 80 pop %rbx 96 mov %eax, (SGX_ENCLAVE_RUN_LEAF)(%rbx) 107 mov %rbx, %rax 110 mov %rsp, %rbx 111 and $0xf, %rbx [all …]
|
| /linux-6.15/arch/x86/kernel/acpi/ |
| H A D | wakeup_64.S | 39 movq saved_rbx(%rip), %rbx 60 movq %rbx, pt_regs_bx(%rax) 78 movq %rbx, saved_rbx(%rip) 94 movq saved_context_cr4(%rax), %rbx 95 movq %rbx, %cr4 96 movq saved_context_cr3(%rax), %rbx 97 movq %rbx, %cr3 98 movq saved_context_cr2(%rax), %rbx 99 movq %rbx, %cr2 101 movq %rbx, %cr0 [all …]
|
| /linux-6.15/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() 296 run->s.regs.regs.rbx); 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() 352 run->s.regs.regs.rbx); in KVM_ONE_VCPU_TEST() 356 regs.rbx); in KVM_ONE_VCPU_TEST() 375 run->s.regs.regs.rbx = 0xBBBB; in KVM_ONE_VCPU_TEST() 380 run->s.regs.regs.rbx); in KVM_ONE_VCPU_TEST() [all …]
|
| /linux-6.15/arch/x86/kernel/cpu/sgx/ |
| H A D | encls.h | 85 #define __encls_ret_2(rax, rbx, rcx) \ argument 87 __encls_ret_N(rax, "b"(rbx), "c"(rcx)); \ 90 #define __encls_ret_3(rax, rbx, rcx, rdx) \ argument 92 __encls_ret_N(rax, "b"(rbx), "c"(rcx), "d"(rdx)); \ 124 #define __encls_2(rax, rbx, rcx) \ argument 127 __encls_N(rax, ign_rbx_out, "b"(rbx), "c"(rcx)); \ 206 unsigned long rbx = SGX_PAGE_TYPE_VA; in __epa() local 208 return __encls_2(EPA, rbx, addr); in __epa()
|
| /linux-6.15/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 | copy_page_64.S | 27 movq %rbx, (%rsp) 35 movq 0x8*1(%rsi), %rbx 46 movq %rbx, 0x8*1(%rdi) 65 movq 0x8*1(%rsi), %rbx 74 movq %rbx, 0x8*1(%rdi) 86 movq (%rsp), %rbx
|
| H A D | putuser.S | 38 mov %rcx, %rbx 39 sar $63, %rbx 40 or %rbx, %rcx
|
| H A D | msr-reg.S | 17 pushq %rbx 38 popq %rbx
|
| /linux-6.15/arch/x86/boot/compressed/ |
| H A D | la57toggle.S | 33 pushq %rbx 36 movq %rsp, %rbx 37 shrq $32, %rbx 52 shlq $32, %rbx 53 orq %rbx, %rsp 56 popq %rbx
|
| H A D | head_64.S | 332 addq %rbp, %rbx 335 leaq rva(boot_stack_end)(%rbx), %rsp 409 leaq rva(top_pgtable)(%rbx), %rsi 421 leaq rva(_bss-8)(%rbx), %rdi 433 leaq rva(gdt64)(%rbx), %rax 434 leaq rva(gdt)(%rbx), %rdx 441 leaq rva(.Lrelocated)(%rbx), %rax
|
| H A D | idt_handlers_64.S | 32 pushq %rbx 51 popq %rbx
|
| /linux-6.15/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-6.15/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-6.15/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-6.15/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-6.15/arch/x86/um/ |
| H A D | setjmp_64.S | 10 # %rbx 27 movq %rbx,(%rdi) 46 movq (%rdi),%rbx
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | relocate_kernel_64.S | 67 pushq %rbx 292 popq %rbx 312 movq (%rbx), %rcx 313 addq $8, %rbx 323 movq %rcx, %rbx 324 andq $0xfffffffffffff000, %rbx
|
| /linux-6.15/arch/x86/kernel/cpu/ |
| H A D | vmware.c | 74 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-6.15/arch/x86/purgatory/ |
| H A D | entry64.S | 39 movq rbx(%rip), %rbx 65 rbx: .quad 0x0 label
|
| /linux-6.15/tools/testing/selftests/x86/ |
| H A D | thunks.S | 19 pushq %rbx 55 popq %rbx
|
| /linux-6.15/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 | twofish-x86_64-asm_64-3way.S | 29 #define RAB1 %rbx 233 pushq %rbx; 259 popq %rbx; 267 popq %rbx; 281 pushq %rbx; 302 popq %rbx;
|
| /linux-6.15/arch/x86/entry/ |
| H A D | entry_64.S | 184 pushq %rbx 195 movq TASK_stack_canary(%rsi), %rbx 196 movq %rbx, PER_CPU_VAR(__stack_chk_guard) 213 popq %rbx 243 movq %rbx, %rdx /* fn */ 910 SAVE_AND_SET_GSBASE scratch_reg=%rax save_reg=%rbx 988 wrgsbase %rbx 1423 wrgsbase %rbx
|
| /linux-6.15/tools/testing/selftests/kvm/lib/x86/ |
| H A D | handlers.S | 14 push %rbx 25 pop %rbx
|