Searched refs:fixup_entry (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/arch/powerpc/lib/ |
D | feature-fixups.c | 28 struct fixup_entry { struct 37 static u32 *calc_addr(struct fixup_entry *fcur, long offset) in calc_addr() argument 70 static int patch_feature_section(unsigned long value, struct fixup_entry *fcur) in patch_feature_section() 102 struct fixup_entry *fcur, *fend; in do_feature_fixups() 716 static struct fixup_entry fixup; 718 static long __init calc_offset(struct fixup_entry *entry, unsigned int *p) in calc_offset()
|
/linux-6.1.9/drivers/android/ |
D | binder_internal.h | 507 struct list_head fixup_entry; member
|
D | binder.c | 1545 list_for_each_entry_safe(fixup, tmp, &t->fd_fixups, fixup_entry) { in binder_free_txn_fixups() 1549 list_del(&fixup->fixup_entry); in binder_free_txn_fixups() 2292 list_add_tail(&fixup->fixup_entry, &t->fd_fixups); in binder_translate_fd() 4304 list_for_each_entry(fixup, &t->fd_fixups, fixup_entry) { in binder_apply_fd_fixups() 4326 list_for_each_entry_safe(fixup, tmp, &t->fd_fixups, fixup_entry) { in binder_apply_fd_fixups() 4328 list_del(&fixup->fixup_entry); in binder_apply_fd_fixups()
|