Expand description
Low-level PSP wrappers for memory information and access.
Structs§
- MemRange
Info - Information about a specific memory range defined in the PSP memory table.
Enums§
- Memory
Type - Type of memory in the PSP memory table.
Functions§
- get_
cfe_ text_ segment_ info - Returns the location and size of the CFE text segment.
- get_
kernel_ text_ segment_ info - Returns the location and size of the kernel text segment.
- get_
mem_ range - Retrieves one of the records from the PSP’s memory table.
- get_
mem_ ranges - Returns the number of memory ranges defined in the PSP’s memory table.
- get_
reset_ area - Returns the location and size of the ES Reset information area.
- get_
user_ reserved_ area - Returns the location and size of the user-reserved memory area.
- get_
volatile_ disk_ mem - Returns the location and size of the memory used for the cFE volatile disk.
- mem_
validate_ range - Validates a memory range against the PSP’s memory map.