Home
last modified time | relevance | path

Searched refs:rbp (Results 1 – 18 of 18) sorted by relevance

/arch/x86/crypto/
Dsalsa20-x86_64-asm_64.S38 # rbp_stack = rbp
39 movq %rbp,48(%rsp)
165 lea (%r14,%rdx),%rbp
169 xor %rbp,%r9
171 lea (%rdi,%r15),%rbp
175 xor %rbp,%r10
177 lea (%rdx,%r9),%rbp
181 xor %rbp,%r11
183 lea (%r15,%r10),%rbp
187 xor %rbp,%r13
[all …]
Daes-x86_64-asm_64.S46 #define R7 %rbp
/arch/x86/kernel/
Dhead_64.S69 leaq _text(%rip), %rbp
70 subq $_text - __START_KERNEL_map, %rbp
73 movq %rbp, %rax
86 addq %rbp, init_level4_pgt + 0(%rip)
87 addq %rbp, init_level4_pgt + (L4_PAGE_OFFSET*8)(%rip)
88 addq %rbp, init_level4_pgt + (L4_START_KERNEL*8)(%rip)
90 addq %rbp, level3_ident_pgt + 0(%rip)
92 addq %rbp, level3_kernel_pgt + (510*8)(%rip)
93 addq %rbp, level3_kernel_pgt + (511*8)(%rip)
95 addq %rbp, level2_fixmap_pgt + (506*8)(%rip)
[all …]
Dentry_64.S76 movq 8(%rbp), %rsi
120 movq 8(%rbp), %rsi
139 leaq 8(%rbp), %rdi
311 CFI_REL_OFFSET rbp, RBP+\offset
333 movq_cfi rbp, 8 /* push %rbp */
334 leaq 8(%rsp), %rbp /* mov %rsp, %ebp */
349 pushq_cfi %rbp /* backlink for unwinder */
363 movq_cfi rbp, RBP+16
388 movq_cfi rbp, RBP+8
730 movq_cfi_restore RBP+8, rbp
[all …]
Drelocate_kernel_64.S256 xorq %rbp, %rbp
/arch/x86/boot/compressed/
Dhead_64.S224 leaq startup_32(%rip) /* - $startup_32 */, %rbp
225 addq $(PMD_PAGE_SIZE - 1), %rbp
226 andq $PMD_PAGE_MASK, %rbp
227 movq %rbp, %rbx
229 movq $CONFIG_PHYSICAL_START, %rbp
230 movq %rbp, %rbx
294 movq %rbp, %r8 # output
302 jmp *%rbp
/arch/x86/lib/
Dcsum-copy_64.S73 movq %rbp,6*8(%rsp)
74 CFI_REL_OFFSET rbp, 6*8
108 movq 40(%rdi),%rbp
122 adcq %rbp,%rax
140 movq %rbp,40(%rsi)
227 movq 6*8(%rsp),%rbp
228 CFI_RESTORE rbp
/arch/um/sys-x86_64/
Dsetjmp.S11 # %rbp
29 movq %rbp,16(%rdi)
47 movq 16(%rdi),%rbp
/arch/x86/kernel/acpi/
Dwakeup_64.S32 movq saved_rbp, %rbp
48 movq %rbp, pt_regs_bp(%rax)
68 movq %rbp, saved_rbp
95 movq pt_regs_bp(%rax), %rbp
/arch/x86/include/asm/
Dcalling.h129 movq %rbp, 4*8(%rsp)
130 CFI_REL_OFFSET rbp, 4*8
150 movq 4*8(%rsp), %rbp
151 CFI_RESTORE rbp
Dsigcontext.h243 unsigned long rbp; member
Dptrace.h73 unsigned long rbp; member
Dkvm.h83 __u64 rsi, rdi, rsp, rbp; member
/arch/x86/power/
Dhibernate_asm_64.S28 movq %rbp, pt_regs_bp(%rax)
125 movq pt_regs_bp(%rax), %rbp
/arch/x86/ia32/
Dia32entry.S113 CFI_REGISTER rsp,rbp
126 pushq %rbp
147 1: movl (%rbp),%ebp
293 movq %rbp,RCX-ARGOFFSET(%rsp) /* this lies slightly to ptrace */
/arch/x86/kvm/
Dsvm.c1809 [rbp]"i"(offsetof(struct vcpu_svm, vcpu.arch.regs[VCPU_REGS_RBP])) in svm_vcpu_run()
Dx86.c3177 regs->rbp = kvm_register_read(vcpu, VCPU_REGS_RBP); in kvm_arch_vcpu_ioctl_get_regs()
3214 kvm_register_write(vcpu, VCPU_REGS_RBP, regs->rbp); in kvm_arch_vcpu_ioctl_set_regs()
Dvmx.c3422 [rbp]"i"(offsetof(struct vcpu_vmx, vcpu.arch.regs[VCPU_REGS_RBP])), in vmx_vcpu_run()