Home
last modified time | relevance | path

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

/aosp_15_r20/trusty/kernel/lib/trusty/include/lib/trusty/
H A Dtrusty_app.h78 struct trusty_app_props { struct
79 uuid_t uuid;
80 const char* app_name;
81 uint32_t mgmt_flags;
82 uint32_t min_stack_size;
83 uint32_t min_heap_size;
84 uint32_t min_shadow_stack_size;
85 uint32_t map_io_mem_cnt;
86 struct list_node port_entry_list;
87 struct list_node mmio_entry_list;
[all …]