/trusted-firmware-a-latest/plat/common/ |
D | plat_gicv3.c | 119 unsigned int group; in plat_ic_get_interrupt_type() local 122 group = gicv3_get_interrupt_group(id, plat_my_core_pos()); in plat_ic_get_interrupt_type() 124 switch (group) { in plat_ic_get_interrupt_type() 250 unsigned int group; in plat_ic_set_interrupt_type() local 254 group = INTR_GROUP0; in plat_ic_set_interrupt_type() 257 group = INTR_GROUP1S; in plat_ic_set_interrupt_type() 260 group = INTR_GROUP1NS; in plat_ic_set_interrupt_type() 264 group = INTR_GROUP0; in plat_ic_set_interrupt_type() 268 gicv3_set_interrupt_group(id, plat_my_core_pos(), group); in plat_ic_set_interrupt_type()
|
/trusted-firmware-a-latest/ |
D | pyproject.toml | 18 [tool.poetry.group.doc.dependencies] 26 [tool.poetry.group.ci.dependencies] 29 [tool.poetry.group.memory.dependencies]
|
/trusted-firmware-a-latest/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-latest/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-latest/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-latest/docs/components/ |
D | activity-monitors.rst | 19 known as group 1 counters), controlled by the ``ENABLE_AMU_AUXILIARY_COUNTERS``
|
D | ras.rst | 97 RAS functionality is regularly tested in TF-A CI using `RAS test group`_ which has multiple 132 Couple of tests in the group : 344 .. _RAS Test group: https://git.trustedfirmware.org/ci/tf-a-ci-scripts.git/tree/group/tf-l3-boot-te…
|
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-latest/include/drivers/arm/ |
D | gicv2.h | 191 void gicv2_set_interrupt_group(unsigned int id, unsigned int group);
|
D | gicv3.h | 583 unsigned int group); 584 void gicv3_raise_sgi(unsigned int sgi_num, gicv3_irq_group_t group,
|
/trusted-firmware-a-latest/plat/imx/common/include/sci/svc/misc/ |
D | sci_misc_api.h | 190 sc_misc_dma_group_t group);
|
/trusted-firmware-a-latest/drivers/arm/gic/v2/ |
D | gicv2_main.c | 393 void gicv2_set_interrupt_group(unsigned int id, unsigned int group) in gicv2_set_interrupt_group() argument 401 switch (group) { in gicv2_set_interrupt_group()
|
/trusted-firmware-a-latest/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-latest/drivers/arm/gic/v3/ |
D | gicv3_main.c | 1062 unsigned int group) in gicv3_set_interrupt_group() argument 1073 switch (group) { in gicv3_set_interrupt_group() 1122 void gicv3_raise_sgi(unsigned int sgi_num, gicv3_irq_group_t group, in gicv3_raise_sgi() argument 1154 switch (group) { in gicv3_raise_sgi()
|
/trusted-firmware-a-latest/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-latest/plat/intel/soc/common/drivers/sdmmc/ |
D | sdmmc.c | 348 static int sdmmc_sd_switch(unsigned int mode, unsigned char group, in sdmmc_sd_switch() argument 351 unsigned int group_shift = (group - 1U) * 4U; in sdmmc_sd_switch()
|
/trusted-firmware-a-latest/tools/sptool/ |
D | sp_mk_generator.py | 141 return load_address_parsed.group(0)
|
/trusted-firmware-a-latest/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-latest/lib/romlib/ |
D | romlib_generator.py | 254 mapping = {"jmptbl_address": matching_symbol.group(1)}
|
/trusted-firmware-a-latest/docs/ |
D | porting-guide.rst | 2494 *power domain*. A *power domain* is a CPU or a logical group of CPUs which 2502 logical grouping of CPUs that share some state, then level 1 is that group of 2503 CPUs (for example, a cluster), and level 2 is a group of clusters (for 3046 ``ICC_HPPIR0_EL1``, *Highest Priority Pending group 0 Interrupt Register*, 3080 group 0 Register*, is read to determine the id of the pending interrupt. The id 3086 register ``ICC_HPPIR1_EL1``, *Highest Priority Pending Interrupt group 1 3087 Register* is read to determine the id of the group 1 interrupt. This id 3093 register ``ICC_HPPIR1_EL1``, *Highest Priority Pending group 1 Interrupt 3118 Acknowledge Register group 0*. If the API is invoked from S-EL1, the function 3120 group 1*. The read changes the state of the highest pending interrupt from [all …]
|
/trusted-firmware-a-latest/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 240 (also known as group 1 counters). These are implementation-defined counters,
|