/openbmc/qemu/system/ |
H A D | memory_mapping.c | 205 GuestPhysBlock *predecessor = NULL; in guest_phys_block_add_section() local 211 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 …]
|
/openbmc/qemu/scripts/ |
H A D | dump-guest-memory.py | 430 predecessor = None 434 predecessor = guest_phys_blocks[-1] 435 predecessor_size = (predecessor["target_end"] - 436 predecessor["target_start"]) 440 assert predecessor["target_end"] <= target_start 444 if (predecessor["target_end"] < target_start or 445 predecessor["host_addr"] + predecessor_size != host_addr): 446 predecessor = None 448 if predecessor is None: 457 predecessor["target_end"] = target_end
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | icplus-ip101ag.txt | 9 predecessor of the IP101G):
|
/openbmc/linux/Documentation/mm/ |
H A D | z3fold.rst | 8 ratio keeping the simplicity and determinism of its predecessor.
|
H A D | zsmalloc.rst | 11 This was one of the major issues with its predecessor (xvmalloc).
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | intel-bts.txt | 7 Intel BTS could be regarded as a predecessor to Intel PT and has some
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | element.py | 367 def insert_before(self, predecessor): argument 373 if self is predecessor: 381 if isinstance(predecessor, PageElement): 382 predecessor.extract() 384 parent.insert(index, predecessor)
|
/openbmc/linux/Documentation/arch/arm/ |
H A D | uefi.rst | 9 UEFI is an evolution of its predecessor 'EFI', so the terms EFI and
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | Intel | 42 documentation of any changes made by any predecessor Licensee. Licensee
|
H A D | Intel-ACPI | 18 …must include in that file the documentation of any changes made by any predecessor Licensee. Licen…
|
H A D | SSPL-1.0 | 384 the party's predecessor in interest had or could give under the previous 386 work from the predecessor in interest, if the predecessor has it or can
|
H A D | GPL-3.0-only | 144 …predecessor in interest had or could give under the previous paragraph, plus a right to possession…
|
H A D | AGPL-3.0-or-later | 408 whatever licenses to the work the party's predecessor in interest had or could 410 Source of the work from the predecessor in interest, if the predecessor has
|
H A D | AGPL-3.0-only | 446 licenses to the work the party's predecessor in interest had or could 448 Corresponding Source of the work from the predecessor in interest, if 449 the predecessor has it or can get it with reasonable efforts.
|
H A D | GPL-3.0-or-later | 419 whatever licenses to the work the party's predecessor in interest had or could 421 Source of the work from the predecessor in interest, if the predecessor has
|
/openbmc/openbmc/meta-openembedded/meta-oe/licenses/ |
H A D | SSPL-1 | 384 the party's predecessor in interest had or could give under the previous 386 work from the predecessor in interest, if the predecessor has it or can
|
/openbmc/ipmi-fru-parser/ |
H A D | LICENSE | 458 licenses to the work the party's predecessor in interest had or could 460 Corresponding Source of the work from the predecessor in interest, if 461 the predecessor has it or can get it with reasonable efforts.
|
/openbmc/linux/Documentation/filesystems/ |
H A D | tmpfs.rst | 64 necessary to mount the predecessor of tmpfs (shm fs) to use SYSV
|
H A D | xfs-online-fsck-design.rst | 131 Like its predecessor, it can only be used with unmounted filesystems.
|
/openbmc/linux/fs/nls/ |
H A D | Kconfig | 360 Lithuanian. It is an incomplete predecessor of Latin 7.
|
/openbmc/linux/Documentation/networking/ |
H A D | packet_mmap.rst | 759 works on a per block basis instead of per ring as in TPACKET_V2 and predecessor.
|
/openbmc/linux/crypto/ |
H A D | Kconfig | 1002 MD4, MD5 and its predecessor RIPEMD
|
/openbmc/linux/Documentation/RCU/Design/Data-Structures/ |
H A D | Data-Structures.rst | 708 its predecessor. Older callbacks are closer to the head of the list, and
|
/openbmc/linux/ |
H A D | CREDITS | 1894 D: is the predecessor of 'make menuconfig' and 'make xconfig'.
|
/openbmc/u-boot/ |
H A D | README | 4056 which was introduced for our predecessor project PPCBoot and uses a
|