/trusted-firmware-a/docs/build/TF-A_2.5/_static/ |
A D | language_data.js | 76 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 D | print_memory_map.py | 8 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 D | fdt_sw.c | 190 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 D | fdt_rw.c | 157 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 D | fdt_ro.c | 177 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 D | sp_mk_generator.py | 51 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 D | rdn1edge_tb_fw_config.dts | 22 * BL2 in order to locate and re-use the heap.
|
/trusted-firmware-a/plat/arm/board/rdn2/fdts/ |
A D | rdn2_tb_fw_config.dts | 23 * BL2 in order to locate and re-use the heap.
|
/trusted-firmware-a/plat/arm/board/rdv1/fdts/ |
A D | rdv1_tb_fw_config.dts | 23 * BL2 in order to locate and re-use the heap.
|
/trusted-firmware-a/plat/arm/board/rdv1mc/fdts/ |
A D | rdv1mc_tb_fw_config.dts | 23 * BL2 in order to locate and re-use the heap.
|
/trusted-firmware-a/plat/arm/board/sgi575/fdts/ |
A D | sgi575_tb_fw_config.dts | 23 * BL2 in order to locate and re-use the heap.
|
/trusted-firmware-a/plat/arm/board/sgm775/fdts/ |
A D | sgm775_tb_fw_config.dts | 23 * BL2 in order to locate and re-use the heap.
|
/trusted-firmware-a/plat/arm/css/sgm/fdts/ |
A D | sgm_tb_fw_config.dts | 22 * BL2 in order to locate and re-use the heap.
|
/trusted-firmware-a/plat/arm/board/juno/fdts/ |
A D | juno_tb_fw_config.dts | 21 * BL2 in order to locate and re-use the heap.
|
/trusted-firmware-a/plat/arm/board/rde1edge/fdts/ |
A D | rde1edge_tb_fw_config.dts | 23 * BL2 in order to locate and re-use the heap.
|
/trusted-firmware-a/lib/romlib/ |
A D | romlib_generator.py | 13 import re 250 matching_symbol = re.search("([0-9A-Fa-f]+) . \\.text", str(symbols))
|
/trusted-firmware-a/plat/arm/board/tc/fdts/ |
A D | tc_tb_fw_config.dts | 24 * BL2 in order to locate and re-use the heap.
|
/trusted-firmware-a/plat/arm/board/fvp/fdts/ |
A D | fvp_tb_fw_config.dts | 25 * BL2 in order to locate and re-use the heap.
|
/trusted-firmware-a/docs/plat/ |
A D | nvidia-tegra.rst | 44 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 D | hikey960.rst | 68 *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 D | nvidia-tegra.rst.txt | 44 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 D | hikey960.rst.txt | 68 *Make sure that you're using the sgdisk in the l-loader directory.*
|
/trusted-firmware-a/docs/build/latex/ |
A D | sphinxlatexnumfig.sty | 15 % code listings (literalblock counter). User or extension re-definitions of
|
/trusted-firmware-a/docs/security_advisories/ |
A D | security-advisory-tfv-7.rst | 41 control bit to prevent the re-ordering of stores and loads.
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/ |
A D | debugfs-design.rst.txt | 104 the internal work buffer, and re-entrancy into the filesystem layers.
|