/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_extent_busy.c | 33 struct rb_node **rbp; in xfs_extent_busy_insert() local 48 rbp = &pag->pagb_tree.rb_node; in xfs_extent_busy_insert() 49 while (*rbp) { in xfs_extent_busy_insert() 50 parent = *rbp; in xfs_extent_busy_insert() 54 rbp = &(*rbp)->rb_left; in xfs_extent_busy_insert() 57 rbp = &(*rbp)->rb_right; in xfs_extent_busy_insert() 64 rb_link_node(&new->rb_node, parent, rbp); in xfs_extent_busy_insert() 89 struct rb_node *rbp; in xfs_extent_busy_search() local 290 struct rb_node *rbp; xfs_extent_busy_reuse() local 341 struct rb_node *rbp; xfs_extent_busy_trim() local [all...] |
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_extent_busy.c | 32 struct rb_node **rbp; in xfs_extent_busy_insert_list() local 46 rbp = &pag->pagb_tree.rb_node; in xfs_extent_busy_insert_list() 47 while (*rbp) { in xfs_extent_busy_insert_list() 48 parent = *rbp; in xfs_extent_busy_insert_list() 52 rbp = &(*rbp)->rb_left; in xfs_extent_busy_insert_list() 55 rbp = &(*rbp)->rb_right; in xfs_extent_busy_insert_list() 62 rb_link_node(&new->rb_node, parent, rbp); in xfs_extent_busy_insert_list() 108 struct rb_node *rbp; in xfs_extent_busy_search() local 305 struct rb_node *rbp; xfs_extent_busy_reuse() local 353 struct rb_node *rbp; xfs_extent_busy_trim() local [all...] |
/kernel/linux/linux-6.6/arch/x86/entry/vdso/ |
H A D | vsgx.S | 10 /* Relative to %rbp. */ 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
|
/kernel/linux/linux-6.6/arch/x86/platform/efi/ |
H 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
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | ftrace_64.S | 18 /* Save parent and function stack frames (rip and rbp) */ 51 * %rdx - holds the original %rbp 56 /* Save the original rbp */ 57 pushq %rbp 67 /* Save the parent pointer (skip orig rbp and our return address) */ 69 pushq %rbp 70 movq %rsp, %rbp 71 /* Save the return address (now skip orig rbp, rbp and parent) */ 73 pushq %rbp [all...] |
/kernel/linux/linux-6.6/fs/ |
H A D | xattr.c | 1161 struct rb_node *rbp; in simple_xattr_get() local 1165 rbp = rb_find(name, &xattrs->rb_root, rbtree_simple_xattr_cmp); in simple_xattr_get() 1166 if (rbp) { in simple_xattr_get() 1167 xattr = rb_entry(rbp, struct simple_xattr, rb_node); in simple_xattr_get() 1211 struct rb_node *parent = NULL, **rbp; in simple_xattr_set() local 1228 rbp = &xattrs->rb_root.rb_node; in simple_xattr_set() 1229 while (*rbp) { in simple_xattr_set() 1230 parent = *rbp; in simple_xattr_set() 1231 ret = rbtree_simple_xattr_cmp(name, *rbp); in simple_xattr_set() 1233 rbp in simple_xattr_set() 1313 struct rb_node *rbp; simple_xattr_list() local 1393 struct rb_node *rbp; simple_xattrs_free() local [all...] |
H A D | eventpoll.c | 787 struct rb_node *rbp, *next; in ep_clear_and_put() local 800 for (rbp = rb_first_cached(&ep->rbr); rbp; rbp = rb_next(rbp)) { in ep_clear_and_put() 801 epi = rb_entry(rbp, struct epitem, rbn); in ep_clear_and_put() 815 for (rbp = rb_first_cached(&ep->rbr); rbp; rbp = next) { in ep_clear_and_put() 816 next = rb_next(rbp); in ep_clear_and_put() 907 struct rb_node *rbp; ep_show_fdinfo() local 1007 struct rb_node *rbp; ep_find() local 1031 struct rb_node *rbp; ep_find_tfd() local 1964 struct rb_node *rbp; ep_loop_check_proc() local [all...] |
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | ftrace_64.S | 20 /* Save parent and function stack frames (rip and rbp) */ 53 * %rdx - holds the original %rbp 58 /* Save the original rbp */ 59 pushq %rbp 69 /* Save the parent pointer (skip orig rbp and our return address) */ 71 pushq %rbp 72 movq %rsp, %rbp 73 /* Save the return address (now skip orig rbp, rbp and parent) */ 75 pushq %rbp [all...] |
/kernel/linux/linux-6.6/arch/x86/entry/ |
H A D | thunk_64.S | 15 pushq %rbp 16 movq %rsp, %rbp 39 popq %rbp
|
/kernel/linux/linux-5.10/fs/ |
H A D | eventpoll.c | 815 struct rb_node *rbp; in ep_free() local 835 for (rbp = rb_first_cached(&ep->rbr); rbp; rbp = rb_next(rbp)) { in ep_free() 836 epi = rb_entry(rbp, struct epitem, rbn); in ep_free() 851 while ((rbp = rb_first_cached(&ep->rbr)) != NULL) { in ep_free() 852 epi = rb_entry(rbp, struct epitem, rbn); in ep_free() 951 struct rb_node *rbp; in ep_show_fdinfo() local 954 for (rbp in ep_show_fdinfo() 1052 struct rb_node *rbp; ep_find() local 1076 struct rb_node *rbp; ep_find_tfd() local 2010 struct rb_node *rbp; ep_loop_check_proc() local [all...] |
/kernel/linux/linux-5.10/arch/x86/um/ |
H A D | setjmp_64.S | 12 # %rbp 30 movq %rbp,16(%rdi) 48 movq 16(%rdi),%rbp
|
/kernel/linux/linux-6.6/arch/x86/um/ |
H A D | setjmp_64.S | 12 # %rbp 30 movq %rbp,16(%rdi) 48 movq 16(%rdi),%rbp
|
/kernel/linux/linux-6.6/arch/x86/boot/compressed/ |
H A D | head_64.S | 311 * we were loaded at aligned to a 2M boundary. %rbp contains the 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 471 movq %rbp, %rsi 502 pushq %rbp 527 popq %rbp [all...] |
H A D | idt_handlers_64.S | 33 pushq %rbp 50 popq %rbp
|
/kernel/linux/linux-5.10/arch/x86/entry/ |
H A D | entry_64_compat.S | 102 pushq %rbp /* pt_regs->rbp (will be overwritten) */ 103 xorl %ebp, %ebp /* nospec rbp */ 234 pushq %rbp /* pt_regs->cx (stashed in bp) */ 247 pushq %rbp /* pt_regs->rbp (will be overwritten) */ 248 xorl %ebp, %ebp /* nospec rbp */ 280 movq RBP(%rsp), %rbp /* pt_regs->rbp */ 407 pushq %rbp /* pt_reg [all...] |
/kernel/linux/linux-5.10/arch/x86/kernel/acpi/ |
H A D | wakeup_64.S | 39 movq saved_rbp, %rbp 53 movq %rbp, pt_regs_bp(%rax) 73 movq %rbp, saved_rbp 100 movq pt_regs_bp(%rax), %rbp
|
/kernel/linux/linux-6.6/arch/x86/kernel/acpi/ |
H 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
|
/kernel/linux/linux-5.10/arch/x86/boot/compressed/ |
H A D | head_64.S | 347 * we were loaded at aligned to a 2M boundary. %rbp contains the 360 leaq startup_32(%rip) /* - $startup_32 */, %rbp 372 subq %rax, %rbp 377 addq %rax, %rbp 379 andq %rax, %rbp 380 cmpq $LOAD_PHYSICAL_ADDR, %rbp 383 movq $LOAD_PHYSICAL_ADDR, %rbp 389 addq %rbp, %rbx 465 pushq %rbp 486 popq %rbp [all...] |
H A D | idt_handlers_64.S | 33 pushq %rbp 50 popq %rbp
|
/kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
H A D | thunks.S | 20 pushq %rbp 54 popq %rbp
|
/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | thunks.S | 20 pushq %rbp 54 popq %rbp
|
/kernel/linux/linux-5.10/arch/x86/purgatory/ |
H A D | entry64.S | 45 movq rbp(%rip), %rbp 67 rbp: .quad 0x0 label
|
/kernel/linux/linux-6.6/arch/x86/purgatory/ |
H A D | entry64.S | 45 movq rbp(%rip), %rbp 67 rbp: .quad 0x0 label
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | handlers.S | 13 push %rbp 26 pop %rbp
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | handlers.S | 13 push %rbp 26 pop %rbp
|