Searched refs:xlat_change_mem_attributes (Results 1 – 8 of 8) sorted by relevance
/trusted-firmware-a/plat/arm/common/ |
A D | arm_bl31_setup.c | 342 ret |= xlat_change_mem_attributes(BL_INIT_CODE_BASE, in arm_free_init_memory() 347 ret |= xlat_change_mem_attributes(BL_STACKS_END, in arm_free_init_memory() 352 ret |= xlat_change_mem_attributes(BL_INIT_CODE_BASE, in arm_free_init_memory()
|
/trusted-firmware-a/plat/arm/board/fvp/ |
A D | fvp_gicv3.c | 79 int ret = xlat_change_mem_attributes(BASE_GICR_BASE + in fvp_gicv3_make_rdistrif_rw()
|
/trusted-firmware-a/lib/xlat_tables_v2/ |
A 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/include/lib/xlat_tables/ |
A D | xlat_tables_v2.h | 384 int xlat_change_mem_attributes(uintptr_t base_va, size_t size, uint32_t attr);
|
/trusted-firmware-a/drivers/renesas/common/pwrc/ |
A D | pwrc.c | 773 ret = xlat_change_mem_attributes(sram.base, sram.len, attr); in rcar_pwrc_code_copy_to_system_ram() 780 ret = xlat_change_mem_attributes(sram.base, sram.len, attr); in rcar_pwrc_code_copy_to_system_ram()
|
/trusted-firmware-a/build/qemu/release/bl1/ |
A D | bl1.map | 242 .text.xlat_change_mem_attributes
|
/trusted-firmware-a/build/qemu/release/bl2/ |
A D | bl2.map | 262 .text.xlat_change_mem_attributes
|
/trusted-firmware-a/build/qemu/release/bl31/ |
A D | bl31.map | 517 .text.xlat_change_mem_attributes
|
Completed in 19 milliseconds