Disable MMU for Cortex A53 processors in 32-bit mode.
This function invalidates the TLBs, Branch Predictor Array and flushed the data cache before disabling the MMU.
Note: When the MMU is disabled, all the memory accesses are treated as strongly ordered.
Prototype
void Xil_DisableMMU(void);