/trusted-firmware-a-3.6.0-3.5.0/ |
D | pyproject.toml | 12 [tool.poetry.group.doc.dependencies] 19 [tool.poetry.group.ci.dependencies]
|
/trusted-firmware-a-3.6.0-3.5.0/tools/memory/ |
D | print_memory_map.py | 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])
|
/trusted-firmware-a-3.6.0-3.5.0/docs/resources/diagrams/plantuml/ |
D | io_dev_registration.puml | 10 group io dev registration 51 end group
|
D | io_dev_init_and_check.puml | 8 group init and check device (image_id) 61 end group
|
/trusted-firmware-a-3.6.0-3.5.0/docs/design_documents/ |
D | cmake_framework.rst | 68 The related parameters shall be packed into a group (or "setting group"). The 81 the previous section. A group can be applied onto a target, i.e. a collection of 125 First, we create a setting group called *mem_conf* and fill it with several 130 Next, we create a target called *fw1* and add the *mem_conf* setting group to 132 the parameters declared in the setting group. Then we set the target type to 134 the settings group, we can use it for conditionally adding source files. E.g.
|
/trusted-firmware-a-3.6.0-3.5.0/plat/nvidia/tegra/soc/t194/ |
D | plat_ras.c | 424 #define ADD_ONE_ERR_GROUP(errselr_start, group) \ argument 425 ERR_RECORD_SYSREG_V1((errselr_start), (uint32_t)ARRAY_SIZE((group)), \ 427 &tegra194_ras_record_handler, (group))
|
/trusted-firmware-a-3.6.0-3.5.0/docs/components/ |
D | activity-monitors.rst | 19 known as group 1 counters), controlled by the ``ENABLE_AMU_AUXILIARY_COUNTERS``
|
D | platform-interrupt-controller-API.rst | 179 assign the interrupt to the right group.
|
D | exception-handling.rst | 532 interrupts. This programs the appropriate priority and group (Group 0) on
|
/trusted-firmware-a-3.6.0-3.5.0/plat/imx/common/include/sci/svc/misc/ |
D | sci_misc_api.h | 190 sc_misc_dma_group_t group);
|
/trusted-firmware-a-3.6.0-3.5.0/docs/process/ |
D | contributing.rst | 239 - ``tf-l1-build-plat`` is the test group, which holds the test configurations 242 in ``tf-l1-build-plat`` test group. 246 test group, illustrated with an example: 260 test group, ``tf-l1-build-plat`` located at ``tf-a-ci-scripts/group/tf-l1-build-plat``, 261 to allow the platform to be built as part of this group.
|
D | coding-style.rst | 370 Within each group, ``#include`` statements must be in alphabetical order,
|
/trusted-firmware-a-3.6.0-3.5.0/drivers/mmc/ |
D | mmc.c | 366 static int sd_switch(unsigned int mode, unsigned char group, in sd_switch() argument 369 unsigned int group_shift = (group - 1U) * 4U; in sd_switch()
|
/trusted-firmware-a-3.6.0-3.5.0/plat/imx/common/sci/svc/misc/ |
D | misc_rpc_clnt.c | 93 sc_misc_dma_group_t group) in sc_misc_set_dma_group() argument 102 RPC_U8(&msg, 2U) = (uint8_t)group; in sc_misc_set_dma_group()
|
/trusted-firmware-a-3.6.0-3.5.0/lib/romlib/ |
D | romlib_generator.py | 254 mapping = {"jmptbl_address": matching_symbol.group(1)}
|
/trusted-firmware-a-3.6.0-3.5.0/include/drivers/arm/ |
D | gicv3.h | 584 void gicv3_raise_sgi(unsigned int sgi_num, gicv3_irq_group_t group,
|
/trusted-firmware-a-3.6.0-3.5.0/drivers/arm/gic/v3/ |
D | gicv3_main.c | 1123 void gicv3_raise_sgi(unsigned int sgi_num, gicv3_irq_group_t group, in gicv3_raise_sgi() argument 1155 switch (group) { in gicv3_raise_sgi()
|
/trusted-firmware-a-3.6.0-3.5.0/docs/ |
D | porting-guide.rst | 2610 *power domain*. A *power domain* is a CPU or a logical group of CPUs which 2618 logical grouping of CPUs that share some state, then level 1 is that group of 2619 CPUs (for example, a cluster), and level 2 is a group of clusters (for 3155 ``ICC_HPPIR0_EL1``, *Highest Priority Pending group 0 Interrupt Register*, 3189 group 0 Register*, is read to determine the id of the pending interrupt. The id 3195 register ``ICC_HPPIR1_EL1``, *Highest Priority Pending Interrupt group 1 3196 Register* is read to determine the id of the group 1 interrupt. This id 3202 register ``ICC_HPPIR1_EL1``, *Highest Priority Pending group 1 Interrupt 3227 Acknowledge Register group 0*. If the API is invoked from S-EL1, the function 3229 group 1*. The read changes the state of the highest pending interrupt from [all …]
|
/trusted-firmware-a-3.6.0-3.5.0/docs/getting_started/ |
D | rt-svc-writers-guide.rst | 20 independent implementation of services for each group, which are then compiled
|
D | build-options.rst | 25 - ``AMU_RESTRICT_COUNTERS``: Register reads to the group 1 counters will return 234 (also known as group 1 counters). These are implementation-defined counters,
|
/trusted-firmware-a-3.6.0-3.5.0/docs/design/ |
D | firmware-design.rst | 1329 (priority, group, configuration). Each element of the array shall be populated
|