Home
last modified time | relevance | path

Searched refs:t (Results 1 – 25 of 67) sorted by relevance

123

/trusted-firmware-a-latest/plat/nxp/common/sip_svc/include/
Dsipsvc.h60 #define SIP_PARAM_TYPE_GET(t, i) ((((uint32_t)(t)) >> ((i) * 4)) & 0xF) argument
66 #define SIP_PARAM_TYPE_SET(t, i) (((uint32_t)(t) & 0xF) << ((i) * 4)) argument
/trusted-firmware-a-latest/plat/mediatek/mt8183/drivers/mcdi/
Dmtk_mcdi.c90 uint32_t t = 0; in target_mask() local
94 t |= BIT(cluster + CLUSTER_ON_OFS); in target_mask()
97 t |= BIT(cpu_idx + CPU_ON_OFS); in target_mask()
100 t |= BIT(cluster + CLUSTER_OFF_OFS); in target_mask()
103 t |= BIT(cpu_idx + CPU_OFF_OFS); in target_mask()
106 return t; in target_mask()
/trusted-firmware-a-latest/include/lib/
Dbakery_lock.h26 static inline unsigned int bakery_get_priority(unsigned int t, unsigned int pos) in bakery_get_priority() argument
28 return (t << 8) | pos; in bakery_get_priority()
/trusted-firmware-a-latest/lib/gpt_rme/
Dgpt_rme.c65 gpt_t_val_e t; member
187 GPT_PPS_ACTUAL_SIZE(gpt_config.t)) || in gpt_validate_pas_mappings()
330 gpt_config.t = gpt_t_lookup[pps]; in gpt_validate_l0_params()
334 if (l0_alignment < GPT_L0_TABLE_SIZE(gpt_config.t)) { in gpt_validate_l0_params()
335 l0_alignment = GPT_L0_TABLE_SIZE(gpt_config.t); in gpt_validate_l0_params()
345 if (l0_mem_size < GPT_L0_TABLE_SIZE(gpt_config.t)) { in gpt_validate_l0_params()
347 GPT_L0_TABLE_SIZE(gpt_config.t), in gpt_validate_l0_params()
784 for (unsigned int i = 0U; i < GPT_L0_REGION_COUNT(gpt_config.t); i++) { in gpt_init_l0_tables()
790 (size_t)GPT_L0_TABLE_SIZE(gpt_config.t)); in gpt_init_l0_tables()
865 INFO(" PPS/T: 0x%x/%u\n", gpt_config.pps, gpt_config.t); in gpt_init_pas_l1_tables()
[all …]
/trusted-firmware-a-latest/docs/resources/diagrams/plantuml/
Dfconf_bl2_populate.puml22 bl2_main -> arm_bl2_setup : bl2_early_platform_setup2(\n\t arg0, arg1, arg2, arg3)
27 arm_bl2_setup -> arm_bl2_setup : arm_bl2_early_platform_setup(\n\t fw_config, mem_layout)
Drss_attestation_flow.puml17 RMM -> BL31: get_realm_key(\n\t**hash_algo**, ...)
28 RMM -> BL31: get_platform_token(\n\t**pub_key_hash**, ...)
/trusted-firmware-a-latest/docs/plat/marvell/armada/
Duart-booting.rst67 > mox-imager -D /dev/ttyUSB<port#> -E -b 6000000 -t flash-image.bin
75 > mox-imager -D /dev/ttyUSB<port#> -E -b 6000000 -t TIM_ATF.bin wtmi_h.bin boot-image_h.bin
77 CZ.NIC mox-imager after successful download will start its own mini terminal (option ``-t``) to
101 > mvebu64boot -t -b flash-image.bin /dev/ttyUSB0
103 After successful download it will start own mini terminal (option ``-t``) like CZ.NIC mox-imager.
/trusted-firmware-a-latest/lib/debugfs/
Ddevfip.c246 int r, n, t; in fipmount() local
283 t = cspec->index; in fipmount()
284 if (devtab[t]->seek(cspec, STOC_HEADER, KSEEK_SET) < 0) { in fipmount()
/trusted-firmware-a-latest/tools/marvell/doimage/secure/
Dcsk_priv_pem3.key19 t/pXCienrcUNfgIxwSSnNwj2DdjejzI+4VNfPbW6y16BLPCp1CbUOGOwNXTj4R9H
/trusted-firmware-a-latest/plat/arm/board/common/swd_rotpk/
Darm_swd_rotprivk_rsa.pem6 pmgS7XJKhCQYxdDSzxi/0t/qXAwWuME4jv2HbNxsUZjahiBYpA0BafXanSuxVHly
/trusted-firmware-a-latest/docs/plat/
Drpi3.rst10 officially supported kernel is a AArch32 kernel. This doesn't mean that this
11 port of TF-A can't boot a AArch64 kernel. The `Linux tree fork`_ maintained by
15 **IMPORTANT NOTE**: This port isn't secure. All of the memory used is DRAM,
17 shouldn't be considered more than a prototype to play with and implement
54 in AArch32. This means that BL33 can't be in EL2 in AArch64 mode. The
55 architecture specifies that AArch32 Hypervisor mode isn't present when AArch64
131 so that the kernel doesn't use it. The current port tries to modify the live DTB
139 different mappings than the Arm cores in which the I/O addresses don't overlap
141 the end of the DRAM, so this space isn't wasted.
166 ``PSCI_SYSTEM_RESET`` and ``PSCI_SYSTEM_OFF``. The last one doesn't really turn
[all …]
Dmeson-axg.rst12 can't be turned off, so there is a workaround to hide this from the caller.
Dmeson-g12a.rst12 can't be turned off, so there is a workaround to hide this from the caller.
Dmeson-gxbb.rst12 can't be turned off, so there is a workaround to hide this from the caller.
/trusted-firmware-a-latest/plat/arm/board/morello/fdts/
Dmorello_tb_fw_config.dts17 * heap information. The default values don't matter since
/trusted-firmware-a-latest/plat/arm/board/n1sdp/fdts/
Dn1sdp_tb_fw_config.dts17 * heap information. The default values don't matter since
/trusted-firmware-a-latest/plat/arm/board/rde1edge/fdts/
Drde1edge_tb_fw_config.dts18 * heap information. The default values don't matter since
/trusted-firmware-a-latest/plat/arm/board/rdn1edge/fdts/
Drdn1edge_tb_fw_config.dts17 * heap information. The default values don't matter since
/trusted-firmware-a-latest/plat/arm/board/rdn2/fdts/
Drdn2_tb_fw_config.dts18 * heap information. The default values don't matter since
/trusted-firmware-a-latest/plat/arm/board/rdv1/fdts/
Drdv1_tb_fw_config.dts18 * heap information. The default values don't matter since
/trusted-firmware-a-latest/plat/arm/board/rdv1mc/fdts/
Drdv1mc_tb_fw_config.dts18 * heap information. The default values don't matter since
/trusted-firmware-a-latest/plat/arm/board/sgi575/fdts/
Dsgi575_tb_fw_config.dts18 * heap information. The default values don't matter since
/trusted-firmware-a-latest/docs/tools/
Dmemory-layout-tool.rst154 ``-t`` or ``--tree`` to the tool. This gives the start, end, and size of each
159 $ poetry run memory -t
212 $ poetry run memory -t --depth 2
/trusted-firmware-a-latest/plat/arm/board/fvp/fdts/
Dfvp_fw_config.dts30 * non shared SRAM. The runtime checks ensure we don't
/trusted-firmware-a-latest/drivers/rpi3/sdhost/
Drpi3_sdhost.c484 volatile int t = timeout; in rpi3_sdhost_read() local
489 if (t == 0) { in rpi3_sdhost_read()
495 t--; in rpi3_sdhost_read()
498 if (t == 0) in rpi3_sdhost_read()

123