Searched refs:rbx (Results 1 – 25 of 51) sorted by relevance
123
/arch/x86/kernel/acpi/ |
D | wakeup_64.S | 36 movq saved_rbx, %rbx 56 movq %rbx, pt_regs_bx(%rax) 74 movq %rbx, saved_rbx 89 movq saved_context_cr4(%rax), %rbx 90 movq %rbx, %cr4 91 movq saved_context_cr3(%rax), %rbx 92 movq %rbx, %cr3 93 movq saved_context_cr2(%rax), %rbx 94 movq %rbx, %cr2 95 movq saved_context_cr0(%rax), %rbx [all …]
|
/arch/x86/um/ |
D | stub_64.S | 7 mov $(STUB_DATA), %rbx 9 mov %rbx, %rsp 17 mov %rax, 8(%rbx) 22 mov %rsp, 8(%rbx) 48 mov %rax, (%rbx)
|
D | setjmp_64.S | 10 # %rbx 27 movq %rbx,(%rdi) 46 movq (%rdi),%rbx
|
/arch/x86/lib/ |
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 …]
|
D | copy_page_64.S | 26 movq %rbx, (%rsp) 34 movq 0x8*1(%rsi), %rbx 45 movq %rbx, 0x8*1(%rdi) 64 movq 0x8*1(%rsi), %rbx 73 movq %rbx, 0x8*1(%rdi) 85 movq (%rsp), %rbx
|
D | putuser.S | 38 ALTERNATIVE __stringify(mov $((1 << 47) - 4096 - (n)),%rbx), \ 39 __stringify(mov $((1 << 56) - 4096 - (n)),%rbx), X86_FEATURE_LA57
|
D | msr-reg.S | 16 pushq %rbx 37 popq %rbx
|
D | cmpxchg16b_emu.S | 35 movq %rbx, PER_CPU_VAR((%rsi))
|
/arch/x86/boot/compressed/ |
D | efi_thunk_64.S | 28 push %rbx 49 leaq 0x14(%rsp), %rbx 50 sgdt (%rbx) 73 pop %rbx 75 pop %rbx 77 pop %rbx 90 pop %rbx
|
D | head_64.S | 389 addq %rbp, %rbx 392 leaq rva(boot_stack_end)(%rbx), %rsp 466 pushq %rbx 485 popq %rbx 489 leaq rva(boot_stack_end)(%rbx), %rsp 501 leaq rva(top_pgtable)(%rbx), %rdi 515 leaq rva(_bss-8)(%rbx), %rdi 528 leaq rva(gdt64)(%rbx), %rax 529 leaq rva(gdt)(%rbx), %rdx 536 leaq rva(.Lrelocated)(%rbx), %rax [all …]
|
D | idt_handlers_64.S | 32 pushq %rbx 51 popq %rbx
|
/arch/x86/platform/efi/ |
D | efi_thunk_64.S | 31 push %rbx 47 leaq 2f(%rip), %rbx 49 subq %rax, %rbx 65 pop %rbx
|
/arch/x86/power/ |
D | hibernate_asm_64.S | 31 movq %rbx, pt_regs_bx(%rax) 62 movq mmu_cr4_features(%rip), %rbx 77 movq %rbx, %rcx 82 movq %rbx, %cr4; # turn PGE back on 124 movq pt_regs_bx(%rax), %rbx
|
/arch/x86/kernel/ |
D | relocate_kernel_64.S | 55 pushq %rbx 240 popq %rbx 256 movq (%rbx), %rcx 257 addq $8, %rbx 267 movq %rcx, %rbx 268 andq $0xfffffffffffff000, %rbx
|
/arch/x86/purgatory/ |
D | entry64.S | 39 movq rbx(%rip), %rbx 65 rbx: .quad 0x0 label
|
/arch/x86/crypto/ |
D | blowfish-x86_64-asm_64.S | 25 #define RX1 %rbx 294 pushq %rbx; 323 popq %rbx; 330 popq %rbx; 342 pushq %rbx; 364 popq %rbx;
|
D | twofish-x86_64-asm_64-3way.S | 28 #define RAB1 %rbx 232 pushq %rbx; 258 popq %rbx; 266 popq %rbx; 280 pushq %rbx; 301 popq %rbx;
|
D | camellia-x86_64-asm_64.S | 44 #define RAB1 %rbx 419 pushq %rbx; 450 popq %rbx; 457 popq %rbx; 472 movq %rbx, RXOR; 497 movq RXOR, %rbx;
|
D | crc32c-pcl-intel-asm_64.S | 90 #define tmp %rbx 96 pushq %rbx 311 popq %rbx
|
D | cast6-avx-x86_64-asm_64.S | 73 #define RGI4 %rbx 259 pushq %rbx; 286 popq %rbx; 307 pushq %rbx; 334 popq %rbx;
|
D | sha1_avx2_x86_64_asm.S | 91 #define REG_RTB %rbx 639 push %rbx 648 mov %rsp, %rbx 650 push %rbx 675 pop %rbx
|
/arch/x86/entry/ |
D | entry_64_compat.S | 100 pushq %rbx /* pt_regs->rbx */ 245 pushq %rbx /* pt_regs->rbx */ 279 movq RBX(%rsp), %rbx /* pt_regs->rbx */ 405 pushq %rbx /* pt_regs->rbx */
|
D | entry_64.S | 237 pushq %rbx 248 movq TASK_stack_canary(%rsi), %rbx 249 movq %rbx, PER_CPU_VAR(fixed_percpu_data) + stack_canary_offset 266 popq %rbx 286 testq %rbx, %rbx /* from kernel_thread? */ 299 CALL_NOSPEC rbx 942 SAVE_AND_SET_GSBASE scratch_reg=%rax save_reg=%rbx 1020 wrgsbase %rbx 1458 wrgsbase %rbx
|
/arch/x86/include/uapi/asm/ |
D | ptrace.h | 54 unsigned long rbx; member
|
/arch/x86/include/asm/ |
D | GEN-for-each-reg.h | 9 GEN(rbx)
|
123