Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.

We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.

Thank you for your understanding.


This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to map a PA into EL3's VA space?

By checking the data, I know that all physical memory can be accessed in el3 privilege mode. Now I have known the physical address of a block of allocated memory area in the kernel, and have passed the physical address to el3 through SMC, but I find that MMU is also turned on in el3, and I find that the virtual address and physical address in el3 are the same by printing tf_xlat_table. But I still haven't found a way to map the physical address to el3's virtual address space.