/trusted-firmware-a-latest/lib/extensions/amu/aarch64/ |
D | amu_helpers.S | 49 1: read AMEVCNTR00_EL0 /* index 0 */ 50 read AMEVCNTR01_EL0 /* index 1 */ 51 read AMEVCNTR02_EL0 /* index 2 */ 52 read AMEVCNTR03_EL0 /* index 3 */ 113 1: read AMEVCNTR10_EL0 /* index 0 */ 114 read AMEVCNTR11_EL0 /* index 1 */ 115 read AMEVCNTR12_EL0 /* index 2 */ 116 read AMEVCNTR13_EL0 /* index 3 */ 117 read AMEVCNTR14_EL0 /* index 4 */ 118 read AMEVCNTR15_EL0 /* index 5 */ [all …]
|
/trusted-firmware-a-latest/docs/resources/diagrams/plantuml/ |
D | bl2-loading-sp.puml | 11 bl1 -> FIP : read(FW_CONFIG) 15 bl1 -> FIP : read(bl2) 22 bl2 -> FW_CONFIG : read(UUID) 23 bl2 -> FW_CONFIG : read(load_address) 24 bl2 -> FIP : read(spkg@UUID) 33 bl2 -> FIP : read(bl32/SPMC) 37 bl2 -> FIP : read(bl31)
|
D | fconf_bl2_populate.puml | 32 note over fconf_dyn_cfg_getter: read dtb_registry properties from dtb 39 note over fconf_tbbr_getter: read tbbr properties from dtb 41 note over arm_fconf_io: read arm io propeties from dtb
|
/trusted-firmware-a-latest/plat/marvell/armada/common/ |
D | mrvl_sip_svc.c | 82 u_register_t ret, read, x5 = x1; in mrvl_sip_smc_handler() local 150 ret = mvebu_dfx_thermal_handle(x1, &read, x2, x3); in mrvl_sip_smc_handler() 151 SMC_RET2(handle, ret, read); in mrvl_sip_smc_handler() 154 ret = mvebu_dfx_misc_handle(x1, &read, x2, x3); in mrvl_sip_smc_handler() 155 SMC_RET2(handle, ret, read); in mrvl_sip_smc_handler() 163 read = 0; in mrvl_sip_smc_handler() 164 ret = mvebu_ddr_phy_read(x1, (uint16_t *)&read); in mrvl_sip_smc_handler() 165 SMC_RET2(handle, ret, read); in mrvl_sip_smc_handler() 167 if ((x1 % 2 + 1) > sizeof(read)/4) { in mrvl_sip_smc_handler() 169 __func__, sizeof(read)); in mrvl_sip_smc_handler() [all …]
|
/trusted-firmware-a-latest/drivers/marvell/ |
D | ddr_phy_access.c | 38 int snps_fw_read(uintptr_t offset, uint16_t *read) in snps_fw_read() argument 43 *read = mmio_read_16(DDR_PHY_BASE_ADDR + (2 * offset)); in snps_fw_read() 55 int mvebu_ddr_phy_read(uintptr_t offset, uint16_t *read) in mvebu_ddr_phy_read() argument 57 return snps_fw_read(offset, read); in mvebu_ddr_phy_read()
|
D | ddr_phy_access.h | 15 int mvebu_ddr_phy_read(uintptr_t offset, uint16_t *read);
|
/trusted-firmware-a-latest/lib/cpus/aarch64/ |
D | cpuamu_helpers.S | 32 1: read CPUAMEVCNTR0_EL0 33 read CPUAMEVCNTR1_EL0 34 read CPUAMEVCNTR2_EL0 35 read CPUAMEVCNTR3_EL0 36 read CPUAMEVCNTR4_EL0
|
/trusted-firmware-a-latest/plat/socionext/uniphier/ |
D | uniphier_usb.c | 129 int (*read)(int lba, uintptr_t buf, size_t size); member 135 .read = uniphier_ld11_usb_read, 139 .read = uniphier_ld20_usb_read, 143 .read = uniphier_pxs3_usb_read, 162 .read = uniphier_usb_read, 178 __uniphier_usb_read = param->read; in uniphier_usb_init()
|
/trusted-firmware-a-latest/drivers/marvell/secure_dfx_access/ |
D | misc_dfx.c | 83 static int armada_dfx_sread(u_register_t *read, u_register_t addr) in armada_dfx_sread() argument 88 *read = mmio_read_32(addr); in armada_dfx_sread() 103 int mvebu_dfx_misc_handle(u_register_t func, u_register_t *read, in mvebu_dfx_misc_handle() argument 112 return armada_dfx_sread(read, addr); in mvebu_dfx_misc_handle()
|
D | dfx.h | 19 int mvebu_dfx_thermal_handle(u_register_t func, u_register_t *read, 21 int mvebu_dfx_misc_handle(u_register_t func, u_register_t *read,
|
D | armada_thermal.c | 215 static void armada_is_valid(u_register_t *read) in armada_is_valid() argument 217 *read = (mmio_read_32(TSEN_STATUS) & TSEN_STATUS_VALID_MASK); in armada_is_valid() 220 int mvebu_dfx_thermal_handle(u_register_t func, u_register_t *read, in mvebu_dfx_thermal_handle() argument 230 armada_ap806_thermal_read(read); in mvebu_dfx_thermal_handle() 240 armada_is_valid(read); in mvebu_dfx_thermal_handle()
|
/trusted-firmware-a-latest/docs/security_advisories/ |
D | security-advisory-tfv-10.rst | 6 | | result in an out-of-bounds read. | 19 | Impact | Out-of-bounds read. | 30 | | - `abb8f936fd0ad085`_ "fix(auth): avoid out-of-bounds read | 42 certificate to cause an out-of-bounds memory read. 76 holds. The result is that it is possible for ``get_ext()`` to read memory past 78 read side effects, or leak microarchitectural state that could theoretically be 85 read 6 bytes, it is possible to read up to 6 bytes past the end of the buffer. 106 Furthermore, the data read through ``get_ext()`` only 145 - Taken from an untrusted source (meaning that it is read prior to
|
D | security-advisory-tfv-11.rst | 5 | Title | A Malformed SDEI SMC can cause out of bound memory read. | 28 interrupt ID causes out of bound memory read. 50 gicd_read_igroupr() will eventually do a MMIO read to an unimplemented IGROUPR
|
/trusted-firmware-a-latest/include/drivers/io/ |
D | io_block.h | 14 size_t (*read)(int lba, uintptr_t buf, size_t size); member
|
D | io_mtd.h | 35 int (*read)(unsigned int offset, uintptr_t buffer, size_t length, member
|
D | io_driver.h | 44 int (*read)(io_entity_t *entity, uintptr_t buffer, size_t length, member
|
/trusted-firmware-a-latest/lib/debugfs/ |
D | devfip.c | 100 n = devtab[c->index]->read(c, entry, sizeof(struct fip_entry)); in get_entry() 230 n = devtab[cs.index]->read(&cs, buf, n); in fipread() 270 r = devtab[cspec->index]->read(cspec, &hname, sizeof(hname)); in fipmount() 316 .read = fipread,
|
/trusted-firmware-a-latest/docs/ |
D | conf.py | 61 rst_prolog = subs.read()
|
/trusted-firmware-a-latest/docs/components/ |
D | debugfs-design.rst | 40 - read(): read from a file to a buffer. 50 int read(int fd, void *buf, int n); 83 data on a read operation. Refer to :ref:`ARM SiP Services <arm sip services>` 101 - Data exchange is limited by the shared buffer length. A large read operation 102 might be split into multiple read operations of smaller chunks.
|
/trusted-firmware-a-latest/docs/plat/nxp/ |
D | nxp-ls-fuse-prov.rst | 46 …In case it is read as 00000000, then read this register using jtag (in development mode only throu… 104 …Note: In case it is read as 00000000, then read this register using jtag (in development mode only… 156 - On reset, if the SFP register were read from u-boot, it will show the following: 166 …In case it is read as 00000000, then read this register using jtag (in development mode only throu…
|
/trusted-firmware-a-latest/drivers/io/ |
D | io_block.c | 50 .read = block_read, 274 (ops->read != NULL)); in block_read() 317 request = ops->read(lba, buf->offset, request); in block_read() 386 (ops->read != NULL) && in block_write() 446 request = ops->read(lba, buf->offset, request); in block_write()
|
D | io_mtd.c | 45 .read = mtd_read, 215 assert(ops->read != NULL); in mtd_read() 223 ret = ops->read(cur->base + cur->pos + cur->extra_offset, buffer, in mtd_read()
|
/trusted-firmware-a-latest/plat/intel/soc/common/ |
D | socfpga_storage.c | 148 boot_dev_spec.ops.read = SDMMC_READ_BLOCKS; in socfpga_io_setup() 162 nand_dev_spec.ops.read = cdns_nand_read; in socfpga_io_setup()
|
/trusted-firmware-a-latest/drivers/mmc/ |
D | mmc.c | 196 ret = ops->read(0, (uintptr_t)&scr, sizeof(scr)); in mmc_sd_switch() 281 ret = ops->read(0, (uintptr_t)&mmc_ext_csd, in mmc_fill_device_info() 389 return ops->read(0, (uintptr_t)&sd_switch_func_status, in sd_switch() 596 (ops->read != NULL) && in mmc_read_blocks() 634 ret = ops->read(lba, buf, size); in mmc_read_blocks() 836 (ops_ptr->read != NULL) && in mmc_init()
|
/trusted-firmware-a-latest/plat/intel/soc/common/drivers/sdmmc/ |
D | sdmmc.c | 178 ret = ops->read(0, (uintptr_t)&scr, sizeof(scr)); in sdmmc_mmc_sd_switch() 263 ret = ops->read(0, (uintptr_t)&mmc_ext_csd, in sdmmc_fill_device_info() 371 return ops->read(0, (uintptr_t)&sd_switch_func_status, in sdmmc_sd_switch() 583 (ops->read != NULL) && in sdmmc_read_blocks() 621 ret = ops->read(lba, buf, size); in sdmmc_read_blocks() 720 (ops_ptr->read != NULL) && in sd_or_mmc_init()
|