/linux-6.3-rc2/fs/xfs/ |
A D | xfs_extent_busy.c | 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() 92 while (rbp) { in xfs_extent_busy_search() 98 rbp = rbp->rb_left; in xfs_extent_busy_search() 103 rbp = rbp->rb_right; in xfs_extent_busy_search() 295 rbp = rbp->rb_left; in xfs_extent_busy_reuse() 298 rbp = rbp->rb_right; in xfs_extent_busy_reuse() 347 rbp = rbp->rb_left; in xfs_extent_busy_trim() [all …]
|
/linux-6.3-rc2/arch/x86/entry/vdso/ |
A 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.3-rc2/arch/x86/platform/efi/ |
A 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
|
A D | efi_stub_64.S | 14 pushq %rbp 15 movq %rsp, %rbp 17 mov 16(%rbp), %rax
|
/linux-6.3-rc2/fs/ |
A D | xattr.c | 1113 struct rb_node *rbp; in simple_xattr_get() local 1118 if (rbp) { in simple_xattr_get() 1184 while (*rbp) { in simple_xattr_set() 1185 parent = *rbp; in simple_xattr_set() 1188 rbp = &(*rbp)->rb_left; in simple_xattr_set() 1190 rbp = &(*rbp)->rb_right; in simple_xattr_set() 1286 struct rb_node *rbp; in simple_xattr_list() local 1308 for (rbp = rb_first(&xattrs->rb_root); rbp; rbp = rb_next(rbp)) { in simple_xattr_list() 1378 struct rb_node *rbp; in simple_xattrs_free() local 1381 while (rbp) { in simple_xattrs_free() [all …]
|
A 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() 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() 976 struct rb_node *rbp; in ep_find() local 981 for (rbp = ep->rbr.rb_root.rb_node; rbp; ) { in ep_find() 985 rbp = rbp->rb_right; in ep_find() 987 rbp = rbp->rb_left; in ep_find() 1000 struct rb_node *rbp; in ep_find_tfd() local 1003 for (rbp = rb_first_cached(&ep->rbr); rbp; rbp = rb_next(rbp)) { in ep_find_tfd() [all …]
|
/linux-6.3-rc2/arch/x86/kernel/ |
A 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 350 movq %rbp, %rdi
|
A D | relocate_kernel_64.S | 58 pushq %rbp 218 movq 0(%rsp), %rbp 243 movq %rbp, %rax 250 popq %rbp
|
/linux-6.3-rc2/arch/x86/entry/ |
A D | thunk_64.S | 15 pushq %rbp 16 movq %rsp, %rbp 49 popq %rbp
|
A D | entry_64_compat.S | 207 PUSH_AND_CLEAR_REGS rcx=%rbp rax=$-ENOSYS 230 movq RBP(%rsp), %rbp /* pt_regs->rbp */
|
/linux-6.3-rc2/arch/x86/mm/ |
A 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.3-rc2/arch/x86/um/ |
A D | setjmp_64.S | 12 # %rbp 30 movq %rbp,16(%rdi) 48 movq 16(%rdi),%rbp
|
/linux-6.3-rc2/arch/x86/kernel/acpi/ |
A 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.3-rc2/arch/x86/boot/compressed/ |
A D | head_64.S | 348 leaq startup_32(%rip) /* - $startup_32 */, %rbp 360 subq %rax, %rbp 365 addq %rax, %rbp 367 andq %rax, %rbp 368 cmpq $LOAD_PHYSICAL_ADDR, %rbp 371 movq $LOAD_PHYSICAL_ADDR, %rbp 377 addq %rbp, %rbx 570 movq %rbp, %r8 /* output target address */
|
A D | idt_handlers_64.S | 33 pushq %rbp 50 popq %rbp
|
A D | efi_mixed.S | 69 push %rbp 80 movq 0x30(%rsp), %rbp 101 leaq 1f(%rip), %rbp 136 pop %rbp
|
/linux-6.3-rc2/arch/x86/purgatory/ |
A D | entry64.S | 45 movq rbp(%rip), %rbp 67 rbp: .quad 0x0 label
|
/linux-6.3-rc2/tools/testing/selftests/x86/ |
A D | thunks.S | 20 pushq %rbp 54 popq %rbp
|
A 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.3-rc2/arch/x86/crypto/ |
A D | sha1_ni_asm.S | 97 push %rbp 98 mov %rsp, %rbp 290 mov %rbp, %rsp 291 pop %rbp
|
A D | poly1305-x86_64-cryptogams.pl | 437 push %rbp 595 pop %rbp 621 push %rbp 745 pop %rbp 755 push %rbp 835 pop %rbp 1543 push %rbp 1683 push %rbp 3990 push %rbp 4040 push %rbp [all …]
|
/linux-6.3-rc2/tools/testing/selftests/kvm/lib/x86_64/ |
A D | handlers.S | 13 push %rbp 26 pop %rbp
|
/linux-6.3-rc2/fs/xfs/libxfs/ |
A D | xfs_btree.c | 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() 2780 xfs_btree_log_keys(cur, rbp, 1, rrecs); in __xfs_btree_split() 2781 xfs_btree_log_ptrs(cur, rbp, 1, rrecs); in __xfs_btree_split() 2839 xfs_btree_setbuf(cur, level, rbp); in __xfs_btree_split() 3138 bp = rbp; in xfs_btree_new_root() 3142 rbp = bp; in xfs_btree_new_root() 3143 xfs_btree_buf_to_ptr(cur, rbp, &rptr); in xfs_btree_new_root() 4090 rbp = bp; in xfs_btree_delrec() [all …]
|
/linux-6.3-rc2/arch/x86/power/ |
A D | hibernate_asm_64.S | 44 movq pt_regs_bp(%rax), %rbp 75 movq %rbp, pt_regs_bp(%rax)
|
/linux-6.3-rc2/tools/bpf/bpftool/Documentation/ |
A D | bpftool-prog.rst | 309 0: push %rbp 310 1: mov %rsp,%rbp 312 3: sub $0x28,%rbp 313 4: mov %rbx,0x0(%rbp) 330 0: push %rbp 332 1: mov %rsp,%rbp 336 b: sub $0x28,%rbp 338 f: mov %rbx,0x0(%rbp)
|