Home
last modified time | relevance | path

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

123

/trusted-firmware-a/docs/build/TF-A_2.5/_static/
A Dlanguage_data.js76 var re;
89 if (re.test(w))
97 if (re.test(w)) {
101 re = /.$/;
117 re = /.$/;
126 re = /^(.+?)y$/;
127 if (re.test(w)) {
137 if (re.test(w)) {
176 re = /^(.+?)e$/;
186 re = /ll$/;
[all …]
/trusted-firmware-a/tools/memory/
A Dprint_memory_map.py8 import re
29 address_pattern = re.compile(r"\b0x\w*")
51 line_pattern = re.compile(r"\b0x\w*\s*" + symbol + "\s= .")
/trusted-firmware-a/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()
/trusted-firmware-a/tools/sptool/
A Dsp_mk_generator.py51 import re
121 … uuid_hex = re.findall(r'0x([0-9a-f]+) 0x([0-9a-f]+) 0x([0-9a-f]+) 0x([0-9a-f]+)', line)[0];
/trusted-firmware-a/plat/arm/board/rdn1edge/fdts/
A Drdn1edge_tb_fw_config.dts22 * BL2 in order to locate and re-use the heap.
/trusted-firmware-a/plat/arm/board/rdn2/fdts/
A Drdn2_tb_fw_config.dts23 * BL2 in order to locate and re-use the heap.
/trusted-firmware-a/plat/arm/board/rdv1/fdts/
A Drdv1_tb_fw_config.dts23 * BL2 in order to locate and re-use the heap.
/trusted-firmware-a/plat/arm/board/rdv1mc/fdts/
A Drdv1mc_tb_fw_config.dts23 * BL2 in order to locate and re-use the heap.
/trusted-firmware-a/plat/arm/board/sgi575/fdts/
A Dsgi575_tb_fw_config.dts23 * BL2 in order to locate and re-use the heap.
/trusted-firmware-a/plat/arm/board/sgm775/fdts/
A Dsgm775_tb_fw_config.dts23 * BL2 in order to locate and re-use the heap.
/trusted-firmware-a/plat/arm/css/sgm/fdts/
A Dsgm_tb_fw_config.dts22 * BL2 in order to locate and re-use the heap.
/trusted-firmware-a/plat/arm/board/juno/fdts/
A Djuno_tb_fw_config.dts21 * BL2 in order to locate and re-use the heap.
/trusted-firmware-a/plat/arm/board/rde1edge/fdts/
A Drde1edge_tb_fw_config.dts23 * BL2 in order to locate and re-use the heap.
/trusted-firmware-a/lib/romlib/
A Dromlib_generator.py13 import re
250 matching_symbol = re.search("([0-9A-Fa-f]+) . \\.text", str(symbols))
/trusted-firmware-a/plat/arm/board/tc/fdts/
A Dtc_tb_fw_config.dts24 * BL2 in order to locate and re-use the heap.
/trusted-firmware-a/plat/arm/board/fvp/fdts/
A Dfvp_tb_fw_config.dts25 * BL2 in order to locate and re-use the heap.
/trusted-firmware-a/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.*
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/
A Dnvidia-tegra.rst.txt44 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.rst.txt68 *Make sure that you're using the sgdisk in the l-loader directory.*
/trusted-firmware-a/docs/build/latex/
A Dsphinxlatexnumfig.sty15 % code listings (literalblock counter). User or extension re-definitions of
/trusted-firmware-a/docs/security_advisories/
A Dsecurity-advisory-tfv-7.rst41 control bit to prevent the re-ordering of stores and loads.
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/
A Ddebugfs-design.rst.txt104 the internal work buffer, and re-entrancy into the filesystem layers.

Completed in 24 milliseconds

123