Searched refs:src_entry (Results 1 – 2 of 2) sorted by relevance
3468 for (; src_entry != NULL; in uvm_share()3469 psrc_entry = src_entry, in uvm_share()3470 src_entry = RBT_NEXT(uvm_map_addr, src_entry)) { in uvm_share()3474 if (src_entry->start >= srcaddr + sz) in uvm_share()3477 if (UVM_ET_ISSUBMAP(src_entry)) in uvm_share()3480 UVM_ET_ISNEEDSCOPY(src_entry)) in uvm_share()3488 if (srcaddr > src_entry->start) in uvm_share()3489 s_off = srcaddr - src_entry->start; in uvm_share()3490 else if (srcaddr == src_entry->start) in uvm_share()3495 remain = src_entry->end - src_entry->start - s_off; in uvm_share()[all …]
7790 property_table_entry *the_add_entry, *src_entry, *target_entry = NULL; in move_shared_literal() local7816 src_entry = elf_xtensa_find_property_entry in move_shared_literal()7857 if (target_sec->alignment_power > 2 && target_entry != src_entry) in move_shared_literal()7896 if (sec->alignment_power > 2 && target_entry != src_entry) in move_shared_literal()7901 if (src_entry) in move_shared_literal()7902 entry_sec_offset = src_entry->address - sec->vma + src_entry->size; in move_shared_literal()