Home
last modified time | relevance | path

Searched refs:TA_PANIC_RE (Results 1 – 1 of 1) sorted by relevance

/optee_os/scripts/
H A Dsymbolize.py24 TA_PANIC_RE = re.compile(r'TA panicked with code (?P<code>0x[0-9a-f]+)') variable
484 match = re.search(TA_PANIC_RE, line)