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.
Thank You,
Aravind
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.
Thank You,
Aravind
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
Thank You.
________________________________ From: Jens Wiklander jens.wiklander@linaro.org Sent: Monday, June 13, 2016 10:53:03 PM To: machiry aravind Cc: tee-dev@lists.linaro.org Subject: Re: [Tee-dev] OPTEE-OS: Initialization of thread's core_mmu_use_map?
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