Searched refs:match (Results 1 – 20 of 20) sorted by relevance
52 match = line_pattern.search(line) variable53 if match:55 match = address_pattern.search(line) variable56 if match:57 address_list.append([match.group(0), symbol, image])
57 unsigned match; /* use base and extra for symbol >= match */ local184 match = 20;189 match = 257;194 match = 0;217 if (work[sym] + 1U < match) {221 else if (work[sym] >= match) {222 here.op = (unsigned char)(extra[work[sym] - match]);223 here.val = base[work[sym] - match];
90 static int poll_idle_status(uint32_t addr, uint32_t mask, uint32_t match) in poll_idle_status() argument95 if ((mmio_read_32(addr) & mask) == match) { in poll_idle_status()
20 # set default to match [LCS] .c/.h settings.
98 /* The GICR size will be adjusted at runtime to match the cores. */
89 address space. So the virtual addresses used in BL31 match the physical
62 between them so that the addresses they are loaded to match the ones specified197 The build system concatenates BL1 and the FIP so that the addresses match the
197 /* PLAT_PERCPU_BAKERY_LOCK_SIZE does not match bakery lock requirements */
73 Then, a wrapper has to be provided to match the ``FCONF_GET_PROPERTY()`` macro:
145 registers. If they match, the BL2 hash is read from the certificate.188 if the hashes match.
104 BL31 is loaded to its runtime address, which must match the CPU's ``RVBAR_EL3``
506 auth_param_type_desc_t *hash; /* Hash to match with */652 CoT array, so the descriptors location in the array must match the identifiers.684 - ``AUTH_METHOD_HASH``: the hash of the image must match the hash extracted
1496 - And the errata identifier: the identifier must match what's used in the
102 required to match the run time characteristics of the older versions.226 The address provided to the FVP must match the ``EL3_PAYLOAD_BASE`` address402 versions must match. The Foundation FVP defaults to the highest v8.x
110 priority of the acknowledged interrupt is used to match its registered handler.239 priority of secure interrupts must match that as determined in the613 dispatcher match. The |EHF| cannot verify that this has been followed.
16 should match the frame used by the Non-Secure image (normally the Linux
43 match the uboot image packaged as BL33 in the corresponding fip file. It is
57 ``Signed-off-by:`` and ``Commit:`` lines must match. By adding this line the
172 | ``vsnprintf`` | Caution | inspect va_list match types |
514 - Update error codes to match Linux and PMU Firmware2026 Drop _ADDRESS from K3_USART_BASE to match other defines, Remove MSMC port2736 match AArch32 and AArch64 type sizes3976 match. This behaviour has been made consistent across the debug and release
Completed in 31 milliseconds