Home
last modified time | relevance | path

Searched refs:xlat_get_mem_attributes_ctx (Results 1 – 4 of 4) sorted by relevance

/external/arm-trusted-firmware/services/std_svc/spm_mm/
Dspm_mm_xlat.c119 int rc = xlat_get_mem_attributes_ctx(sp_ctx->xlat_ctx_handle, in spm_memory_attributes_get_smc_handler()
/external/arm-trusted-firmware/include/lib/xlat_tables/
Dxlat_tables_v2.h397 int xlat_get_mem_attributes_ctx(const xlat_ctx_t *ctx, uintptr_t base_va,
/external/arm-trusted-firmware/lib/xlat_tables_v2/
Dxlat_tables_context.c115 return xlat_get_mem_attributes_ctx(&tf_xlat_ctx, base_va, attr); in xlat_get_mem_attributes()
Dxlat_tables_utils.c422 int xlat_get_mem_attributes_ctx(const xlat_ctx_t *ctx, uintptr_t base_va, in xlat_get_mem_attributes_ctx() function