/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/ |
A D | platform-interrupt-controller-API.rst.txt | 32 The API should return whether the interrupt ID (first parameter) is categorized 45 The API should return whether the interrupt ID (first parameter) is categorized 58 The API should return whether the interrupt ID (first parameter) is categorized 72 first parameter, ``id``. 86 This API should enable the interrupt ID specified by the first parameter, 101 This API should disable the interrupt ID specified by the first parameter, 117 This API should set the priority of the interrupt specified by first parameter 167 This API should set the interrupt specified by first parameter ``id`` to the 206 This API should raise an EL3 SGI. The first parameter, ``sgi_num``, specifies 248 This API should set the interrupt specified by first parameter ``id`` to [all …]
|
/trusted-firmware-a/docs/components/ |
A D | platform-interrupt-controller-API.rst | 32 The API should return whether the interrupt ID (first parameter) is categorized 45 The API should return whether the interrupt ID (first parameter) is categorized 58 The API should return whether the interrupt ID (first parameter) is categorized 72 first parameter, ``id``. 86 This API should enable the interrupt ID specified by the first parameter, 101 This API should disable the interrupt ID specified by the first parameter, 117 This API should set the priority of the interrupt specified by first parameter 167 This API should set the interrupt specified by first parameter ``id`` to the 206 This API should raise an EL3 SGI. The first parameter, ``sgi_num``, specifies 248 This API should set the interrupt specified by first parameter ``id`` to [all …]
|
/trusted-firmware-a/docs/build/TF-A_2.5/_static/ |
A D | basic.css | 271 .first { 449 th > :first-child, 450 td > :first-child { 591 :not(li) > ol > li:first-child > :first-child, 592 :not(li) > ul > li:first-child > :first-child { 608 ol.simple > li:not(:first-child) > p, 609 ul.simple > li:not(:first-child) > p { 662 dd > :first-child {
|
/trusted-firmware-a/lib/gpt_rme/ |
A D | gpt_rme.c | 496 static void gpt_fill_l1_tbl(uint64_t gpi, uint64_t *l1, uintptr_t first, in gpt_fill_l1_tbl() argument 502 assert(first <= last); in gpt_fill_l1_tbl() 503 assert((first & (GPT_PGS_ACTUAL_SIZE(gpt_config.p) - 1)) == 0U); in gpt_fill_l1_tbl() 505 assert(GPT_L0_IDX(first) == GPT_L0_IDX(last)); in gpt_fill_l1_tbl() 509 gpi_mask = gpi_mask << (GPT_L1_GPI_IDX(gpt_config.p, first) << 2); in gpt_fill_l1_tbl() 512 for (unsigned int i = GPT_L1_IDX(gpt_config.p, first); in gpt_fill_l1_tbl()
|
/trusted-firmware-a/lib/zlib/ |
A D | crc32.c | 94 static volatile int first = 1; /* flag to limit concurrent making */ in make_crc_table() local 100 if (first) { in make_crc_table() 101 first = 0; in make_crc_table()
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/threat_model/ |
A D | index.rst.txt | 7 In the next sections, we first give a description of the target of evaluation
|
/trusted-firmware-a/docs/threat_model/ |
A D | index.rst | 7 In the next sections, we first give a description of the target of evaluation
|
/trusted-firmware-a/tools/conventional-changelog-tf-a/ |
A D | index.js | 32 const first = spaces + "- "; 35 return first + options.fn(this).replace(/\n(?!\s*\n)/gm, `\n${nth}`).trim() + "\n";
|
/trusted-firmware-a/docs/getting_started/ |
A D | psci-lib-integration-guide.rst | 194 The first field ``h``, of ``param_header_t`` type, provides the version 219 context. The non-secure world entrypoint information ``next_image_info`` (first 236 (first argument) callbacks with the PSCI library which will be called 253 PSCI service range specified in `SMCCC`_. The function ID ``smc_fid`` (first 338 ``addr`` (first argument) address and of size ``size`` (second argument). 390 must ensure that ``cm_set_context_by_index`` is called first and the appropriate 404 ``cpu_idx`` (first argument). The caller must ensure that 405 ``cm_set_context_by_index`` is called first and the appropriate context 496 (first parameter) denotes the highest power domain level being powered down 511 via ``resident_cpu`` (first argument). The updates to ``resident_cpu`` is [all …]
|
A D | docs-build.rst | 8 If you are building the documentation for the first time then you will need to 87 create the documentation is through a docker container. The first step is
|
A D | image-terminology.rst | 46 Typically, this is the first code to execute on the AP and cannot be modified. 106 Typically, this is the first code to execute on the SCP and cannot be modified. 138 Typically, this is the first normal world code to execute on the AP during a
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/ |
A D | psci-lib-integration-guide.rst.txt | 194 The first field ``h``, of ``param_header_t`` type, provides the version 219 context. The non-secure world entrypoint information ``next_image_info`` (first 236 (first argument) callbacks with the PSCI library which will be called 253 PSCI service range specified in `SMCCC`_. The function ID ``smc_fid`` (first 338 ``addr`` (first argument) address and of size ``size`` (second argument). 390 must ensure that ``cm_set_context_by_index`` is called first and the appropriate 404 ``cpu_idx`` (first argument). The caller must ensure that 405 ``cm_set_context_by_index`` is called first and the appropriate context 496 (first parameter) denotes the highest power domain level being powered down 511 via ``resident_cpu`` (first argument). The updates to ``resident_cpu`` is [all …]
|
A D | docs-build.rst.txt | 8 If you are building the documentation for the first time then you will need to 87 create the documentation is through a docker container. The first step is
|
/trusted-firmware-a/docs/build/TF-A_2.5/_static/css/ |
A D | theme.css | 1 …first-child:before,.rst-content dl dt .headerlink:before,.rst-content h1 .headerlink:before,.rst-c… 4 …first-child,.rst-content dl dt .headerlink,.rst-content h1 .headerlink,.rst-content h2 .headerlink…
|
/trusted-firmware-a/plat/brcm/board/stingray/src/ |
A D | bl2_setup.c | 51 #define GET_BITS(first, last, data) \ argument 52 ((data >> first) & ((1 << (last - first + 1)) - 1))
|
/trusted-firmware-a/docs/build/latex/ |
A D | sphinxlatextables.sty | 39 % tabulary has a bug with its re-definition of \multicolumn in its first pass 65 % b) the space from last baseline of previous text to first baseline of 103 % this baseline will be \ht\strutbox above first baseline of caption 233 \ifx\equation$% $ tabulary's first pass 240 \ifx\equation$% $ tabulary's first pass 315 % first, trace back our steps horizontally 337 \tymax % first pass of tabulary (cf MEMO above regarding nesting) 352 \ifx\equation$%$% first pass 398 % multi-line contents, only first and last line...) 436 % q+1 "lines" in each of the first r rows [all …]
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/ |
A D | brcm-stingray.rst.txt | 31 - Build u-boot first, and get the binary image: u-boot.bin,
|
/trusted-firmware-a/docs/plat/ |
A D | brcm-stingray.rst | 31 - Build u-boot first, and get the binary image: u-boot.bin,
|
/trusted-firmware-a/drivers/nxp/auth/csf_hdr_parser/ |
A D | input_bl2_ch3 | 15 # (default=ADDRESS of first file specified in images)
|
A D | input_bl2_ch3_2 | 15 # (default=ADDRESS of first file specified in images)
|
/trusted-firmware-a/fdts/ |
A D | n1sdp-single-chip.dts | 23 * In the first 2GB of DRAM bank the top 16MB are reserved by firmware as secure memory.
|
/trusted-firmware-a/docs/design_documents/ |
A D | cmake_framework.rst | 18 document is the first phase only. 108 In the provisioning phase, first we have to obtain the necessary resources, i.e. 112 In the development phase first we run CMake, which will generate the buildsystem
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design_documents/ |
A D | cmake_framework.rst.txt | 18 document is the first phase only. 108 In the provisioning phase, first we have to obtain the necessary resources, i.e. 112 In the development phase first we run CMake, which will generate the buildsystem
|
/trusted-firmware-a/docs/design/ |
A D | psci-pd-tree.rst | 57 #. The first entry in the array specifies the number of power domains at the 65 #. The size of the array minus the first entry will be equal to the number of 192 * Index of the first CPU power domain node level 0 which has this node 232 populate the two arrays. It is essentially a breadth-first-search. The nodes for
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design/ |
A D | psci-pd-tree.rst.txt | 57 #. The first entry in the array specifies the number of power domains at the 65 #. The size of the array minus the first entry will be equal to the number of 192 * Index of the first CPU power domain node level 0 which has this node 232 populate the two arrays. It is essentially a breadth-first-search. The nodes for
|