Home
last modified time | relevance | path

Searched refs:group (Results 1 – 21 of 21) sorted by relevance

/trusted-firmware-a-3.6.0-3.5.0/
Dpyproject.toml12 [tool.poetry.group.doc.dependencies]
19 [tool.poetry.group.ci.dependencies]
/trusted-firmware-a-3.6.0-3.5.0/tools/memory/
Dprint_memory_map.py76 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/
Dio_dev_registration.puml10 group io dev registration
51 end group
Dio_dev_init_and_check.puml8 group init and check device (image_id)
61 end group
/trusted-firmware-a-3.6.0-3.5.0/docs/design_documents/
Dcmake_framework.rst68 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/
Dplat_ras.c424 #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/
Dactivity-monitors.rst19 known as group 1 counters), controlled by the ``ENABLE_AMU_AUXILIARY_COUNTERS``
Dplatform-interrupt-controller-API.rst179 assign the interrupt to the right group.
Dexception-handling.rst532 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/
Dsci_misc_api.h190 sc_misc_dma_group_t group);
/trusted-firmware-a-3.6.0-3.5.0/docs/process/
Dcontributing.rst239 - ``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.
Dcoding-style.rst370 Within each group, ``#include`` statements must be in alphabetical order,
/trusted-firmware-a-3.6.0-3.5.0/drivers/mmc/
Dmmc.c366 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/
Dmisc_rpc_clnt.c93 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/
Dromlib_generator.py254 mapping = {"jmptbl_address": matching_symbol.group(1)}
/trusted-firmware-a-3.6.0-3.5.0/include/drivers/arm/
Dgicv3.h584 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/
Dgicv3_main.c1123 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/
Dporting-guide.rst2610 *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/
Drt-svc-writers-guide.rst20 independent implementation of services for each group, which are then compiled
Dbuild-options.rst25 - ``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/
Dfirmware-design.rst1329 (priority, group, configuration). Each element of the array shall be populated