Home
last modified time | relevance | path

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

12

/rk3399_ARM-atf/tools/memory/src/memory/
H A Dsummary.py9 import re
57 _RE_OBJECT_FILE: Pattern[str] = re.compile(r"^(.+\/.+\.o(bj)?)$")
58 _RE_LIBRARY_OBJECT: Pattern[str] = re.compile(
61 _RE_STD_SECTION: Pattern[str] = re.compile(r"^\s+.*0x(\w{8,16})\s+0x(\w+)\s(.+)$")
62 _RE_FILL_SECTION: Pattern[str] = re.compile(
65 _RE_TRANS_FILE: Pattern[str] = re.compile(r"^(.+\/|.+\.ltrans.o(bj)?)$")
138 if re.match(self._RE_TRANS_FILE, line):
141 test_re_file_name = re.match(self._RE_OBJECT_FILE, line)
148 test_re_obj_name = re.match(self._RE_LIBRARY_OBJECT, line)
167 is_fill = re.match(self._RE_FILL_SECTION, line)
[all …]
H A Dmapparser.py8 from re import match, search
H A Delfparser.py7 import re
148 region_symbols = filter(lambda s: re.match(expr, s), self._symbols)
H A Dmemmap.py7 import re
186 if re.match(expr, symbol)
/rk3399_ARM-atf/lib/libfdt/
H 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()
H 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()
H 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()
/rk3399_ARM-atf/tools/sptool/
H A Dsp_mk_generator.py55 import re
150 uuid_parsed = re.findall("0x([0-9a-f]+)", uuid_lines[0])
159 load_address_lines = [l for l in pm_f if re.search(r'load-address[^-]', l)]
164 load_address_parsed = re.search("(0x[0-9a-f]+)", load_address_lines[0])
/rk3399_ARM-atf/plat/arm/board/n1sdp/fdts/
H A Dn1sdp_tb_fw_config.dts22 * BL2 in order to locate and re-use the heap.
/rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdn2/fdts/
H A Drdn2_tb_fw_config.dts23 * BL2 in order to locate and re-use the heap.
/rk3399_ARM-atf/plat/arm/board/morello/fdts/
H A Dmorello_tb_fw_config.dts22 * BL2 in order to locate and re-use the heap.
/rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdv3/fdts/
H A Drdv3_tb_fw_config.dts23 * BL2 in order to locate and re-use the heap.
/rk3399_ARM-atf/plat/arm/board/tc/fdts/
H A Dtc_tb_fw_config.dts24 * BL2 in order to locate and re-use the heap.
/rk3399_ARM-atf/lib/romlib/
H A Dromlib_generator.py13 import re
264 matching_symbol = re.search("([0-9A-Fa-f]+) . \\.text", str(symbols))
/rk3399_ARM-atf/plat/arm/board/juno/fdts/
H A Djuno_tb_fw_config.dts21 * BL2 in order to locate and re-use the heap.
/rk3399_ARM-atf/tools/cot_dt2c/cot_dt2c/
H A Dcot_parser.py8 import re
321 if re.search("_pk$", type_desc):
629 if re.search("_pk$", name):
631 elif re.search("_hash$", name):
/rk3399_ARM-atf/docs/plat/st/
H A Dstm32mpus.rst57 - | ``STM32MP_RECONFIGURE_CONSOLE``: to re-configure crash console (especially after BL2).
/rk3399_ARM-atf/plat/arm/board/fvp/fdts/
H A Dfvp_tb_fw_config.dts25 * BL2 in order to locate and re-use the heap.
/rk3399_ARM-atf/docs/plat/
H 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.
H A Dhikey960.rst68 *Make sure that you're using the sgdisk in the l-loader directory.*
/rk3399_ARM-atf/docs/design_documents/
H A Dpsci_osi_mode.rst92 * For their ARM32 platforms, they're using OS-initiated mode implemented in
99 * For their mobile platforms, they're using OS-initiated mode implemented in
101 * For their Chrome OS platforms, they're using platform-coordinated mode in
106 * They're using platform-coordinated mode in TF-A with custom driver logic to
/rk3399_ARM-atf/docs/components/
H A Ddebugfs-design.rst104 the internal work buffer, and re-entrancy into the filesystem layers.
/rk3399_ARM-atf/docs/security_advisories/
H A Dsecurity-advisory-tfv-7.rst43 control bit to prevent the re-ordering of stores and loads.
/rk3399_ARM-atf/docs/threat_model/firmware_threat_model/
H A Dthreat_model_firmware_handoff.rst38 From a system perspective, we re-use the :ref:`Generic TF-A threat model
H A Dthreat_model_el3_spm.rst121 are re-used:
130 Similarly this threat model re-uses the same threat risk ratings. The risk

12