Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/docs/
Dglobal_substitutions.txt1 .. |AArch32| replace:: :term:`AArch32`
2 .. |AArch64| replace:: :term:`AArch64`
3 .. |AMU| replace:: :term:`AMU`
4 .. |AMUs| replace:: :term:`AMUs <AMU>`
5 .. |API| replace:: :term:`API`
6 .. |BTI| replace:: :term:`BTI`
7 .. |CoT| replace:: :term:`CoT`
8 .. |COT| replace:: :term:`COT`
9 .. |CSS| replace:: :term:`CSS`
10 .. |CVE| replace:: :term:`CVE`
[all …]
Dchange-log.md1136 …- replace deprecated urls under tfa/docs ([5fdf198](https://review.trustedfirmware.org/plugins/git…
1170 …**See:** replace RAS_EXTENSION with FEAT_RAS ([9202d51](https://review.trustedfirmware.org/plugins…
1439 …- replace FPD_MAINCCI* macros ([245d30e](https://review.trustedfirmware.org/plugins/gitiles/TF-A/t…
1716 …- replace redundant checks with asserts ([02af589](https://review.trustedfirmware.org/plugins/giti…
1990 …- replace irq array with switch case ([0ec6c31](https://review.trustedfirmware.org/plugins/gitiles…
2720 …- replace non-inclusive terms from dts file ([e6ffafb](https://review.trustedfirmware.org/plugins/…
3545 …- replace ARM_ARCH_AT_LEAST macro with FEAT flags ([0ce220a](https://review.trustedfirmware.org/pl…
6552 - Based on coding guidelines, replace all `unsigned long` depending on if
Dporting-guide.rst2719 This optional function may be used as a performance optimization to replace
/trusted-firmware-a-latest/
D.versionrc.js95 return contents.replace(/^(version\s=\s")((\d).?)*$/m, _ver)
116 contents = contents.replace(/^(version\s=\s")((\d).?)*$/m, _ver)
117 contents = contents.replace(/^(release\s=\s")((\d).?)*$/m, _rel)
142 contents = contents.replace(/^(VERSION_MAJOR\s*:=\s*)(\d+?)$/m, `$1${major}`);
143 contents = contents.replace(/^(VERSION_MINOR\s*:=\s*)(\d+?)$/m, `$1${minor}`);
144 contents = contents.replace(/^(VERSION_PATCH\s*:=\s*)(\d+?)$/m, `$1${patch}`);
/trusted-firmware-a-latest/docs/process/
Dsecurity.rst82 .. |TFV-1| replace:: :ref:`Advisory TFV-1 (CVE-2016-10319)`
83 .. |TFV-2| replace:: :ref:`Advisory TFV-2 (CVE-2017-7564)`
84 .. |TFV-3| replace:: :ref:`Advisory TFV-3 (CVE-2017-7563)`
85 .. |TFV-4| replace:: :ref:`Advisory TFV-4 (CVE-2017-9607)`
86 .. |TFV-5| replace:: :ref:`Advisory TFV-5 (CVE-2017-15031)`
87 .. |TFV-6| replace:: :ref:`Advisory TFV-6 (CVE-2017-5753, CVE-2017-5715, CVE-2017-5754)`
88 .. |TFV-7| replace:: :ref:`Advisory TFV-7 (CVE-2018-3639)`
89 .. |TFV-8| replace:: :ref:`Advisory TFV-8 (CVE-2018-19440)`
90 .. |TFV-9| replace:: :ref:`Advisory TFV-9 (CVE-2022-23960)`
91 .. |TFV-10| replace:: :ref:`Advisory TFV-10 (CVE-2022-47630)`
[all …]
Dplatform-ports-policy.rst17 and a new interface introduced to replace it. In case the migration to the new
/trusted-firmware-a-latest/plat/mediatek/mt8173/drivers/spm/
Dspm_hotplug.c183 .replace = 0,
Dspm_suspend.c204 .replace = 0,
Dspm_mcdi.c216 .replace = 0,
Dspm.h261 const unsigned char replace; /* replace mode */ member
/trusted-firmware-a-latest/tools/conventional-changelog-tf-a/
Dindex.js35 return first + options.fn(this).replace(/\n(?!\s*\n)/gm, `\n${nth}`).trim() + "\n";
190 note.text = note.text.replace(trailers, "").trim();
/trusted-firmware-a-latest/docs/plat/st/
Dstm32mp2.rst115 For other boot devices, you have to replace STM32MP_SDMMC in the previous command
Dstm32mp1.rst147 For other boot devices, you have to replace STM32MP_SDMMC in the previous command
/trusted-firmware-a-latest/docs/plat/
Dwarp7.rst192 The resulting bl2.bin.imx-signed can replace bl2.bin.imx in the Deploy
/trusted-firmware-a-latest/docs/plat/arm/juno/
Dindex.rst20 on an SD card, you can replace the ``bl1.bin`` and ``fip.bin``
/trusted-firmware-a-latest/docs/about/
Dmaintainers.rst11 .. |M| replace:: **Mail**
12 .. |G| replace:: **GitHub ID**
13 .. |F| replace:: **Files**
/trusted-firmware-a-latest/plat/mediatek/mt8183/drivers/spm/
Dspm.h2360 const uint32_t replace; member