Home
last modified time | relevance | path

Searched hist:"83117 aedf63f092f4e378a3a26b4095b284906ec" (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/include/mm/
H A Dvm.h83117aedf63f092f4e378a3a26b4095b284906ec Tue Mar 16 12:18:18 UTC 2021 Etienne Carriere <etienne.carriere@linaro.org> core: mm: update description of vm.h exported functions

Update vm_va2pa() and vm_va2pa() inline description comments to
state these are not deprecated and add some details. These 2
functions are needed in debug mode to assert that va/pa conversion
is consistent with core implementation.

Move information about user mapping and ASID from core/mm/vm.h to
arm specific core_mmu.h since ASID is specific to Arm architectures.

Update style for vm_info_init() and vm_info_final() inline description
for consistency in the header file.

Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
Reviewed-by: Jerome Forissier <jerome@forissier.org>
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>