Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/tools/memory/
A Dprint_memory_map.py69 match = line_pattern.search(line) variable
70 if match:
72 match = address_pattern.search(line) variable
73 if match:
76 if [match.group(0), sym_start, image] in address_list:
77 address_list.remove([match.group(0), sym_start, image])
80 address_list.append([match.group(0), symbol, image])
/arm-trusted-firmware-2.8.0/lib/zlib/
A Dinftrees.c57 unsigned match; /* use base and extra for symbol >= match */ local
184 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];
/arm-trusted-firmware-2.8.0/
A D.versionrc.js95 const major = contents.match(/^VERSION_MAJOR\s*:=\s*(\d+?)$/m)[1];
96 const minor = contents.match(/^VERSION_MINOR\s*:=\s*(\d+?)$/m)[1];
A D.editorconfig20 # set default to match [LCS] .c/.h settings.
/arm-trusted-firmware-2.8.0/plat/intel/soc/common/soc/
A Dsocfpga_reset_manager.c92 static int poll_idle_status(uint32_t addr, uint32_t mask, uint32_t match) in poll_idle_status() argument
97 if ((mmio_read_32(addr) & mask) == match) { in poll_idle_status()
/arm-trusted-firmware-2.8.0/fdts/
A Darm_fpga.dts97 /* The GICR size will be adjusted at runtime to match the cores. */
/arm-trusted-firmware-2.8.0/plat/nvidia/tegra/scat/
A Dbl31.scat197 /* PLAT_PERCPU_BAKERY_LOCK_SIZE does not match bakery lock requirements */
/arm-trusted-firmware-2.8.0/docs/components/fconf/
A Dindex.rst73 Then, a wrapper has to be provided to match the ``FCONF_GET_PROPERTY()`` macro:
/arm-trusted-firmware-2.8.0/docs/plat/
A Dallwinner.rst132 address space. So the virtual addresses used in BL31 match the physical
A Drpi3.rst62 between them so that the addresses they are loaded to match the ones specified
197 The build system concatenates BL1 and the FIP so that the addresses match the
/arm-trusted-firmware-2.8.0/docs/design/
A Dtrusted-board-boot.rst145 registers. If they match, the BL2 hash is read from the certificate.
188 if the hashes match.
A Dreset-design.rst104 BL31 is loaded to its runtime address, which must match the CPU's ``RVBAR_EL3``
A Dauth-framework.rst506 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
A Dfirmware-design.rst1507 - And the errata identifier: the identifier must match what's used in the
/arm-trusted-firmware-2.8.0/docs/plat/arm/fvp/
A Dindex.rst99 required to match the run time characteristics of the older versions.
223 The address provided to the FVP must match the ``EL3_PAYLOAD_BASE`` address
389 versions must match. The Foundation FVP defaults to the highest v8.x
/arm-trusted-firmware-2.8.0/docs/components/
A Dexception-handling.rst110 priority of the acknowledged interrupt is used to match its registered handler.
239 priority of secure interrupts must match that as determined in the
613 dispatcher match. The |EHF| cannot verify that this has been followed.
A Del3-spmc.rst457 SP manifest field should match the number of physical PE.
/arm-trusted-firmware-2.8.0/docs/plat/arm/
A Darm-build-options.rst16 should match the frame used by the Non-Secure image (normally the Linux
/arm-trusted-firmware-2.8.0/docs/plat/arm/juno/
A Dindex.rst43 match the uboot image packaged as BL33 in the corresponding fip file. It is
/arm-trusted-firmware-2.8.0/docs/threat_model/
A Dthreat_model_spm.rst764 | | provided sender ID must match the ID of the |
797 | | The provided receiver ID must match the ID of the |
/arm-trusted-firmware-2.8.0/docs/process/
A Dcoding-guidelines.rst172 | ``vsnprintf`` | Caution | inspect va_list match types |
/arm-trusted-firmware-2.8.0/docs/design_documents/
A Dmeasured_boot_poc.rst293 boot process and therefore, they should match the logs dumped by the former
/arm-trusted-firmware-2.8.0/docs/
A Dchange-log.md3513 - Update error codes to match Linux and PMU Firmware
4648 Drop \_ADDRESS from K3_USART_BASE to match other defines, Remove MSMC port
5255 - Migrated to use of u_register_t for register read/write to better match
6334 match. This behaviour has been made consistent across the debug and release

Completed in 37 milliseconds