Searched hist:fbcaa4115ecf8426fac627ad5548228d0d7e2894 (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/include/mm/ |
| H A D | fobj.h | fbcaa4115ecf8426fac627ad5548228d0d7e2894 Thu Feb 07 13:07:38 UTC 2019 Jens Wiklander <jens.wiklander@linaro.org> core: add fobj_sec_mem_alloc()
Adds fobj_sec_mem_alloc() which allocates physical memory from tee_mm_sec_ddr, to be used as TA memory.
Support is added in the MOBJ of with_fobj type to handle this new kind of fobj.
A fobj_ta_mem_alloc() macro is added to use either fobj_rw_paged_alloc() if paging of user TAs is enabled or else to use fobj_sec_mem_alloc() instead.
Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
|
| /optee_os/core/mm/ |
| H A D | fobj.c | fbcaa4115ecf8426fac627ad5548228d0d7e2894 Thu Feb 07 13:07:38 UTC 2019 Jens Wiklander <jens.wiklander@linaro.org> core: add fobj_sec_mem_alloc()
Adds fobj_sec_mem_alloc() which allocates physical memory from tee_mm_sec_ddr, to be used as TA memory.
Support is added in the MOBJ of with_fobj type to handle this new kind of fobj.
A fobj_ta_mem_alloc() macro is added to use either fobj_rw_paged_alloc() if paging of user TAs is enabled or else to use fobj_sec_mem_alloc() instead.
Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
|