Home
last modified time | relevance | path

Searched full:partition (Results 1 – 25 of 89) sorted by relevance

1234

/qemu/target/i386/whpx/
H A Dwhpx-internal.h35 WHV_PARTITION_HANDLE partition; member
56 X(HRESULT, WHvCreatePartition, (WHV_PARTITION_HANDLE* Partition)) \
57 X(HRESULT, WHvSetupPartition, (WHV_PARTITION_HANDLE Partition)) \
58 X(HRESULT, WHvDeletePartition, (WHV_PARTITION_HANDLE Partition)) \
59 …X(HRESULT, WHvGetPartitionProperty, (WHV_PARTITION_HANDLE Partition, WHV_PARTITION_PROPERTY_CODE P…
60 …X(HRESULT, WHvSetPartitionProperty, (WHV_PARTITION_HANDLE Partition, WHV_PARTITION_PROPERTY_CODE P…
61 …X(HRESULT, WHvMapGpaRange, (WHV_PARTITION_HANDLE Partition, VOID* SourceAddress, WHV_GUEST_PHYSICA…
62 …X(HRESULT, WHvUnmapGpaRange, (WHV_PARTITION_HANDLE Partition, WHV_GUEST_PHYSICAL_ADDRESS GuestAddr…
63 …X(HRESULT, WHvTranslateGva, (WHV_PARTITION_HANDLE Partition, UINT32 VpIndex, WHV_GUEST_VIRTUAL_ADD…
64 …X(HRESULT, WHvCreateVirtualProcessor, (WHV_PARTITION_HANDLE Partition, UINT32 VpIndex, UINT32 Flag…
[all …]
H A Dwhpx-all.c316 whpx->partition, cpu->cpu_index, &xcr0_name, 1, &xcr0); in whpx_set_xcrs()
330 * Suspend the partition prior to setting the TSC to reduce the variance in whpx_set_tsc()
332 * partition is automatically resumed. in whpx_set_tsc()
337 * Unable to suspend partition while setting TSC is not a fatal in whpx_set_tsc()
341 hr = whp_dispatch.WHvSuspendPartitionTime(whpx->partition); in whpx_set_tsc()
343 warn_report("WHPX: Failed to suspend partition, hr=%08lx", hr); in whpx_set_tsc()
349 whpx->partition, cpu->cpu_index, &tsc_reg, 1, &tsc_val); in whpx_set_tsc()
543 whpx->partition, cpu->cpu_index, in whpx_set_registers()
562 whpx->partition, cpu->cpu_index, &tsc_reg, 1, &tsc_val); in whpx_get_tsc()
586 whpx->partition, cpu->cpu_index, &xcr0_name, 1, &xcr0); in whpx_get_xcrs()
[all …]
H A Dwhpx-apic.c106 whpx_global.partition, in whpx_put_apic_base()
141 whpx_global.partition, in whpx_apic_put()
161 whpx_global.partition, in whpx_apic_get()
209 HRESULT hr = whp_dispatch.WHvRequestInterrupt(whpx_global.partition, in whpx_send_msi()
/qemu/target/ppc/
H A Dmmu-book3s-v3.h26 * Partition table definitions
28 #define PTCR_PATB 0x0FFFFFFFFFFFF000ULL /* Partition Table Base */
29 #define PTCR_PATS 0x000000000000001FULL /* Partition Table Size */
31 /* Partition Table Entry Fields */
75 * dig out the partition table in the fast path. This is
H A Dmmu-radix64.c33 /* Radix Partition Table Entry Fields */
473 * partition-scoped translation when effLPID = 0 results in normal in ppc_radix64_partition_scoped_xlate()
494 * The spapr vhc has a flat partition scope provided by qemu memory when
556 * Process table addresses are subject to partition-scoped in ppc_radix64_process_scoped_xlate()
559 * On a Radix host, the partition-scoped page table for LPID=0 in ppc_radix64_process_scoped_xlate()
615 * Each process table address is subject to a partition-scoped in ppc_radix64_process_scoped_xlate()
679 * 2. Partition-scoped translation: Guest Real Addr -> Host Real Addr
685 * | Relocation | Partition | No |
688 * | Relocation | Partition & | Process |
742 /* Get Partition Table */ in ppc_radix64_xlate_impl()
[all …]
H A Dmmu-book3s-v3.c31 /* Check if partition table is properly aligned */ in ppc64_v3_get_pate()
/qemu/hw/block/
H A Dhd-geometry.c40 struct partition { struct
45 uint8_t sys_ind; /* What partition type */ argument
50 uint32_t nr_sects; /* nr of sectors in partition */ argument
53 /* try to guess the disk logical geometry from the MS-DOS partition table.
60 struct partition *p; in guess_disk_lchs()
74 p = ((struct partition *)(buf + 0x1be)) + i; in guess_disk_lchs()
77 /* We make the assumption that the partition terminates on in guess_disk_lchs()
H A Dxen-block.c67 * be no other disk or partition with the same disk number.
142 vdev->partition = 0; in xen_block_find_free_vdev()
170 trace_xen_block_disconnect(type, vdev->disk, vdev->partition); in xen_block_disconnect()
185 trace_xen_block_connect(type, vdev->disk, vdev->partition); in xen_block_connect()
280 trace_xen_block_unrealize(type, vdev->disk, vdev->partition); in xen_block_unrealize()
301 trace_xen_block_size(type, vdev->disk, vdev->partition, sectors); in xen_block_set_size()
359 trace_xen_block_realize(type, vdev->disk, vdev->partition); in xen_block_realize()
497 str = g_strdup_printf("d%lup%lu", vdev->disk, vdev->partition); in xen_block_get_vdev()
511 vbd_name, vdev->partition); in xen_block_get_vdev()
597 if (qemu_strtoul(p, &end, 10, &vdev->partition)) { in xen_block_set_vdev()
[all …]
H A Dtrace-events66 xen_block_realize(const char *type, uint32_t disk, uint32_t partition) "%s d%up%u"
67 xen_block_connect(const char *type, uint32_t disk, uint32_t partition) "%s d%up%u"
68 xen_block_disconnect(const char *type, uint32_t disk, uint32_t partition) "%s d%up%u"
69 xen_block_unrealize(const char *type, uint32_t disk, uint32_t partition) "%s d%up%u"
70 xen_block_size(const char *type, uint32_t disk, uint32_t partition, int64_t sectors) "%s d%up%u %"P…
/qemu/tests/qemu-iotests/
H A Dfat16.py33 partition = data[446 + i * 16 : 446 + (i + 1) * 16]
36 "status": partition[0],
37 "start_head": partition[1],
38 "start_sector": partition[2] & 0x3F,
39 "start_cylinder": ((partition[2] & 0xC0) << 2)
40 | partition[3],
41 "type": partition[4],
42 "end_head": partition[5],
43 "end_sector": partition[6] & 0x3F,
44 "end_cylinder": ((partition[6] & 0xC0) << 2)
[all …]
/qemu/hw/usb/
H A Dhcd-ohci.h51 /* Control partition */
56 /* memory pointer partition */
64 /* Frame counter partition */
74 /* Root Hub partition */
/qemu/hw/nvram/
H A Dmac_nvram.c167 /* Set up a system OpenBIOS NVRAM partition */
173 /* OpenBIOS nvram variables partition */ in pmac_format_nvram_partition_of()
177 /* Free space partition */ in pmac_format_nvram_partition_of()
183 /* Set up a Mac OS X NVRAM partition */
191 /* empty partition */ in pmac_format_nvram_partition_osx()
211 * partition. in pmac_format_nvram_partition()
H A Dchrp_nvram.c45 * Create a "system partition", used for the Open Firmware
74 /* XXX: OpenBIOS is not able to grow up a partition. Leave some space for in chrp_nvram_create_system_partition()
89 * Create a "free space" partition
/qemu/docs/system/riscv/
H A Dsifive_u.rst242 partition u-boot-spl {
245 partition-type-uuid = 5B193300-FC78-40CD-8002-E86C45580B47
248 partition u-boot {
251 partition-type-uuid = 2E54B353-1271-4842-806F-E436D6AF6985
255 SPI flash image has slightly different partition offsets, and the size has to
268 partition u-boot-spl {
271 partition-type-uuid = 5B193300-FC78-40CD-8002-E86C45580B47
274 partition u-boot {
277 partition-type-uuid = 2E54B353-1271-4842-806F-E436D6AF6985
/qemu/pc-bios/dtb/
H A Dcanyonlands.dts233 partition@0 {
237 partition@1e0000 {
241 partition@200000 {
245 partition@1600000 {
249 partition@1a00000 {
253 partition@3f60000 {
257 partition@3fa0000 {
280 partition@0 {
284 partition@100000 {
H A Dpetalogix-ml605.dts319 partition@0 {
324 partition@100000 {
329 partition@140000 {
334 partition@160000 {
339 partition@180000 {
344 partition@b80000 {
/qemu/include/hw/ppc/
H A Dspapr_nested.h12 #define GSB_PART_SCOPED_PAGETBL 0x0005 /* Partition Scoped Page Table */
208 * Management Space associated with the Host Partition.
214 * Management Space associated with the Host Partition.
220 * Page Table Management Space associated with the Host Partition.
226 * Page Table Management Space associated with the Host Partition.
233 * Management Space associated with the Host Partition.
H A Dspapr_numa.h2 * QEMU PowerPC pSeries Logical Partition NUMA associativity handling
H A Dxics_spapr.h2 * QEMU PowerPC pSeries Logical Partition (aka sPAPR) hardware System Emulator
/qemu/pc-bios/
HDu-boot.e500 ... inf no %s devices available part no %s partition table available ... is now current device % ...
/qemu/hw/sparc64/
H A Dniagara.c137 outside of the partition RAM */ in niagara_init()
169 mc->default_ram_id = "sun4v-partition.ram"; in niagara_class_init()
/qemu/tests/uefi-test-tools/
H A DMakefile48 # Embed the "UEFI system partition" into an ISO9660 file system as an ElTorito
65 # Format a "UEFI system partition", using the UEFI binary as the default boot
/qemu/tests/vm/
H A Dnetbsd111 self.console_wait_send("a: Guid Partition Table", "a\n")
114 self.console_wait_send("x: Partition sizes ok", "x\n")
H A Dcentos-8-aarch64.ks11 # Partition clearing information
/qemu/include/hw/xen/
H A Dxen-block.h29 unsigned long partition; member

1234