Searched refs:rbp (Results 51 - 67 of 67) sorted by last modified time

123

/linux-master/arch/x86/platform/efi/
H A Defi_thunk_64.S31 push %rbp
45 movq 0x18(%rax), %rbp
58 leaq 1f(%rip), %rbp
60 subq %rax, %rbp
86 pop %rbp
H A Defi_stub_64.S14 pushq %rbp
15 movq %rsp, %rbp
17 mov 16(%rbp), %rax
/linux-master/net/ceph/
H A Dosdmap.c760 struct rb_node *rbp; local
762 for (rbp = rb_first(&map->pg_pools); rbp; rbp = rb_next(rbp)) {
764 rb_entry(rbp, struct ceph_pg_pool_info, node);
/linux-master/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.h173 uint64_t rbp; member in struct:intel_pt_blk_items::__anon4234::__anon4235::__anon4236
/linux-master/arch/x86/um/
H A Dsetjmp_64.S12 # %rbp
30 movq %rbp,16(%rdi)
48 movq 16(%rdi),%rbp
/linux-master/arch/x86/power/
H A Dhibernate_asm_64.S44 movq pt_regs_bp(%rax), %rbp
75 movq %rbp, pt_regs_bp(%rax)
/linux-master/include/xen/interface/hvm/
H A Dhvm_vcpu.h80 uint64_t rbp; member in struct:vcpu_hvm_x86_64
/linux-master/arch/x86/include/asm/
H A DGEN-for-each-reg.h11 GEN(rbp)
H A Dinst.h89 .ifc \r64,%rbp
H A Dframe.h33 * the original rbp.
36 leaq 1+\ptregs_offset(%rsp), %rbp
65 "lea 1(%rsp), %rbp\n\t"
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dhandlers.S13 push %rbp
26 pop %rbp
/linux-master/arch/x86/include/uapi/asm/
H A Dsigcontext.h336 __u64 rbp; member in struct:sigcontext
H A Dptrace.h53 unsigned long rbp; member in struct:pt_regs
/linux-master/tools/testing/selftests/x86/
H A Dthunks.S20 pushq %rbp
54 popq %rbp
H A Dtest_syscall_vdso.c60 uint64_t rsi, rdi, rbp, rsp; member in struct:regs64
79 " movq %rbp, 6*8(%rax)\n"
120 printf("si:%016llx di:%016llx bp:%016llx sp:%016llx\n", regs64.rsi, regs64.rdi, regs64.rbp, regs64.rsp);
/linux-master/tools/perf/arch/x86/tests/
H A Dregs_load.S38 movq %rbp, BP(%rdi)
/linux-master/arch/x86/purgatory/
H A Dentry64.S45 movq rbp(%rip), %rbp
67 rbp: .quad 0x0 label

Completed in 284 milliseconds

123