Searched refs:xlat_change_mem_attributes (Results 1 – 5 of 5) sorted by relevance
/trusted-firmware-a-latest/plat/arm/common/ |
D | arm_bl31_setup.c | 367 ret |= xlat_change_mem_attributes(BL_INIT_CODE_BASE, in arm_free_init_memory() 372 ret |= xlat_change_mem_attributes(BL_STACKS_END, in arm_free_init_memory() 377 ret |= xlat_change_mem_attributes(BL_INIT_CODE_BASE, in arm_free_init_memory()
|
/trusted-firmware-a-latest/plat/arm/board/fvp/ |
D | fvp_gicv3.c | 80 int ret = xlat_change_mem_attributes(BASE_GICR_BASE + in fvp_gicv3_make_rdistrif_rw()
|
/trusted-firmware-a-latest/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-latest/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-latest/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()
|