OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:c_rt_ctx
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/arm-trusted-firmware/services/spd/opteed/
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);
/device/linaro/bootloader/arm-trusted-firmware/services/spd/tspd/
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);
Completed in 50 milliseconds