Searched refs:fixup_entry (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/arch/powerpc/lib/ |
| D | feature-fixups.c | 26 struct fixup_entry { struct 35 static struct ppc_inst *calc_addr(struct fixup_entry *fcur, long offset) in calc_addr() argument 69 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() 589 static struct fixup_entry fixup; 591 static long calc_offset(struct fixup_entry *entry, unsigned int *p) in calc_offset()
|
| /Linux-v5.10/drivers/android/ |
| D | binder.c | 563 struct list_head fixup_entry; member 1888 list_for_each_entry_safe(fixup, tmp, &t->fd_fixups, fixup_entry) { in binder_free_txn_fixups() 1890 list_del(&fixup->fixup_entry); in binder_free_txn_fixups() 2587 list_add_tail(&fixup->fixup_entry, &t->fd_fixups); in binder_translate_fd() 4116 list_for_each_entry(fixup, &t->fd_fixups, fixup_entry) { in binder_apply_fd_fixups() 4139 list_for_each_entry_safe(fixup, tmp, &t->fd_fixups, fixup_entry) { in binder_apply_fd_fixups() 4154 list_del(&fixup->fixup_entry); in binder_apply_fd_fixups()
|