Searched refs:ml2 (Results 1 – 2 of 2) sorted by relevance
1139 struct memlist *ml = NULL, *ml2 = NULL; in drmach_setup_mc_info() local1210 ml2 = memlist_dup(phys_install); in drmach_setup_mc_info()1213 ml2 = memlist_del_span(ml2, 0ull, mp->slice_base); in drmach_setup_mc_info()1214 if (ml2 && endpa > addr_max) { in drmach_setup_mc_info()1215 ml2 = memlist_del_span(ml2, addr_max, endpa - addr_max); in drmach_setup_mc_info()1225 if (ml2) { in drmach_setup_mc_info()1229 for (p = ml2; p; p = p->ml_next) { in drmach_setup_mc_info()1233 memlist_delete(ml2); in drmach_setup_mc_info()1234 ml2 = NULL; in drmach_setup_mc_info()1237 mp->base_pa = ml2->ml_address; in drmach_setup_mc_info()[all …]
285 mlist_t *ml1 = stdp->t_members, *ml2 = ttdp->t_members; in equiv_su() local288 while (ml1 && ml2) { in equiv_su()289 if (ml1->ml_offset != ml2->ml_offset || in equiv_su()290 strcmp(ml1->ml_name, ml2->ml_name) != 0) in equiv_su()298 if (ml1->ml_size != ml2->ml_size || in equiv_su()299 !equiv_node(ml1->ml_type, ml2->ml_type, ed)) in equiv_su()305 ml2 = ml2->ml_next; in equiv_su()308 if (ml1 || ml2) in equiv_su()