Searched defs:partition_load_info_t (Results 1 – 1 of 1) sorted by relevance
92 struct partition_load_info_t { struct93 uint32_t psa_ff_ver; /* Encode the version with magic */94 int32_t pid; /* Partition ID */95 uint32_t flags; /* ARoT/PRoT, SFN/IPC, priority */96 uintptr_t entry; /* Entry point */97 size_t stack_size; /* Stack size */98 size_t heap_size; /* Heap size */99 uint32_t ndeps; /* Dependency number */100 uint32_t nservices; /* Service number */101 uint32_t nassets; /* Asset numbers */[all …]