|
The Pedigree Project
0.1
|
Collaboration diagram for Range:Public Attributes | |
| uint32_t | child_hi |
| uint32_t | child_lo |
| 32-bit child range start address. | |
| uint32_t | parent_hi |
| Unused. | |
| uint32_t | parent_lo |
| 32-bit parent range start address. | |
| uint32_t | size_hi |
| Unused. | |
| uint32_t | size_lo |
| Size of the range, in bytes. | |
The type of one entry in the "range" property, mapping child address spaces to parent address spaces.
Definition at line 47 of file system/kernel/machine/ppc_common/pci.cc.
| uint32_t Range::child_hi |
Holds the address space type, corresponding to a "assigned address" entry.
Definition at line 49 of file system/kernel/machine/ppc_common/pci.cc.
1.8.11