Searched defs:xlat_ctx (Results 1 – 2 of 2) sorted by relevance
49 struct xlat_ctx { struct53 unsigned long long pa_max_address;54 uintptr_t va_max_address;64 struct mmap_region *mmap;65 int mmap_num;72 uint64_t (*tables)[XLAT_TABLE_ENTRIES];73 int tables_num;75 bool readonly_tables;82 int *tables_mapped_regions;85 int next_table;[all …]
116 xlat_ctx_t *xlat_ctx = sp_ctx->xlat_ctx_handle; in spm_sp_setup() local