Home
last modified time | relevance | path

Searched defs:trusty_app (Results 1 – 3 of 3) sorted by relevance

/trusty/kernel/lib/trusty/include/lib/trusty/
Dtrusty_app.h149 struct trusty_app { struct
161 struct trusty_app_props props; argument
162 struct trusty_app_img app_img; argument
169 void trusty_app_init(void); argument
/trusty/kernel/lib/trusty/
Dtrusty_app.c215 static bool app_mmio_is_allowed(struct trusty_app* trusty_app, in app_mmio_is_allowed()
567 struct trusty_app* trusty_app) { in trusty_thread_create()
698 static status_t get_app_manifest_config_data(struct trusty_app* trusty_app, in get_app_manifest_config_data()
740 static status_t load_app_elf_gnu_property_array(struct trusty_app* trusty_app, in load_app_elf_gnu_property_array()
800 static status_t load_app_elf_options(struct trusty_app* trusty_app) { in load_app_elf_options()
841 static status_t load_app_config_options(struct trusty_app* trusty_app) { in load_app_config_options()
1114 static status_t init_brk(struct trusty_app* trusty_app) { in init_brk()
1216 static bool elf_vaddr_mapped(struct trusty_app* trusty_app, in elf_vaddr_mapped()
1237 static status_t alloc_address_map(struct trusty_app* trusty_app) { in alloc_address_map()
1525 struct trusty_app* trusty_app; in trusty_app_create() local
[all …]
Dsyscall.c173 struct trusty_app* trusty_app = current_trusty_app(); in sys_brk() local
255 struct trusty_app* trusty_app = current_trusty_app(); in sys_mmap() local
339 struct trusty_app* trusty_app = current_trusty_app(); in sys_munmap() local
365 struct trusty_app* trusty_app = current_trusty_app(); in sys_prepare_dma() local