Home
last modified time | relevance | path

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

/linux-2.6.39/arch/um/sys-x86_64/
Dstub.S10 movq $(STUB_DATA >> 32), %rbx
11 salq $32, %rbx
13 or %rcx, %rbx
14 movq %rax, (%rbx)
19 mov $(STUB_DATA >> 32), %rbx
20 sal $32, %rbx
22 or %rax, %rbx
24 mov %rbx, %rsp
32 mov %rax, 8(%rbx)
37 mov %rsp, 8(%rbx)
[all …]
Dsetjmp.S9 # %rbx
26 movq %rbx,(%rdi)
45 movq (%rdi),%rbx
/linux-2.6.39/arch/x86/kernel/acpi/
Dwakeup_64.S29 movq saved_rbx, %rbx
51 movq %rbx, pt_regs_bx(%rax)
69 movq %rbx, saved_rbx
84 movq saved_context_cr4(%rax), %rbx
85 movq %rbx, %cr4
86 movq saved_context_cr3(%rax), %rbx
87 movq %rbx, %cr3
88 movq saved_context_cr2(%rax), %rbx
89 movq %rbx, %cr2
90 movq saved_context_cr0(%rax), %rbx
[all …]
/linux-2.6.39/arch/x86/lib/
Dcopy_page_64.S24 movq %rbx,(%rsp)
25 CFI_REL_OFFSET rbx, 0
37 movq 8 (%rsi), %rbx
48 movq %rbx, 8 (%rdi)
67 movq 8 (%rsi), %rbx
76 movq %rbx, 8 (%rdi)
89 movq (%rsp),%rbx
90 CFI_RESTORE rbx
Dcsum-copy_64.S65 movq %rbx, 2*8(%rsp)
66 CFI_REL_OFFSET rbx, 2*8
97 movq (%rdi), %rbx
117 adcq %rbx, %rax
129 movq %rbx, (%rsi)
166 movq (%rdi), %rbx
167 adcq %rbx, %rax
170 movq %rbx, (%rsi)
219 movq 2*8(%rsp), %rbx
220 CFI_RESTORE rbx
Dmsr-reg.S17 pushq_cfi %rbx
39 popq_cfi %rbx
Dcmpxchg16b_emu.S51 movq %rbx, SEG_PREFIX(%rsi)
/linux-2.6.39/arch/x86/kernel/
Drelocate_kernel_64.S53 pushq %rbx
153 xorq %rbx, %rbx
207 popq %rbx
219 movq (%rbx), %rcx
220 addq $8, %rbx
230 movq %rcx, %rbx
231 andq $0xfffffffffffff000, %rbx
Dhead_64.S107 leaq level3_ident_pgt(%rip), %rbx
108 movq %rdx, 0(%rbx, %rax, 8)
114 leaq level2_spare_pgt(%rip), %rbx
115 movq %rdx, 0(%rbx, %rax, 8)
Dentry_64.S291 CFI_REL_OFFSET rbx, RBX+\offset
349 movq_cfi rbx, RBX+16
375 movq_cfi rbx, RBX+8
704 movq_cfi_restore RBX+8, rbx
1422 movq_cfi rbx, RBX+8
/linux-2.6.39/arch/x86/boot/compressed/
Dhead_64.S240 leaq z_extract_offset(%rbp), %rbx
243 leaq boot_stack_end(%rbx), %rsp
255 leaq (_bss-8)(%rbx), %rdi
266 leaq relocated(%rbx), %rax
290 addq %rbx, (%rdx)
/linux-2.6.39/arch/x86/crypto/
Dsalsa20-x86_64-asm_64.S36 # rbx_stack = rbx
37 movq %rbx,40(%rsp)
151 mov %r15,%rbx
221 xor %r15,%rbx
223 lea (%rbp,%rbx),%r15
229 lea (%rbx,%rcx),%r15
353 lea (%rbx,%r15),%rbp
369 xor %rbp,%rbx
371 lea (%r13,%rbx),%rbp
437 xor %r15,%rbx
[all …]
Daes-x86_64-asm_64.S25 #define R2 %rbx
Dtwofish-x86_64-asm_64.S46 #define R1 %rbx
/linux-2.6.39/arch/x86/include/asm/
Dcalling.h179 movq %rbx, 5*8(%rsp)
180 CFI_REL_OFFSET rbx, 5*8
204 movq 5*8(%rsp), %rbx
205 CFI_RESTORE rbx
Dsigcontext.h244 unsigned long rbx; member
Dptrace.h75 unsigned long rbx; member
Dinst.h27 .ifc \r64,%rbx
Dkvm.h92 __u64 rax, rbx, rcx, rdx; member
/linux-2.6.39/arch/x86/power/
Dhibernate_asm_64.S31 movq %rbx, pt_regs_bx(%rax)
72 movq restore_cr3(%rip), %rbx
111 movq %rbx, %cr3
128 movq pt_regs_bx(%rax), %rbx
/linux-2.6.39/arch/x86/kvm/
Dtrace.h119 TP_PROTO(unsigned int function, unsigned long rax, unsigned long rbx,
121 TP_ARGS(function, rax, rbx, rcx, rdx),
126 __field( unsigned long, rbx )
134 __entry->rbx = rbx;
141 __entry->rbx, __entry->rcx, __entry->rdx)
Dx86.c5459 regs->rbx = kvm_register_read(vcpu, VCPU_REGS_RBX); in kvm_arch_vcpu_ioctl_get_regs()
5486 kvm_register_write(vcpu, VCPU_REGS_RBX, regs->rbx); in kvm_arch_vcpu_ioctl_set_regs()
Dvmx.c4101 [rbx]"i"(offsetof(struct vcpu_vmx, vcpu.arch.regs[VCPU_REGS_RBX])), in vmx_vcpu_run()
Dsvm.c3627 [rbx]"i"(offsetof(struct vcpu_svm, vcpu.arch.regs[VCPU_REGS_RBX])), in svm_vcpu_run()
/linux-2.6.39/Documentation/kvm/
Dapi.txt242 __u64 rax, rbx, rcx, rdx;