Home
last modified time | relevance | path

Searched refs:read (Results 1 – 25 of 108) sorted by relevance

12345

/rk3399_ARM-atf/docs/resources/diagrams/plantuml/
H A Dbl2-loading-sp.puml11 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)
H A Dfconf_bl2_populate.puml32 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
/rk3399_ARM-atf/plat/marvell/armada/common/
H A Dmrvl_sip_svc.c82 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()
171 ret = mv_trng_get_random32((uint32_t *)&read, in mrvl_sip_smc_handler()
173 SMC_RET2(handle, ret, read); in mrvl_sip_smc_handler()
/rk3399_ARM-atf/drivers/marvell/
H A Dddr_phy_access.c38 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()
H A Dddr_phy_access.h15 int mvebu_ddr_phy_read(uintptr_t offset, uint16_t *read);
/rk3399_ARM-atf/lib/cpus/aarch64/
H A Dcpuamu_helpers.S32 1: read CPUAMEVCNTR0_EL0
33 read CPUAMEVCNTR1_EL0
34 read CPUAMEVCNTR2_EL0
35 read CPUAMEVCNTR3_EL0
36 read CPUAMEVCNTR4_EL0
/rk3399_ARM-atf/plat/socionext/uniphier/
H A Duniphier_usb.c129 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()
/rk3399_ARM-atf/drivers/marvell/secure_dfx_access/
H A Dmisc_dfx.c83 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()
H A Ddfx.h19 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,
H A Darmada_thermal.c215 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()
/rk3399_ARM-atf/docs/security_advisories/
H A Dsecurity-advisory-tfv-10.rst6 | | 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
H A Dsecurity-advisory-tfv-11.rst5 | 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
/rk3399_ARM-atf/lib/debugfs/
H A Ddevfip.c100 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,
/rk3399_ARM-atf/docs/components/
H A Ddebugfs-design.rst40 - 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.
H A Dven-el3-debugfs.rst176 uint32_t Number of bytes to read
182 On success, the read data is retrieved from the shared buffer after the
188 w0 == DEBUGFS_E_INVALID_PARAMS if read operation failed
190 uint32_t w1: number of bytes read on success.
/rk3399_ARM-atf/include/drivers/io/
H A Dio_block.h14 size_t (*read)(int lba, uintptr_t buf, size_t size); member
H A Dio_mtd.h35 int (*read)(unsigned int offset, uintptr_t buffer, size_t length, member
H A Dio_driver.h44 int (*read)(io_entity_t *entity, uintptr_t buffer, size_t length, member
/rk3399_ARM-atf/docs/plat/nxp/
H A Dnxp-ls-fuse-prov.rst46 …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…
H A Dnxp-ls-tbbr.rst175 -- For secure-boot status, read SNVS Register $SNVS_HPSR_REG from u-boot prompt:
184 …In case it is read as 00000000, then read this register using jtag (in development mode only throu…
190 …-- Refer the SoC specific table to read the register to interpret whether the secure boot is achie…
193 --- For secure-boot status, read SNVS Register $SNVS_HPSR_REG
/rk3399_ARM-atf/docs/
H A Dconf.py64 rst_prolog = subs.read()
/rk3399_ARM-atf/drivers/io/
H A Dio_block.c50 .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()
H A Dio_mtd.c45 .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()
/rk3399_ARM-atf/drivers/mmc/
H A Dmmc.c196 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()
/rk3399_ARM-atf/plat/intel/soc/common/
H A Dsocfpga_storage.c155 boot_dev_spec.ops.read = SDMMC_READ_BLOCKS; in socfpga_io_setup()
168 nand_dev_spec.ops.read = cdns_nand_read; in socfpga_io_setup()

12345