Searched full:partitions (Results 1 – 15 of 15) sorted by relevance
/qemu/hw/scsi/ |
H A D | viosrp.h | 25 /* commands between logical partitions. */ 28 /* between partitions. The definitions in this file are architected, */ 31 /* between logical partitions */
|
/qemu/target/i386/ |
H A D | cpu.c | 287 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 D | cpu.h | 1788 /* 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 D | test_arm_orangepi.py | 131 exec_command_and_wait_for_pattern(self, 'cat /proc/partitions', 214 'switch to partitions #0, OK')
|
H A D | test_arm_cubieboard.py | 96 exec_command_and_wait_for_pattern(self, 'cat /proc/partitions',
|
H A D | test_arm_bpim2u.py | 124 exec_command_and_wait_for_pattern(self, 'cat /proc/partitions',
|
/qemu/hw/nvram/ |
H A D | mac_nvram.c | 205 /* Set up NVRAM with OF and OSX partitions */
|
/qemu/docs/system/arm/ |
H A D | aspeed.rst | 176 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 D | qemu-nbd.rst | 261 partitions found within), then disconnect the device when done.
|
/qemu/docs/system/ppc/ |
H A D | powernv.rst | 27 * PNOR containing the different firmware partitions.
|
/qemu/docs/about/ |
H A D | removed-features.rst | 1188 could only handle MBR partitions, and never correctly handled logical 1189 partitions beyond partition 5. Exporting a partition can still be
|
/qemu/pc-bios/ |
HD | u-boot.e500 | ... Invalid partition %d ** ** No valid partitions found ** ** Invalid partition type "%. ... |
/qemu/hw/sd/ |
H A D | sd.c | 771 * 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 D | commands-linux.c | 876 * Detect partitions subdirectory, name is "<disk_name><number>" or
|
/qemu/block/ |
H A D | vvfat.c | 385 /*LBA partitions are identified only by start/length_sector_long not by CHS*/ in init_mbr()
|