<!--
{
  "availability" : [
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ParavirtualizedGraphics",
  "identifier" : "/documentation/ParavirtualizedGraphics/PGPhysicalMemoryRange_s",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Paravirtualized Graphics"
    ],
    "preciseIdentifier" : "c:@S@PGPhysicalMemoryRange_s"
  },
  "title" : "PGPhysicalMemoryRange_s"
}
-->

# PGPhysicalMemoryRange_s

A range in the guest virtual machine’s physical memory address space.

```
struct PGPhysicalMemoryRange_s
```

## Topics

### Creating a Memory Range

[`init()`](/documentation/ParavirtualizedGraphics/PGPhysicalMemoryRange_s/init())

Creates a default memory range.

[`init(physicalAddress:physicalLength:)`](/documentation/ParavirtualizedGraphics/PGPhysicalMemoryRange_s/init(physicalAddress:physicalLength:))

Creates a memory range.

### Inspecting Range Properties

[`physicalAddress`](/documentation/ParavirtualizedGraphics/PGPhysicalMemoryRange_s/physicalAddress)

The starting address of the range in physical memory.

[`physicalLength`](/documentation/ParavirtualizedGraphics/PGPhysicalMemoryRange_s/physicalLength)

The length of the range.

### Type alias

[`PGPhysicalMemoryRange_t`](/documentation/ParavirtualizedGraphics/PGPhysicalMemoryRange_t)

## Relationships

### Conforms To

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Sendable`](/documentation/Swift/Sendable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)