Searched refs:src_entry (Results 1 – 2 of 2) sorted by relevance
3447 struct vm_map_entry *src_entry, *psrc_entry = NULL; in uvm_share() local 3461 if (!uvm_map_lookup_entry(srcmap, srcaddr, &src_entry)) { in uvm_share() 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() 3472 if (psrc_entry != NULL && psrc_entry->end != src_entry->start) in uvm_share() 3474 if (src_entry->start >= srcaddr + sz) in uvm_share() 3477 if (UVM_ET_ISSUBMAP(src_entry)) in uvm_share() 3479 if (!UVM_ET_ISCOPYONWRITE(src_entry) 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()