Searched refs:fixup_entry (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/lib/ |
H A D | feature-fixups.c | 28 struct fixup_entry { struct 37 static u32 *calc_addr(struct fixup_entry *fcur, long offset) in calc_addr() 71 struct fixup_entry *fcur) in patch_feature_section_mask() 104 struct fixup_entry *fcur, *fend; in do_feature_fixups_mask() 704 static int patch_feature_section(unsigned long value, struct fixup_entry *fcur) in patch_feature_section() 710 static struct fixup_entry fixup; 712 static long __init calc_offset(struct fixup_entry *entry, unsigned int *p) in calc_offset()
|
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | feature-fixups.c | 27 struct fixup_entry { struct 36 static struct ppc_inst *calc_addr(struct fixup_entry *fcur, long offset) in calc_addr() 70 static int patch_feature_section(unsigned long value, struct fixup_entry *fcur) in patch_feature_section() 103 struct fixup_entry *fcur, *fend; in do_feature_fixups() 636 static struct fixup_entry fixup; 638 static long calc_offset(struct fixup_entry *entry, unsigned int *p) in calc_offset()
|
/kernel/linux/linux-6.6/drivers/android/ |
H A D | binder_internal.h | 503 * @fixup_entry: list entry 514 struct list_head fixup_entry; member
|
H A D | binder.c | 1592 list_for_each_entry_safe(fixup, tmp, &t->fd_fixups, fixup_entry) { in binder_free_txn_fixups() 1596 list_del(&fixup->fixup_entry); in binder_free_txn_fixups() 2353 list_add_tail(&fixup->fixup_entry, &t->fd_fixups); in binder_translate_fd() 4406 list_for_each_entry(fixup, &t->fd_fixups, fixup_entry) { in binder_apply_fd_fixups() 4428 list_for_each_entry_safe(fixup, tmp, &t->fd_fixups, fixup_entry) { in binder_apply_fd_fixups() 4430 list_del(&fixup->fixup_entry); in binder_apply_fd_fixups()
|
/kernel/linux/linux-5.10/drivers/android/ |
H A D | binder.c | 589 * @fixup_entry: list entry 599 struct list_head fixup_entry; member 1965 list_for_each_entry_safe(fixup, tmp, &t->fd_fixups, fixup_entry) { in binder_free_txn_fixups() 1967 list_del(&fixup->fixup_entry); in binder_free_txn_fixups() 2701 list_add_tail(&fixup->fixup_entry, &t->fd_fixups); in binder_translate_fd() 4573 list_for_each_entry(fixup, &t->fd_fixups, fixup_entry) { in binder_apply_fd_fixups() 4596 list_for_each_entry_safe(fixup, tmp, &t->fd_fixups, fixup_entry) { in binder_apply_fd_fixups() 4611 list_del(&fixup->fixup_entry); in binder_apply_fd_fixups()
|
Completed in 19 milliseconds