OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c_rt_ctx
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/arm-trusted-firmware/services/spd/tspd/
tspd_common.c
95
assert(tsp_ctx->
c_rt_ctx
== 0);
102
rc = tspd_enter_sp(&tsp_ctx->
c_rt_ctx
);
104
tsp_ctx->
c_rt_ctx
= 0;
126
assert(tsp_ctx->
c_rt_ctx
!= 0);
127
tspd_exit_sp(tsp_ctx->
c_rt_ctx
, ret);
tspd_private.h
192
* '
c_rt_ctx
' - stack address to restore C runtime context from after
207
uint64_t
c_rt_ctx
;
member in struct:tsp_context
237
uint64_t tspd_enter_sp(uint64_t *
c_rt_ctx
);
238
void __dead2 tspd_exit_sp(uint64_t
c_rt_ctx
, uint64_t ret);
/device/linaro/bootloader/arm-trusted-firmware/services/spd/opteed/
opteed_common.c
95
assert(optee_ctx->
c_rt_ctx
== 0);
102
rc = opteed_enter_sp(&optee_ctx->
c_rt_ctx
);
104
optee_ctx->
c_rt_ctx
= 0;
126
assert(optee_ctx->
c_rt_ctx
!= 0);
127
opteed_exit_sp(optee_ctx->
c_rt_ctx
, ret);
opteed_private.h
145
* '
c_rt_ctx
' - stack address to restore C runtime context from after
152
uint64_t
c_rt_ctx
;
member in struct:optee_context
167
uint64_t opteed_enter_sp(uint64_t *
c_rt_ctx
);
168
void __dead2 opteed_exit_sp(uint64_t
c_rt_ctx
, uint64_t ret);
Completed in 66 milliseconds