/linux-6.12.1/fs/xfs/ |
D | xfs_extent_busy.c | 32 struct rb_node **rbp; in xfs_extent_busy_insert_list() local 47 rbp = &pag->pagb_tree.rb_node; in xfs_extent_busy_insert_list() 48 while (*rbp) { in xfs_extent_busy_insert_list() 49 parent = *rbp; in xfs_extent_busy_insert_list() 53 rbp = &(*rbp)->rb_left; in xfs_extent_busy_insert_list() 56 rbp = &(*rbp)->rb_right; in xfs_extent_busy_insert_list() 63 rb_link_node(&new->rb_node, parent, rbp); in xfs_extent_busy_insert_list() 109 struct rb_node *rbp; in xfs_extent_busy_search() local 115 rbp = pag->pagb_tree.rb_node; in xfs_extent_busy_search() 116 while (rbp) { in xfs_extent_busy_search() [all …]
|
/linux-6.12.1/arch/x86/entry/vdso/ |
D | vsgx.S | 29 push %rbp 31 .cfi_rel_offset %rbp, 0 32 mov %rsp, %rbp 33 .cfi_def_cfa_register %rbp 45 mov SGX_ENCLAVE_OFFSET_OF_RUN(%rbp), %rcx 66 mov SGX_ENCLAVE_OFFSET_OF_RUN(%rbp), %rbx 86 .cfi_def_cfa %rbp, 16 93 mov SGX_ENCLAVE_OFFSET_OF_RUN(%rbp), %rbx
|
/linux-6.12.1/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.12.1/fs/ |
D | xattr.c | 1165 struct rb_node *rbp; in simple_xattr_get() local 1169 rbp = rb_find(name, &xattrs->rb_root, rbtree_simple_xattr_cmp); in simple_xattr_get() 1170 if (rbp) { in simple_xattr_get() 1171 xattr = rb_entry(rbp, struct simple_xattr, rb_node); in simple_xattr_get() 1215 struct rb_node *parent = NULL, **rbp; in simple_xattr_set() local 1232 rbp = &xattrs->rb_root.rb_node; in simple_xattr_set() 1233 while (*rbp) { in simple_xattr_set() 1234 parent = *rbp; in simple_xattr_set() 1235 ret = rbtree_simple_xattr_cmp(name, *rbp); in simple_xattr_set() 1237 rbp = &(*rbp)->rb_left; in simple_xattr_set() [all …]
|
D | eventpoll.c | 869 struct rb_node *rbp, *next; in ep_clear_and_put() local 882 for (rbp = rb_first_cached(&ep->rbr); rbp; rbp = rb_next(rbp)) { in ep_clear_and_put() 883 epi = rb_entry(rbp, struct epitem, rbn); in ep_clear_and_put() 897 for (rbp = rb_first_cached(&ep->rbr); rbp; rbp = next) { in ep_clear_and_put() 898 next = rb_next(rbp); in ep_clear_and_put() 899 epi = rb_entry(rbp, struct epitem, rbn); in ep_clear_and_put() 1046 struct rb_node *rbp; in ep_show_fdinfo() local 1049 for (rbp = rb_first_cached(&ep->rbr); rbp; rbp = rb_next(rbp)) { in ep_show_fdinfo() 1050 struct epitem *epi = rb_entry(rbp, struct epitem, rbn); in ep_show_fdinfo() 1148 struct rb_node *rbp; in ep_find() local [all …]
|
/linux-6.12.1/arch/x86/entry/ |
D | entry_64_fred.S | 61 push %rbp 62 mov %rsp, %rbp 97 push %rbp 126 pop %rbp
|
D | calling.h | 85 pushq %rbp /* pt_regs->rbp */ 135 popq %rbp 434 pushq %rbp 435 movq %rsp, %rbp 458 popq %rbp
|
D | entry_64_compat.S | 210 PUSH_AND_CLEAR_REGS rcx=%rbp rax=$-ENOSYS 236 movq RBP(%rsp), %rbp /* pt_regs->rbp */
|
/linux-6.12.1/arch/x86/kernel/ |
D | ftrace_64.S | 59 pushq %rbp 71 pushq %rbp 72 movq %rsp, %rbp 75 pushq %rbp 76 movq %rsp, %rbp 98 movq %rbp, %rdx 120 movq RBP(%rsp), %rbp 356 movq %rbp, 16(%rsp)
|
D | relocate_kernel_64.S | 60 pushq %rbp 220 movq 0(%rsp), %rbp 245 movq %rbp, %rax 252 popq %rbp
|
/linux-6.12.1/arch/x86/boot/compressed/ |
D | head_64.S | 324 leaq startup_32(%rip) /* - $startup_32 */, %rbp 327 addq %rax, %rbp 329 andq %rax, %rbp 330 cmpq $LOAD_PHYSICAL_ADDR, %rbp 333 movq $LOAD_PHYSICAL_ADDR, %rbp 339 addq %rbp, %rbx 476 movq %rbp, %rsi 507 pushq %rbp 532 popq %rbp
|
D | idt_handlers_64.S | 33 pushq %rbp 50 popq %rbp
|
D | efi_mixed.S | 78 push %rbp 89 movq 0x30(%rsp), %rbp 110 leaq 1f(%rip), %rbp 145 pop %rbp
|
/linux-6.12.1/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.12.1/arch/x86/um/ |
D | setjmp_64.S | 12 # %rbp 30 movq %rbp,16(%rdi) 48 movq 16(%rdi),%rbp
|
/linux-6.12.1/arch/x86/purgatory/ |
D | entry64.S | 45 movq rbp(%rip), %rbp 67 rbp: .quad 0x0 label
|
/linux-6.12.1/arch/x86/kernel/acpi/ |
D | wakeup_64.S | 41 movq saved_rbp(%rip), %rbp 56 movq %rbp, pt_regs_bp(%rax) 76 movq %rbp, saved_rbp(%rip) 103 movq pt_regs_bp(%rax), %rbp
|
/linux-6.12.1/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.12.1/arch/x86/crypto/ |
D | sha1_ni_asm.S | 97 push %rbp 98 mov %rsp, %rbp 290 mov %rbp, %rsp 291 pop %rbp
|
/linux-6.12.1/tools/testing/selftests/kvm/lib/x86_64/ |
D | handlers.S | 13 push %rbp 26 pop %rbp
|
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_btree.c | 2425 struct xfs_buf *rbp; /* right buffer pointer */ in xfs_btree_lshift() local 2440 right = xfs_btree_get_block(cur, level, &rbp); in xfs_btree_lshift() 2443 error = xfs_btree_check_block(cur, right, level, rbp); in xfs_btree_lshift() 2528 xfs_btree_log_block(cur, rbp, XFS_BB_NUMRECS); in xfs_btree_lshift() 2549 xfs_btree_log_keys(cur, rbp, 1, rrecs); in xfs_btree_lshift() 2550 xfs_btree_log_ptrs(cur, rbp, 1, rrecs); in xfs_btree_lshift() 2556 xfs_btree_log_recs(cur, rbp, 1, rrecs); in xfs_btree_lshift() 2621 struct xfs_buf *rbp; /* right buffer pointer */ in xfs_btree_rshift() local 2657 error = xfs_btree_read_buf_block(cur, &rptr, 0, &right, &rbp); in xfs_btree_rshift() 2701 xfs_btree_log_keys(cur, rbp, 1, rrecs + 1); in xfs_btree_rshift() [all …]
|
/linux-6.12.1/tools/bpf/bpftool/Documentation/ |
D | bpftool-prog.rst | 288 0: push %rbp 289 1: mov %rsp,%rbp 291 3: sub $0x28,%rbp 292 4: mov %rbx,0x0(%rbp) 309 0: push %rbp 311 1: mov %rsp,%rbp 315 b: sub $0x28,%rbp 317 f: mov %rbx,0x0(%rbp)
|
/linux-6.12.1/arch/x86/power/ |
D | hibernate_asm_64.S | 44 movq pt_regs_bp(%rax), %rbp 75 movq %rbp, pt_regs_bp(%rax)
|