Home
last modified time | relevance | path

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

12

/rk3399_ARM-atf/tools/memory/src/memory/
H A Dmapparser.py8 from re import match, search
29 for symbol in filter(lambda s: match(expr, s), self._symbols):
49 match = search(pattern, line)
51 if match is not None:
52 value, name = match.groups()
H A Dsummary.py138 if re.match(self._RE_TRANS_FILE, line):
141 test_re_file_name = re.match(self._RE_OBJECT_FILE, line)
148 test_re_obj_name = re.match(self._RE_LIBRARY_OBJECT, line)
167 is_fill = re.match(self._RE_FILL_SECTION, line)
173 is_section = re.match(self._RE_STD_SECTION, line)
H A Delfparser.py148 region_symbols = filter(lambda s: re.match(expr, s), self._symbols)
H A Dmemmap.py186 if re.match(expr, symbol)
/rk3399_ARM-atf/lib/zlib/
H A Dinftrees.c52 unsigned match; /* use base and extra for symbol >= match */ in inflate_table() local
179 match = 20; in inflate_table()
184 match = 257; in inflate_table()
189 match = 0; in inflate_table()
212 if (work[sym] + 1U < match) { in inflate_table()
216 else if (work[sym] >= match) { in inflate_table()
217 here.op = (unsigned char)(extra[work[sym] - match]); in inflate_table()
218 here.val = base[work[sym] - match]; in inflate_table()
/rk3399_ARM-atf/
H A D.versionrc.cjs87 const _ver = contents.match(/version\s=.*"(\d+?)\.(\d+?)\.(\d+?)/);
107 const _ver = contents.match(/version\s=.*"(\d+?)\.(\d+?)\.(\d+?)/);
130 const major = contents.match(/^VERSION_MAJOR\s*:=\s*(\d+?)$/m)[1];
131 const minor = contents.match(/^VERSION_MINOR\s*:=\s*(\d+?)$/m)[1];
132 const patch = contents.match(/^VERSION_PATCH\s*:=\s*(\d+?)$/m)[1];
H A D.editorconfig20 # set default to match [LCS] .c/.h settings.
/rk3399_ARM-atf/plat/intel/soc/common/drivers/ddr/
H A Dddr.h166 int poll_idle_status(uint32_t addr, uint32_t mask, uint32_t match, uint32_t delay_ms);
H A Dddr.c471 int poll_idle_status(uint32_t addr, uint32_t mask, uint32_t match, uint32_t delay_ms) in poll_idle_status() argument
477 if ((mmio_read_32(addr) & mask) == match) { in poll_idle_status()
/rk3399_ARM-atf/plat/intel/soc/common/drivers/ccu/
H A Dncore_ccu.c657 static int poll_idle_status(uint32_t addr, uint32_t mask, uint32_t match, uint32_t delay_ms) in poll_idle_status() argument
663 if ((mmio_read_32(addr) & mask) == match) { in poll_idle_status()
/rk3399_ARM-atf/plat/intel/soc/common/soc/
H A Dsocfpga_reset_manager.c99 static int poll_idle_status(uint32_t addr, uint32_t mask, uint32_t match, uint32_t delay_ms) in poll_idle_status() argument
105 if ((mmio_read_32(addr) & mask) == match) { in poll_idle_status()
116 uint32_t match, uint32_t delay_clk_cycles) in poll_idle_status_by_clkcycles() argument
122 if ((mmio_read_32(addr) & mask) == match) { in poll_idle_status_by_clkcycles()
/rk3399_ARM-atf/fdts/
H A Darm_fpga.dts97 /* The GICR size will be adjusted at runtime to match the cores. */
/rk3399_ARM-atf/plat/nvidia/tegra/scat/
H A Dbl31.scat197 /* PLAT_PERCPU_BAKERY_LOCK_SIZE does not match bakery lock requirements */
/rk3399_ARM-atf/docs/plat/arm/fvp/
H A Dfvp-support.rst93 required to match the run time characteristics of the older versions.
H A Dfvp-specific-configs.rst68 The address provided to the FVP must match the ``EL3_PAYLOAD_BASE`` address
/rk3399_ARM-atf/docs/components/fconf/
H A Dindex.rst73 Then, a wrapper has to be provided to match the ``FCONF_GET_PROPERTY()`` macro:
/rk3399_ARM-atf/docs/plat/
H A Dallwinner.rst134 address space. So the virtual addresses used in BL31 match the physical
H 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
/rk3399_ARM-atf/docs/design/
H A Dtrusted-board-boot.rst218 registers. If they match, the BL2 hash is read from the certificate.
261 if the hashes match.
H A Dreset-design.rst104 BL31 is loaded to its runtime address, which must match the CPU's ``RVBAR_EL3``
/rk3399_ARM-atf/docs/design_documents/
H A Dmeasured_boot_dtpm_poc.rst86 ``CONFIG_SYS_UBOOT_START`` to ``0x11000000`` to match the BL33 starting point.
150 module must be aligned to the pins in a specific orientation, match the 3v3
/rk3399_ARM-atf/docs/components/
H 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.
/rk3399_ARM-atf/docs/plat/arm/juno/
H A Dindex.rst43 match the uboot image packaged as BL33 in the corresponding fip file. It is
/rk3399_ARM-atf/docs/plat/qti/
H A Dmsm8916.rst106 can be changed on the make command line. The default values match the addresses
/rk3399_ARM-atf/docs/plat/arm/
H A Darm-build-options.rst16 should match the frame used by the Non-Secure image (normally the Linux

12