OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:optee_context_t
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/arm-trusted-firmware/services/spd/opteed/
opteed_private.h
154
}
optee_context_t
;
typedef in typeref:struct:optee_context
169
uint64_t opteed_synchronous_sp_entry(
optee_context_t
*optee_ctx);
170
void __dead2 opteed_synchronous_sp_exit(
optee_context_t
*optee_ctx, uint64_t ret);
174
optee_context_t
*optee_ctx);
176
extern
optee_context_t
opteed_sp_context[OPTEED_CORE_COUNT];
opteed_pm.c
56
optee_context_t
*optee_ctx = &opteed_sp_context[linear_id];
90
optee_context_t
*optee_ctx = &opteed_sp_context[linear_id];
121
optee_context_t
*optee_ctx = &opteed_sp_context[linear_id];
158
optee_context_t
*optee_ctx = &opteed_sp_context[linear_id];
198
optee_context_t
*optee_ctx = &opteed_sp_context[linear_id];
219
optee_context_t
*optee_ctx = &opteed_sp_context[linear_id];
opteed_common.c
46
optee_context_t
*optee_ctx)
90
uint64_t opteed_synchronous_sp_entry(
optee_context_t
*optee_ctx)
119
void opteed_synchronous_sp_exit(
optee_context_t
*optee_ctx, uint64_t ret)
opteed_main.c
83
optee_context_t
opteed_sp_context[OPTEED_CORE_COUNT];
102
optee_context_t
*optee_ctx;
310
optee_context_t
*optee_ctx = &opteed_sp_context[linear_id];
354
optee_context_t
*optee_ctx = &opteed_sp_context[linear_id];
Completed in 7201 milliseconds