Set the memory attributes for a section of memory in the translation table.
Prototype
u32 Xil_SetMPURegion(INTPTR addr, u64 size, u32 attrib);
Parameters
The following table lists the Xil_SetMPURegion
function arguments.
Name | Description |
---|---|
addr | 32-bit address for which memory attributes need to be set.. |
size | size is the size of the region. |
attrib | Attribute for the given memory region. |