Home
last modified time | relevance | path

Searched refs:rbp (Results 1 - 25 of 114) sorted by relevance

12345

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_extent_busy.c33 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 Dxfs_extent_busy.c32 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 Dvsgx.S10 /* 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 Defi_thunk_64.S31 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 Dftrace_64.S18 /* 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 Dxattr.c1161 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 Deventpoll.c787 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 Dftrace_64.S20 /* 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 Dthunk_64.S15 pushq %rbp
16 movq %rsp, %rbp
39 popq %rbp
/kernel/linux/linux-5.10/fs/
H A Deventpoll.c815 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 Dsetjmp_64.S12 # %rbp
30 movq %rbp,16(%rdi)
48 movq 16(%rdi),%rbp
/kernel/linux/linux-6.6/arch/x86/um/
H A Dsetjmp_64.S12 # %rbp
30 movq %rbp,16(%rdi)
48 movq 16(%rdi),%rbp
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H A Dhead_64.S311 * 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 Didt_handlers_64.S33 pushq %rbp
50 popq %rbp
/kernel/linux/linux-5.10/arch/x86/entry/
H A Dentry_64_compat.S102 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 Dwakeup_64.S39 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 Dwakeup_64.S41 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 Dhead_64.S347 * 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 Didt_handlers_64.S33 pushq %rbp
50 popq %rbp
/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H A Dthunks.S20 pushq %rbp
54 popq %rbp
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Dthunks.S20 pushq %rbp
54 popq %rbp
/kernel/linux/linux-5.10/arch/x86/purgatory/
H A Dentry64.S45 movq rbp(%rip), %rbp
67 rbp: .quad 0x0 label
/kernel/linux/linux-6.6/arch/x86/purgatory/
H A Dentry64.S45 movq rbp(%rip), %rbp
67 rbp: .quad 0x0 label
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/x86_64/
H A Dhandlers.S13 push %rbp
26 pop %rbp
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/x86_64/
H A Dhandlers.S13 push %rbp
26 pop %rbp

Completed in 11 milliseconds

12345