Home
last modified time | relevance | path

Searched full:partitions (Results 1 – 15 of 15) sorted by relevance

/qemu/hw/scsi/
H A Dviosrp.h25 /* commands between logical partitions. */
28 /* between partitions. The definitions in this file are architected, */
31 /* between logical partitions */
/qemu/target/i386/
H A Dcpu.c287 cache->partitions * cache->sets); in encode_cache_cpuid4()
296 assert(cache->partitions > 0); in encode_cache_cpuid4()
301 ((cache->partitions - 1) << 12) | in encode_cache_cpuid4()
492 cache->partitions * cache->sets); in encode_cache_cpuid8000001d()
499 assert(cache->partitions > 0); in encode_cache_cpuid8000001d()
504 ((cache->partitions - 1) << 12) | in encode_cache_cpuid8000001d()
586 .partitions = 1,
600 .partitions = 1,
615 .partitions = 1,
629 .partitions = 1,
[all …]
H A Dcpu.h1788 /* Physical line partitions. CPUID[0x8000001D].EBX, CPUID[4].EBX */
1789 uint8_t partitions; member
1795 * (Is this synonym to @partitions?)
/qemu/tests/functional/
H A Dtest_arm_orangepi.py131 exec_command_and_wait_for_pattern(self, 'cat /proc/partitions',
214 'switch to partitions #0, OK')
H A Dtest_arm_cubieboard.py96 exec_command_and_wait_for_pattern(self, 'cat /proc/partitions',
H A Dtest_arm_bpim2u.py124 exec_command_and_wait_for_pattern(self, 'cat /proc/partitions',
/qemu/hw/nvram/
H A Dmac_nvram.c205 /* Set up NVRAM with OF and OSX partitions */
/qemu/docs/system/arm/
H A Daspeed.rst176 eMMC image includes special boot partitions. Such an image can be
213 boot partitions, otherwise the contents will not be accessible to the
/qemu/docs/tools/
H A Dqemu-nbd.rst261 partitions found within), then disconnect the device when done.
/qemu/docs/system/ppc/
H A Dpowernv.rst27 * PNOR containing the different firmware partitions.
/qemu/docs/about/
H A Dremoved-features.rst1188 could only handle MBR partitions, and never correctly handled logical
1189 partitions beyond partition 5. Exporting a partition can still be
/qemu/pc-bios/
HDu-boot.e500 ... Invalid partition %d ** ** No valid partitions found ** ** Invalid partition type "%. ...
/qemu/hw/sd/
H A Dsd.c771 * This requires a disk image that has two boot partitions inserted at the
772 * beginning of it. The size of the boot partitions is the "boot-size"
/qemu/qga/
H A Dcommands-linux.c876 * Detect partitions subdirectory, name is "<disk_name><number>" or
/qemu/block/
H A Dvvfat.c385 /*LBA partitions are identified only by start/length_sector_long not by CHS*/ in init_mbr()