Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/include/lib/xlat_tables/
A Dxlat_tables_v2_helpers.h49 struct xlat_ctx { struct
53 unsigned long long pa_max_address;
54 uintptr_t va_max_address;
64 struct mmap_region *mmap;
65 int mmap_num;
73 int tables_num;
75 bool readonly_tables;
82 int *tables_mapped_regions;
85 int next_table;
109 * Translation regime managed by this xlat_ctx_t. It should be one of argument
[all …]
/arm-trusted-firmware-2.8.0/services/std_svc/spm/spm_mm/
A Dspm_mm_setup.c117 xlat_ctx_t *xlat_ctx = sp_ctx->xlat_ctx_handle; in spm_sp_setup() local

Completed in 3 milliseconds