| /rk3399_ARM-atf/tools/memory/src/memory/ |
| H A D | mapparser.py | 8 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 D | summary.py | 138 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 D | elfparser.py | 148 region_symbols = filter(lambda s: re.match(expr, s), self._symbols)
|
| H A D | memmap.py | 186 if re.match(expr, symbol)
|
| /rk3399_ARM-atf/lib/zlib/ |
| H A D | inftrees.c | 52 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.cjs | 87 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 | .editorconfig | 20 # set default to match [LCS] .c/.h settings.
|
| /rk3399_ARM-atf/plat/intel/soc/common/drivers/ddr/ |
| H A D | ddr.h | 166 int poll_idle_status(uint32_t addr, uint32_t mask, uint32_t match, uint32_t delay_ms);
|
| H A D | ddr.c | 471 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 D | ncore_ccu.c | 657 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 D | socfpga_reset_manager.c | 99 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 D | arm_fpga.dts | 97 /* The GICR size will be adjusted at runtime to match the cores. */
|
| /rk3399_ARM-atf/plat/nvidia/tegra/scat/ |
| H A D | bl31.scat | 197 /* PLAT_PERCPU_BAKERY_LOCK_SIZE does not match bakery lock requirements */
|
| /rk3399_ARM-atf/docs/plat/arm/fvp/ |
| H A D | fvp-support.rst | 93 required to match the run time characteristics of the older versions.
|
| H A D | fvp-specific-configs.rst | 68 The address provided to the FVP must match the ``EL3_PAYLOAD_BASE`` address
|
| /rk3399_ARM-atf/docs/components/fconf/ |
| H A D | index.rst | 73 Then, a wrapper has to be provided to match the ``FCONF_GET_PROPERTY()`` macro:
|
| /rk3399_ARM-atf/docs/plat/ |
| H A D | allwinner.rst | 134 address space. So the virtual addresses used in BL31 match the physical
|
| H A D | rpi3.rst | 62 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 D | trusted-board-boot.rst | 218 registers. If they match, the BL2 hash is read from the certificate. 261 if the hashes match.
|
| H A D | reset-design.rst | 104 BL31 is loaded to its runtime address, which must match the CPU's ``RVBAR_EL3``
|
| /rk3399_ARM-atf/docs/design_documents/ |
| H A D | measured_boot_dtpm_poc.rst | 86 ``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 D | exception-handling.rst | 110 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 D | index.rst | 43 match the uboot image packaged as BL33 in the corresponding fip file. It is
|
| /rk3399_ARM-atf/docs/plat/qti/ |
| H A D | msm8916.rst | 106 can be changed on the make command line. The default values match the addresses
|
| /rk3399_ARM-atf/docs/plat/arm/ |
| H A D | arm-build-options.rst | 16 should match the frame used by the Non-Secure image (normally the Linux
|