Searched refs:label (Results 1 – 15 of 15) sorted by relevance
/trusted-firmware-a-3.7.0/docs/resources/diagrams/plantuml/ |
D | spm_dfd.puml | 22 nsec [label="NS Client"] 23 ddr [label="External memory (DDR)"] 31 label ="Hardware IPs"; 35 gic [label="GIC" width=1.2 height=0.5] 36 smmu [label="SMMU" width=1.2 height=0.5] 37 uart [label="UART" width=1.2 height=0.5] 38 pe [label="PE" width=1.2 height=0.5] 43 label ="EL3 monitor"; 46 bl31 [label="BL31" fillcolor="#ddffb3"]; 47 spmd [label="SPMD" fillcolor="#ddffb3" height=1] [all …]
|
D | el3_spm_dfd.puml | 24 nsec [label="NS Client"] 25 ddr [label="External memory (DDR)"] 35 label ="Hardware IPs"; 39 gic [label="GIC" width=1.2 height=0.5] 40 smmu [label="SMMU" width=1.2 height=0.5] 41 uart [label="UART" width=1.2 height=0.5] 42 pe [label="PE" width=1.2 height=0.5] 47 label ="EL3 monitor"; 51 spmc [label="SPMC" fillcolor="#ddffb3"] 52 bl31 [label="BL31" fillcolor="#ddffb3"]; [all …]
|
D | tfa_rss_dfd.puml | 25 nsec [label="Non-secure\nClients"] 26 sec [label="Secure\nClients"] 27 dbg [label="Debug & Trace"] 28 uart [label="UART"] 29 nvm [label="Non-volatile\nMemory"] 38 label ="Hardware IPs"; 42 gic [label="GIC" width=1.2 height=0.5] 43 tzc [label="TZ\nController" width=1.2 height=0.5] 44 etc [label="..." shape=none style=none height=0.5] 49 label ="TF-A"; [all …]
|
D | tfa_arm_cca_dfd.puml | 25 realm [label="Realm\nClients"] 26 nsec [label="Non-secure\nClients"] 27 sec [label="Secure\nClients"] 28 dbg [label="Debug & Trace"] 29 uart [label="UART"] 30 nvm [label="Non-volatile\nMemory"] 38 label ="Hardware IPs"; 42 gic [label="GIC" width=1.2 height=0.5] 43 mmu [label="MMU" width=1.2 height=0.5] 44 etc [label="..." shape=none style=none height=0.5] [all …]
|
D | tfa_dfd.puml | 25 nsec [label="Non-secure\nClients"] 26 sec [label="Secure\nClients"] 27 dbg [label="Debug & Trace"] 28 uart [label="UART"] 29 nvm [label="Non-volatile\nMemory"] 37 label ="Hardware IPs"; 41 gic [label="GIC" width=1.2 height=0.5] 42 tzc [label="TZ\nController" width=1.2 height=0.5] 43 etc [label="..." shape=none style=none height=0.5] 48 label ="TF-A"; [all …]
|
/trusted-firmware-a-3.7.0/include/arch/aarch64/ |
D | asm_macros.S | 92 .macro smc_check label 96 b.ne $label 106 .macro vector_base label, section_name=.vectors 109 \label: 119 .macro vector_entry label, section_name=.vectors 123 .type \label, %function 125 \label: 133 .macro end_vector_entry label 135 .fill \label + (32 * 4) - .
|
/trusted-firmware-a-3.7.0/bl32/tsp/aarch64/ |
D | tsp_exceptions.S | 52 .macro handle_tsp_interrupt label 58 cbz x0, interrupt_exit_\label 65 interrupt_exit_\label:
|
/trusted-firmware-a-3.7.0/plat/xilinx/zynqmp/aarch64/ |
D | zynqmp_common.c | 351 char *label = "Unknown"; in zynqmp_print_platform_name() local 355 label = "QEMU"; in zynqmp_print_platform_name() 358 label = "silicon"; in zynqmp_print_platform_name() 366 zynqmp_print_silicon_idcode(), label, BL31_BASE); in zynqmp_print_platform_name()
|
/trusted-firmware-a-3.7.0/plat/nvidia/tegra/drivers/spe/ |
D | shared_console.S | 35 .macro check_if_console_is_ready base, tmp1, tmp2, label 45 b \label
|
/trusted-firmware-a-3.7.0/fdts/ |
D | stm32mp15xx-dhcor-avenger96.dtsi | 66 label = "LS-UART1"; 74 label = "LS-UART0";
|
D | stm32mp157c-lxa-mc1.dts | 33 label = "mc1:green:act";
|
D | stm32mp157a-avenger96.dts | 291 label = "LS-UART1"; 299 label = "LS-UART0";
|
/trusted-firmware-a-3.7.0/lib/libfdt/ |
D | fdt_overlay.c | 357 int poffset, const char *label) in overlay_fixup_one_phandle() argument 368 symbol_path = fdt_getprop(fdt, symbols_off, label, in overlay_fixup_one_phandle() 417 const char *label; in overlay_fixup_phandle() local 421 &label, &len); in overlay_fixup_phandle() 470 poffset, label); in overlay_fixup_phandle()
|
/trusted-firmware-a-3.7.0/include/arch/aarch32/ |
D | asm_macros.S | 66 .macro vector_base label 69 \label:
|
/trusted-firmware-a-3.7.0/docs/process/ |
D | code-review-guidelines.rst | 157 through the ``Code-Owner-Review+1`` label in Gerrit. If instead, they have 237 through the ``Maintainer-Review+1`` label in Gerrit. If instead, they have
|