Searched refs:re (Results 1 – 17 of 17) sorted by relevance
/optee_os/scripts/ |
A D | symbolize.py | 12 import re 17 CALL_STACK_RE = re.compile('Call stack:') 21 STACK_ADDR_RE = re.compile( 29 FUNC_GRAPH_RE = re.compile(r'Function graph') 30 GRAPH_ADDR_RE = re.compile(r'(?P<addr>0x[0-9a-f]+)') 31 GRAPH_RE = re.compile(r'}') 291 match = re.search(ABORT_ADDR_RE, line) 376 return re.sub(re.escape(self._strip_path) + '/*', '', path) 412 res_arr = re.split(' ', res) 424 match = re.search(REGION_RE, line) [all …]
|
A D | get_maintainer.py | 13 import re 17 DIFF_GIT_RE = re.compile(r'^diff --git a/(?P<path>.*) ') 18 REVIEWED_RE = re.compile(r'^Reviewed-by: (?P<approver>.*>)') 19 ACKED_RE = re.compile(r'^Acked-by: (?P<approver>.*>)') 20 PATCH_START = re.compile(r'^From [0-9a-f]{40}') 114 match = re.search(PATCH_START, line) 140 match = re.search(DIFF_GIT_RE, line) 146 match = re.search(REVIEWED_RE, line) 152 match = re.search(ACKED_RE, line) 178 return not not re.match(rep, path) [all …]
|
A D | gen_ld_sects.py | 8 import re 22 section_headers = re.compile("Section Headers:") 23 key_to_flags = re.compile("Key to Flags:") 24 match_rule = re.compile(sys.argv[1])
|
A D | arm32_sysreg.py | 10 import re 141 if len(re.findall('^ *#', line)): 144 if len(re.findall('^ *@', line)): 145 comment = re.sub('^ *@', '', line) 146 comment = re.sub('^ *', '', comment) 147 comment = re.sub('[ \n]*$', '', comment)
|
A D | ts_bin_to_c.py | 12 import re 98 ts_uuid = uuid.UUID(re.sub(r'\..*', '', os.path.basename(ts)))
|
A D | gen_tee_bin.py | 13 import re 137 dump_names = re.compile(r'^\..*_(pageable|init)$') 146 dump_names = re.compile(
|
A D | bin_to_c.py | 10 import re
|
/optee_os/out/arm/export-ta_arm32/scripts/ |
A D | symbolize.py | 12 import re 17 CALL_STACK_RE = re.compile('Call stack:') 21 STACK_ADDR_RE = re.compile( 29 FUNC_GRAPH_RE = re.compile(r'Function graph') 30 GRAPH_ADDR_RE = re.compile(r'(?P<addr>0x[0-9a-f]+)') 31 GRAPH_RE = re.compile(r'}') 291 match = re.search(ABORT_ADDR_RE, line) 376 return re.sub(re.escape(self._strip_path) + '/*', '', path) 412 res_arr = re.split(' ', res) 424 match = re.search(REGION_RE, line) [all …]
|
/optee_os/out/arm/export-ta_arm64/scripts/ |
A D | symbolize.py | 12 import re 17 CALL_STACK_RE = re.compile('Call stack:') 21 STACK_ADDR_RE = re.compile( 29 FUNC_GRAPH_RE = re.compile(r'Function graph') 30 GRAPH_ADDR_RE = re.compile(r'(?P<addr>0x[0-9a-f]+)') 31 GRAPH_RE = re.compile(r'}') 291 match = re.search(ABORT_ADDR_RE, line) 376 return re.sub(re.escape(self._strip_path) + '/*', '', path) 412 res_arr = re.split(' ', res) 424 match = re.search(REGION_RE, line) [all …]
|
/optee_os/core/lib/libfdt/ |
A D | fdt_sw.c | 182 struct fdt_reserve_entry *re; in fdt_add_reservemap_entry() local 188 if ((offset + sizeof(*re)) > fdt_totalsize(fdt)) in fdt_add_reservemap_entry() 191 re = (struct fdt_reserve_entry *)((char *)fdt + offset); in fdt_add_reservemap_entry() 192 re->address = cpu_to_fdt64(addr); in fdt_add_reservemap_entry() 193 re->size = cpu_to_fdt64(size); in fdt_add_reservemap_entry() 195 fdt_set_off_dt_struct(fdt, offset + sizeof(*re)); in fdt_add_reservemap_entry()
|
A D | fdt_rw.c | 143 struct fdt_reserve_entry *re; in fdt_add_mem_rsv() local 148 re = fdt_mem_rsv_w_(fdt, fdt_num_mem_rsv(fdt)); in fdt_add_mem_rsv() 149 err = fdt_splice_mem_rsv_(fdt, re, 0, 1); in fdt_add_mem_rsv() 153 re->address = cpu_to_fdt64(address); in fdt_add_mem_rsv() 154 re->size = cpu_to_fdt64(size); in fdt_add_mem_rsv() 160 struct fdt_reserve_entry *re = fdt_mem_rsv_w_(fdt, n); in fdt_del_mem_rsv() local 167 return fdt_splice_mem_rsv_(fdt, re, 1, 0); in fdt_del_mem_rsv()
|
A D | fdt_ro.c | 163 const struct fdt_reserve_entry *re; in fdt_get_mem_rsv() local 166 re = fdt_mem_rsv(fdt, n); in fdt_get_mem_rsv() 167 if (!re) in fdt_get_mem_rsv() 170 *address = fdt64_ld(&re->address); in fdt_get_mem_rsv() 171 *size = fdt64_ld(&re->size); in fdt_get_mem_rsv() 178 const struct fdt_reserve_entry *re; in fdt_num_mem_rsv() local 180 for (i = 0; (re = fdt_mem_rsv(fdt, i)) != NULL; i++) { in fdt_num_mem_rsv() 181 if (fdt64_ld(&re->size) == 0) in fdt_num_mem_rsv()
|
/optee_os/.github/workflows/ |
A D | stales.yml | 17 …is issue will automatically be closed in 5 days. Note, that you can always re-open a closed issue … 18 … request will automatically be closed in 5 days. Note, that you can always re-open a closed issue …
|
/optee_os/lib/libmbedtls/mbedtls/ |
A D | BUGS.md | 9 1. Make sure you're using the latest version of a
|
/optee_os/lib/libutils/isoc/ |
A D | bget.doc | 85 guide you to the BGET functions you're likely to need. 109 to zero and [inefficient] re-allocation of existing buffers for 217 is re-tried. If <compact> returns 0 (as it must if it isn't able to
|
/optee_os/ |
A D | .azure-pipelines.yml | 23 # - on the tip of the branch only if we're not in a pull request
|
A D | CHANGELOG.md | 1195 * [#40][prld40] BUG_ON() when re-using RPC buffer to tee-supplicant 1256 * [#40][prld40] BUG_ON() when re-using RPC buffer to tee-supplicant
|
Completed in 18 milliseconds