Hi,
On Tue, Jun 14, 2016 at 12:03 AM, machiry aravind
<machiry_msidc@hotmail.com> wrote:
> Hi all,
>
>
> I am trying to understand the memory mapping of threads in op-tee.
>
>
> I am unable to figure out, for all threads,
>
> where the initialization of user_map (struct core_mmu_use_map) happens?
>
>
> Relative path to the src file would be highly appreciated.
It's done in core_mmu_create_user_map() in
core/arch/arm/mm/core_mmu_lpae.c or core/arch/arm/mm/core_mmu_v7.c
Regards,
Jens