/linux-6.1.9/fs/xfs/ |
D | xfs_extent_busy.c | 32 struct rb_node **rbp; in xfs_extent_busy_insert() local 46 rbp = &pag->pagb_tree.rb_node; in xfs_extent_busy_insert() 47 while (*rbp) { in xfs_extent_busy_insert() 48 parent = *rbp; in xfs_extent_busy_insert() 52 rbp = &(*rbp)->rb_left; in xfs_extent_busy_insert() 55 rbp = &(*rbp)->rb_right; in xfs_extent_busy_insert() 62 rb_link_node(&new->rb_node, parent, rbp); in xfs_extent_busy_insert() 85 struct rb_node *rbp; in xfs_extent_busy_search() local 91 rbp = pag->pagb_tree.rb_node; in xfs_extent_busy_search() 92 while (rbp) { in xfs_extent_busy_search() [all …]
|
/linux-6.1.9/arch/x86/entry/vdso/ |
D | vsgx.S | 30 push %rbp 32 .cfi_rel_offset %rbp, 0 33 mov %rsp, %rbp 34 .cfi_def_cfa_register %rbp 46 mov SGX_ENCLAVE_OFFSET_OF_RUN(%rbp), %rcx 67 mov SGX_ENCLAVE_OFFSET_OF_RUN(%rbp), %rbx 87 .cfi_def_cfa %rbp, 16 94 mov SGX_ENCLAVE_OFFSET_OF_RUN(%rbp), %rbx
|
/linux-6.1.9/arch/x86/platform/efi/ |
D | efi_thunk_64.S | 31 push %rbp 45 movq 0x18(%rax), %rbp 58 leaq 1f(%rip), %rbp 60 subq %rax, %rbp 86 pop %rbp
|
D | efi_stub_64.S | 14 pushq %rbp 15 movq %rsp, %rbp 17 mov 16(%rbp), %rax
|
/linux-6.1.9/arch/x86/kernel/ |
D | ftrace_64.S | 58 pushq %rbp 70 pushq %rbp 71 movq %rsp, %rbp 74 pushq %rbp 75 movq %rsp, %rbp 97 movq %rbp, %rdx 119 movq RBP(%rsp), %rbp 321 movq %rbp, %rdi
|
D | relocate_kernel_64.S | 57 pushq %rbp 217 movq 0(%rsp), %rbp 242 movq %rbp, %rax 249 popq %rbp
|
/linux-6.1.9/fs/ |
D | eventpoll.c | 742 struct rb_node *rbp; in ep_free() local 762 for (rbp = rb_first_cached(&ep->rbr); rbp; rbp = rb_next(rbp)) { in ep_free() 763 epi = rb_entry(rbp, struct epitem, rbn); in ep_free() 778 while ((rbp = rb_first_cached(&ep->rbr)) != NULL) { in ep_free() 779 epi = rb_entry(rbp, struct epitem, rbn); in ep_free() 870 struct rb_node *rbp; in ep_show_fdinfo() local 873 for (rbp = rb_first_cached(&ep->rbr); rbp; rbp = rb_next(rbp)) { in ep_show_fdinfo() 874 struct epitem *epi = rb_entry(rbp, struct epitem, rbn); in ep_show_fdinfo() 976 struct rb_node *rbp; in ep_find() local 981 for (rbp = ep->rbr.rb_root.rb_node; rbp; ) { in ep_find() [all …]
|
/linux-6.1.9/arch/x86/entry/ |
D | thunk_64.S | 15 pushq %rbp 16 movq %rsp, %rbp 49 popq %rbp
|
D | entry_64_compat.S | 208 PUSH_AND_CLEAR_REGS rcx=%rbp rax=$-ENOSYS 231 movq RBP(%rsp), %rbp /* pt_regs->rbp */
|
/linux-6.1.9/arch/x86/mm/ |
D | mem_encrypt_boot.S | 33 push %rbp 34 movq %rsp, %rbp /* RBP now has original stack pointer */ 65 movq %rbp, %rsp /* Restore original stack pointer */ 66 pop %rbp
|
/linux-6.1.9/arch/x86/um/ |
D | setjmp_64.S | 12 # %rbp 30 movq %rbp,16(%rdi) 48 movq 16(%rdi),%rbp
|
/linux-6.1.9/arch/x86/boot/compressed/ |
D | efi_thunk_64.S | 26 push %rbp 37 movq 0x30(%rsp), %rbp 60 leaq 1f(%rip), %rbp 103 pop %rbp
|
D | idt_handlers_64.S | 33 pushq %rbp 50 popq %rbp
|
D | head_64.S | 374 leaq startup_32(%rip) /* - $startup_32 */, %rbp 386 subq %rax, %rbp 391 addq %rax, %rbp 393 andq %rax, %rbp 394 cmpq $LOAD_PHYSICAL_ADDR, %rbp 397 movq $LOAD_PHYSICAL_ADDR, %rbp 403 addq %rbp, %rbx 594 movq %rbp, %r8 /* output target address */
|
/linux-6.1.9/arch/x86/kernel/acpi/ |
D | wakeup_64.S | 41 movq saved_rbp, %rbp 56 movq %rbp, pt_regs_bp(%rax) 76 movq %rbp, saved_rbp 103 movq pt_regs_bp(%rax), %rbp
|
/linux-6.1.9/arch/x86/purgatory/ |
D | entry64.S | 45 movq rbp(%rip), %rbp 67 rbp: .quad 0x0 label
|
/linux-6.1.9/tools/testing/selftests/x86/ |
D | thunks.S | 20 pushq %rbp 54 popq %rbp
|
D | test_syscall_vdso.c | 60 uint64_t rsi, rdi, rbp, rsp; member 120 …printf("si:%016llx di:%016llx bp:%016llx sp:%016llx\n", regs64.rsi, regs64.rdi, regs64.rbp, reg… in print_regs64()
|
/linux-6.1.9/arch/x86/crypto/ |
D | sha1_ni_asm.S | 98 push %rbp 99 mov %rsp, %rbp 291 mov %rbp, %rsp 292 pop %rbp
|
D | poly1305-x86_64-cryptogams.pl | 438 push %rbp 439 mov %rsp,%rbp 596 pop %rbp 622 push %rbp 623 .cfi_push %rbp 624 mov %rsp,%rbp 746 pop %rbp 747 .cfi_restore %rbp 756 push %rbp 757 .cfi_push %rbp [all …]
|
/linux-6.1.9/tools/testing/selftests/kvm/lib/x86_64/ |
D | handlers.S | 13 push %rbp 26 pop %rbp
|
/linux-6.1.9/fs/xfs/libxfs/ |
D | xfs_btree.c | 2325 struct xfs_buf *rbp; /* right buffer pointer */ in xfs_btree_lshift() local 2341 right = xfs_btree_get_block(cur, level, &rbp); in xfs_btree_lshift() 2344 error = xfs_btree_check_block(cur, right, level, rbp); in xfs_btree_lshift() 2429 xfs_btree_log_block(cur, rbp, XFS_BB_NUMRECS); in xfs_btree_lshift() 2450 xfs_btree_log_keys(cur, rbp, 1, rrecs); in xfs_btree_lshift() 2451 xfs_btree_log_ptrs(cur, rbp, 1, rrecs); in xfs_btree_lshift() 2457 xfs_btree_log_recs(cur, rbp, 1, rrecs); in xfs_btree_lshift() 2521 struct xfs_buf *rbp; /* right buffer pointer */ in xfs_btree_rshift() local 2558 error = xfs_btree_read_buf_block(cur, &rptr, 0, &right, &rbp); in xfs_btree_rshift() 2602 xfs_btree_log_keys(cur, rbp, 1, rrecs + 1); in xfs_btree_rshift() [all …]
|
/linux-6.1.9/tools/bpf/bpftool/Documentation/ |
D | bpftool-prog.rst | 298 0: push %rbp 299 1: mov %rsp,%rbp 301 3: sub $0x28,%rbp 302 4: mov %rbx,0x0(%rbp) 319 0: push %rbp 321 1: mov %rsp,%rbp 325 b: sub $0x28,%rbp 327 f: mov %rbx,0x0(%rbp)
|
/linux-6.1.9/arch/x86/power/ |
D | hibernate_asm_64.S | 44 movq pt_regs_bp(%rax), %rbp 75 movq %rbp, pt_regs_bp(%rax)
|
/linux-6.1.9/arch/x86/include/uapi/asm/ |
D | ptrace.h | 53 unsigned long rbp; member
|