Hi experts,
Recently I want to conduct one secure-related scanning in TrustZone for some NS kernel memory.
To do this, I need at first reporting the PA of the memory from NS kernel. My idea is developing a kernel module to achieve the goal.
I write the
…