Home
last modified time | relevance | path

Searched hist:"589 a49419e4f0c4f91c80f76d3f814a4eb48a895" (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/include/tee/
H A Dtee_obj.h589a49419e4f0c4f91c80f76d3f814a4eb48a895 Fri Oct 09 08:10:30 UTC 2020 Jerome Forissier <jerome@forissier.org> core: use vaddr_t instead of uint32_t for object IDs

Some function incorrectly use uint32_t for object identifiers:
tee_obj_get(), tee_svc_cryp_get_state() and tee_svc_storage_get_enum().
Those object IDs are actually virtual addresses so they need to be of
type vaddr_t.

Link: https://github.com/OP-TEE/optee_os/issues/4035#issuecomment-680037072
Signed-off-by: Jerome Forissier <jerome@forissier.org>
/optee_os/core/tee/
H A Dtee_obj.c589a49419e4f0c4f91c80f76d3f814a4eb48a895 Fri Oct 09 08:10:30 UTC 2020 Jerome Forissier <jerome@forissier.org> core: use vaddr_t instead of uint32_t for object IDs

Some function incorrectly use uint32_t for object identifiers:
tee_obj_get(), tee_svc_cryp_get_state() and tee_svc_storage_get_enum().
Those object IDs are actually virtual addresses so they need to be of
type vaddr_t.

Link: https://github.com/OP-TEE/optee_os/issues/4035#issuecomment-680037072
Signed-off-by: Jerome Forissier <jerome@forissier.org>
H A Dtee_svc_storage.c589a49419e4f0c4f91c80f76d3f814a4eb48a895 Fri Oct 09 08:10:30 UTC 2020 Jerome Forissier <jerome@forissier.org> core: use vaddr_t instead of uint32_t for object IDs

Some function incorrectly use uint32_t for object identifiers:
tee_obj_get(), tee_svc_cryp_get_state() and tee_svc_storage_get_enum().
Those object IDs are actually virtual addresses so they need to be of
type vaddr_t.

Link: https://github.com/OP-TEE/optee_os/issues/4035#issuecomment-680037072
Signed-off-by: Jerome Forissier <jerome@forissier.org>
H A Dtee_svc_cryp.c589a49419e4f0c4f91c80f76d3f814a4eb48a895 Fri Oct 09 08:10:30 UTC 2020 Jerome Forissier <jerome@forissier.org> core: use vaddr_t instead of uint32_t for object IDs

Some function incorrectly use uint32_t for object identifiers:
tee_obj_get(), tee_svc_cryp_get_state() and tee_svc_storage_get_enum().
Those object IDs are actually virtual addresses so they need to be of
type vaddr_t.

Link: https://github.com/OP-TEE/optee_os/issues/4035#issuecomment-680037072
Signed-off-by: Jerome Forissier <jerome@forissier.org>