Searched refs:xlat_change_mem_attributes (Results 1 – 5 of 5) sorted by relevance
/trusted-firmware-a-3.4.0/plat/arm/common/ |
D | arm_bl31_setup.c | 350 ret |= xlat_change_mem_attributes(BL_INIT_CODE_BASE, in arm_free_init_memory() 355 ret |= xlat_change_mem_attributes(BL_STACKS_END, in arm_free_init_memory() 360 ret |= xlat_change_mem_attributes(BL_INIT_CODE_BASE, in arm_free_init_memory()
|
/trusted-firmware-a-3.4.0/plat/arm/board/fvp/ |
D | fvp_gicv3.c | 79 int ret = xlat_change_mem_attributes(BASE_GICR_BASE + in fvp_gicv3_make_rdistrif_rw()
|
/trusted-firmware-a-3.4.0/include/lib/xlat_tables/ |
D | xlat_tables_v2.h | 384 int xlat_change_mem_attributes(uintptr_t base_va, size_t size, uint32_t attr);
|
/trusted-firmware-a-3.4.0/lib/xlat_tables_v2/ |
D | xlat_tables_context.c | 118 int xlat_change_mem_attributes(uintptr_t base_va, size_t size, uint32_t attr) in xlat_change_mem_attributes() function
|
/trusted-firmware-a-3.4.0/drivers/renesas/common/pwrc/ |
D | pwrc.c | 796 ret = xlat_change_mem_attributes(sram.base, sram.len, attr); in rcar_pwrc_code_copy_to_system_ram() 803 ret = xlat_change_mem_attributes(sram.base, sram.len, attr); in rcar_pwrc_code_copy_to_system_ram()
|