---
title: PhysicalSegment
framework: kernel
role: pseudoSymbol
path: kernel/iomemorycursor/physicalsegment
---

# PhysicalSegment

## Declaration

```occ
struct PhysicalSegment {
   IOPhysicalAddress location;
   IOPhysicalLength length;
};
```

## Overview

Overview A physical address/length pair.
