Home
last modified time | relevance | path

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

/trusty/kernel/lib/trusty/include/lib/trusty/
Dtrusty_app.h90 struct trusty_app_img { struct
162 struct trusty_app_img app_img;
179 status_t trusty_app_create_and_start(struct trusty_app_img* app_img,
/trusty/kernel/lib/backtrace/
Dsymbolize.c50 struct trusty_app_img* app_img) { in range_within_app_img()
84 struct trusty_app_img* app_img = &app->app_img; in trusty_app_symbolize()
/trusty/kernel/services/apploader/
Dapploader_service.c243 struct trusty_app_img* app_img = calloc(1, sizeof(struct trusty_app_img)); in apploader_service_handle_cmd_load_application()
/trusty/kernel/lib/trusty/
Dtrusty_app.c182 const struct trusty_app_img* appimg) { in address_range_within_img()
701 struct trusty_app_img* app_img; in get_app_manifest_config_data()
801 const struct trusty_app_img* app_img = &trusty_app->app_img; in load_app_elf_options()
1521 static status_t trusty_app_create(struct trusty_app_img* app_img, in trusty_app_create()
1617 status_t trusty_app_create_and_start(struct trusty_app_img* app_img, in trusty_app_create_and_start()
2081 struct trusty_app_img app_img; in trusty_app_init()