/trusted-firmware-a/plat/layerscape/common/ |
A D | ls_io_storage.c | 22 static uintptr_t memmap_dev_handle; variable 56 &memmap_dev_handle, 105 result = io_dev_init(memmap_dev_handle, (uintptr_t)NULL); in open_memmap() 107 result = io_open(memmap_dev_handle, spec, &local_image_handle); in open_memmap() 133 &memmap_dev_handle); in ls_io_setup()
|
/trusted-firmware-a/docs/resources/diagrams/plantuml/ |
A D | io_dev_init_and_check.puml | 38 - memmap_dev_handle 44 arm_io_storage -> io_storage : io_dev_init(memmap_dev_handle, NULL) 47 arm_io_storage -> io_storage : io_open(memmap_dev_handle, spec, &local_image_handle) 54 memmap_dev_handle ready
|
A D | io_arm_class_diagram.puml | 12 memmap_dev_handle 33 memmap_dev_handle : uintptr_t
|
A D | io_dev_registration.puml | 40 arm_io_storage -> io_storage : io_dev_open(memmap_dev_con, NULL, memmap_dev_handle)
|
/trusted-firmware-a/plat/marvell/armada/common/ |
A D | marvell_io_storage.c | 25 static uintptr_t memmap_dev_handle; variable 71 &memmap_dev_handle, 141 result = io_dev_init(memmap_dev_handle, (uintptr_t)NULL); in open_memmap() 143 result = io_open(memmap_dev_handle, spec, &local_image_handle); in open_memmap() 169 &memmap_dev_handle); in marvell_io_setup()
|
/trusted-firmware-a/plat/brcm/common/ |
A D | brcm_io_storage.c | 26 static uintptr_t memmap_dev_handle; variable 147 &memmap_dev_handle, 268 &memmap_dev_handle, 273 &memmap_dev_handle, 306 result = io_dev_init(memmap_dev_handle, (uintptr_t)NULL); in open_memmap() 308 result = io_open(memmap_dev_handle, spec, &local_image_handle); in open_memmap() 350 &memmap_dev_handle); in brcm_io_setup()
|
/trusted-firmware-a/plat/rpi/common/ |
A D | rpi3_io_storage.c | 40 static uintptr_t memmap_dev_handle; variable 117 &memmap_dev_handle, 217 result = io_dev_init(memmap_dev_handle, (uintptr_t)NULL); in open_memmap() 219 result = io_open(memmap_dev_handle, spec, &local_image_handle); in open_memmap() 244 &memmap_dev_handle); in plat_rpi3_io_setup()
|
/trusted-firmware-a/plat/imx/common/ |
A D | imx_io_storage.c | 51 static uintptr_t memmap_dev_handle; variable 132 &memmap_dev_handle, 244 result = io_dev_init(memmap_dev_handle, (uintptr_t)NULL); in open_memmap() 246 result = io_open(memmap_dev_handle, spec, &local_image_handle); in open_memmap() 291 &memmap_dev_handle); in plat_imx_io_setup()
|
/trusted-firmware-a/plat/arm/common/ |
A D | arm_io_storage.c | 26 uintptr_t memmap_dev_handle; variable 61 result = io_dev_init(memmap_dev_handle, (uintptr_t)NULL); in open_memmap() 63 result = io_open(memmap_dev_handle, spec, &local_image_handle); in open_memmap() 94 &memmap_dev_handle); in arm_io_setup()
|
/trusted-firmware-a/plat/qemu/common/ |
A D | qemu_io_storage.c | 48 static uintptr_t memmap_dev_handle; variable 195 &memmap_dev_handle, 345 result = io_dev_init(memmap_dev_handle, (uintptr_t)NULL); in open_memmap() 347 result = io_open(memmap_dev_handle, spec, &local_image_handle); in open_memmap() 389 &memmap_dev_handle); in plat_qemu_io_setup()
|
/trusted-firmware-a/plat/arm/common/fconf/ |
A D | arm_fconf_io.c | 96 &memmap_dev_handle, 103 &memmap_dev_handle, 109 &memmap_dev_handle, 116 &memmap_dev_handle,
|
/trusted-firmware-a/include/plat/arm/common/ |
A D | arm_fconf_io_storage.h | 12 extern uintptr_t memmap_dev_handle;
|
/trusted-firmware-a/build/qemu/release/bl1/ |
A D | bl1.map | 1224 .bss.memmap_dev_handle
|
A D | bl1.dump | 123 000000000e04f738 l O .bss 0000000000000008 memmap_dev_handle
|
/trusted-firmware-a/build/qemu/release/bl2/ |
A D | bl2.map | 1302 .bss.memmap_dev_handle
|
A D | bl2.dump | 118 000000000e022568 l O .bss 0000000000000008 memmap_dev_handle
|