Home
last modified time | relevance | path

Searched refs:re (Results 1 – 25 of 37) sorted by relevance

12

/arm-trusted-firmware-2.8.0/tools/memory/
A Dprint_memory_map.py8 import re
41 address_pattern = re.compile(r"\b0x\w*")
68 line_pattern = re.compile(r"\b0x\w*\s*" + symbol + "\s= .")
/arm-trusted-firmware-2.8.0/lib/libfdt/
A Dfdt_sw.c190 struct fdt_reserve_entry *re; in fdt_add_reservemap_entry() local
196 if ((offset + sizeof(*re)) > fdt_totalsize(fdt)) in fdt_add_reservemap_entry()
199 re = (struct fdt_reserve_entry *)((char *)fdt + offset); in fdt_add_reservemap_entry()
200 re->address = cpu_to_fdt64(addr); in fdt_add_reservemap_entry()
201 re->size = cpu_to_fdt64(size); in fdt_add_reservemap_entry()
203 fdt_set_off_dt_struct(fdt, offset + sizeof(*re)); in fdt_add_reservemap_entry()
A Dfdt_rw.c157 struct fdt_reserve_entry *re; in fdt_add_mem_rsv() local
162 re = fdt_mem_rsv_w_(fdt, fdt_num_mem_rsv(fdt)); in fdt_add_mem_rsv()
163 err = fdt_splice_mem_rsv_(fdt, re, 0, 1); in fdt_add_mem_rsv()
167 re->address = cpu_to_fdt64(address); in fdt_add_mem_rsv()
168 re->size = cpu_to_fdt64(size); in fdt_add_mem_rsv()
174 struct fdt_reserve_entry *re = fdt_mem_rsv_w_(fdt, n); in fdt_del_mem_rsv() local
181 return fdt_splice_mem_rsv_(fdt, re, 1, 0); in fdt_del_mem_rsv()
A Dfdt_ro.c177 const struct fdt_reserve_entry *re; in fdt_get_mem_rsv() local
180 re = fdt_mem_rsv(fdt, n); in fdt_get_mem_rsv()
181 if (!can_assume(VALID_INPUT) && !re) in fdt_get_mem_rsv()
184 *address = fdt64_ld_(&re->address); in fdt_get_mem_rsv()
185 *size = fdt64_ld_(&re->size); in fdt_get_mem_rsv()
192 const struct fdt_reserve_entry *re; in fdt_num_mem_rsv() local
194 for (i = 0; (re = fdt_mem_rsv(fdt, i)) != NULL; i++) { in fdt_num_mem_rsv()
195 if (fdt64_ld_(&re->size) == 0) in fdt_num_mem_rsv()
/arm-trusted-firmware-2.8.0/plat/arm/board/n1sdp/fdts/
A Dn1sdp_tb_fw_config.dts22 * BL2 in order to locate and re-use the heap.
/arm-trusted-firmware-2.8.0/plat/arm/board/rde1edge/fdts/
A Drde1edge_tb_fw_config.dts23 * BL2 in order to locate and re-use the heap.
/arm-trusted-firmware-2.8.0/plat/arm/board/rdn1edge/fdts/
A Drdn1edge_tb_fw_config.dts22 * BL2 in order to locate and re-use the heap.
/arm-trusted-firmware-2.8.0/plat/arm/board/rdn2/fdts/
A Drdn2_tb_fw_config.dts23 * BL2 in order to locate and re-use the heap.
/arm-trusted-firmware-2.8.0/plat/arm/board/rdv1/fdts/
A Drdv1_tb_fw_config.dts23 * BL2 in order to locate and re-use the heap.
/arm-trusted-firmware-2.8.0/plat/arm/board/rdv1mc/fdts/
A Drdv1mc_tb_fw_config.dts23 * BL2 in order to locate and re-use the heap.
/arm-trusted-firmware-2.8.0/plat/arm/board/sgi575/fdts/
A Dsgi575_tb_fw_config.dts23 * BL2 in order to locate and re-use the heap.
/arm-trusted-firmware-2.8.0/plat/arm/board/juno/fdts/
A Djuno_tb_fw_config.dts21 * BL2 in order to locate and re-use the heap.
/arm-trusted-firmware-2.8.0/plat/arm/board/morello/fdts/
A Dmorello_tb_fw_config.dts22 * BL2 in order to locate and re-use the heap.
/arm-trusted-firmware-2.8.0/tools/sptool/
A Dsp_mk_generator.py51 import re
208 uuid_parsed = re.findall("0x([0-9a-f]+)", uuid_lines[0])
/arm-trusted-firmware-2.8.0/plat/arm/board/tc/fdts/
A Dtc_tb_fw_config.dts24 * BL2 in order to locate and re-use the heap.
/arm-trusted-firmware-2.8.0/lib/romlib/
A Dromlib_generator.py13 import re
250 matching_symbol = re.search("([0-9A-Fa-f]+) . \\.text", str(symbols))
/arm-trusted-firmware-2.8.0/plat/arm/board/fvp/fdts/
A Dfvp_tb_fw_config.dts25 * BL2 in order to locate and re-use the heap.
/arm-trusted-firmware-2.8.0/docs/plat/
A Dnvidia-tegra.rst44 re-fetched and executed from the instruction cache as long as needed and
47 Effectively, this reduces the need to re-optimize the software routines.
A Dhikey960.rst68 *Make sure that you're using the sgdisk in the l-loader directory.*
A Dstm32mp1.rst142 - | ``STM32MP_RECONFIGURE_CONSOLE``: to re-configure crash console (especially after BL2).
/arm-trusted-firmware-2.8.0/docs/components/
A Ddebugfs-design.rst104 the internal work buffer, and re-entrancy into the filesystem layers.
A Dexception-handling.rst118 activate and deactivate the respective priority level as and when they're
462 Non-secure world to request Secure services. They're broadly classified as
584 dispatchers fall in distinct priority levels. Because they're routed via the
/arm-trusted-firmware-2.8.0/docs/security_advisories/
A Dsecurity-advisory-tfv-7.rst41 control bit to prevent the re-ordering of stores and loads.
A Dsecurity-advisory-tfv-6.rst48 invalidate the branch predictor when entering EL3 by disabling and re-enabling
/arm-trusted-firmware-2.8.0/docs/threat_model/
A Dthreat_model_el3_spm.rst119 are re-used:
128 Similarly this threat model re-uses the same threat risk ratings. The risk

Completed in 37 milliseconds

12