Home
last modified time | relevance | path

Searched refs:store_ops (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/arch/arm/kernel/
H A Dsecure_partition.c499 const struct ts_store_ops *store_ops = NULL; in load_binary_sp() local
533 res = sp_binary_open(&uctx->ts_ctx->uuid, &store_ops, &handle); in load_binary_sp()
540 res = store_ops->get_size(handle, &bin_size); in load_binary_sp()
579 res = store_ops->read(handle, NULL, (void *)va, bin_size); in load_binary_sp()
589 store_ops->close(handle); in load_binary_sp()
610 store_ops->close(handle); in load_binary_sp()