Searched refs:predecessor (Results 1 – 13 of 13) sorted by relevance
205 GuestPhysBlock *predecessor = NULL; in guest_phys_block_add_section() local211 predecessor = QTAILQ_LAST(&g->list->head); in guest_phys_block_add_section()212 predecessor_size = predecessor->target_end - predecessor->target_start; in guest_phys_block_add_section()215 g_assert(predecessor->target_end <= target_start); in guest_phys_block_add_section()218 if (predecessor->target_end < target_start || in guest_phys_block_add_section()219 predecessor->host_addr + predecessor_size != host_addr || in guest_phys_block_add_section()220 predecessor->mr != section->mr) { in guest_phys_block_add_section()221 predecessor = NULL; in guest_phys_block_add_section()225 if (predecessor == NULL) { in guest_phys_block_add_section()241 predecessor->target_end = target_end; in guest_phys_block_add_section()[all …]
430 predecessor = None434 predecessor = guest_phys_blocks[-1]435 predecessor_size = (predecessor["target_end"] -436 predecessor["target_start"])440 assert predecessor["target_end"] <= target_start444 if (predecessor["target_end"] < target_start or445 predecessor["host_addr"] + predecessor_size != host_addr):446 predecessor = None448 if predecessor is None:457 predecessor["target_end"] = target_end
525 for predecessor in args:528 if isinstance(predecessor, PageElement):529 predecessor.extract()531 parent.insert(index, predecessor)
42 documentation of any changes made by any predecessor Licensee. Licensee
18 …must include in that file the documentation of any changes made by any predecessor Licensee. Licen…
384 the party's predecessor in interest had or could give under the previous386 work from the predecessor in interest, if the predecessor has it or can
419 whatever licenses to the work the party's predecessor in interest had or could421 Source of the work from the predecessor in interest, if the predecessor has
446 licenses to the work the party's predecessor in interest had or could448 Corresponding Source of the work from the predecessor in interest, if449 the predecessor has it or can get it with reasonable efforts.
144 …predecessor in interest had or could give under the previous paragraph, plus a right to possession…
408 whatever licenses to the work the party's predecessor in interest had or could410 Source of the work from the predecessor in interest, if the predecessor has
458 licenses to the work the party's predecessor in interest had or could460 Corresponding Source of the work from the predecessor in interest, if461 the predecessor has it or can get it with reasonable efforts.
4056 which was introduced for our predecessor project PPCBoot and uses a