Searched refs:app_id_data_array (Results 1 – 1 of 1) sorted by relevance
47 static struct app_id_data app_id_data_array[APP_COUNT]; variable150 app_data->app_va_xlat_ctx_cfg = app_id_data_array[app_index].app_va_xlat_ctx_cfg_base; in init_app_translation()151 app_data->el0_shared_page_va = app_id_data_array[app_index].el0_shared_page_va; in init_app_translation()152 app_data->heap_va = app_id_data_array[app_index].heap_va; in init_app_translation()153 app_data->stack_buf_start_va = app_id_data_array[app_index].stack_buf_start_va; in init_app_translation()509 app_id_data = &app_id_data_array[app_index]; in app_framework_setup()
Completed in 61 milliseconds