Home
last modified time | relevance | path

Searched refs:remote (Results 1 – 19 of 19) sorted by relevance

/trusted-firmware-a-3.7.0/plat/xilinx/common/
Dipi.c69 static inline int is_ipi_mb_within_range(uint32_t local, uint32_t remote) in is_ipi_mb_within_range() argument
73 if (remote >= ipi_total || local >= ipi_total) { in is_ipi_mb_within_range()
89 int ipi_mb_validate(uint32_t local, uint32_t remote, unsigned int is_secure) in ipi_mb_validate() argument
93 if (!is_ipi_mb_within_range(local, remote)) { in ipi_mb_validate()
97 } else if (IPI_IS_SECURE(remote) && !is_secure) { in ipi_mb_validate()
112 void ipi_mb_open(uint32_t local, uint32_t remote) in ipi_mb_open() argument
115 IPI_BIT_MASK(remote)); in ipi_mb_open()
117 IPI_BIT_MASK(remote)); in ipi_mb_open()
126 void ipi_mb_release(uint32_t local, uint32_t remote) in ipi_mb_release() argument
129 IPI_BIT_MASK(remote)); in ipi_mb_release()
[all …]
/trusted-firmware-a-3.7.0/plat/xilinx/common/include/
Dipi.h54 int ipi_mb_validate(uint32_t local, uint32_t remote, unsigned int is_secure);
57 void ipi_mb_open(uint32_t local, uint32_t remote);
60 void ipi_mb_release(uint32_t local, uint32_t remote);
63 int ipi_mb_enquire_status(uint32_t local, uint32_t remote);
66 void ipi_mb_notify(uint32_t local, uint32_t remote, uint32_t is_blocking);
69 void ipi_mb_ack(uint32_t local, uint32_t remote);
72 void ipi_mb_disable_irq(uint32_t local, uint32_t remote);
75 void ipi_mb_enable_irq(uint32_t local, uint32_t remote);
/trusted-firmware-a-3.7.0/fdts/
Dmorello-coresight.dtsi32 remote-endpoint = <&cluster0_static_funnel_in_port0>;
55 remote-endpoint = <&cluster0_static_funnel_in_port1>;
78 remote-endpoint = <&cluster1_static_funnel_in_port0>;
101 remote-endpoint = <&cluster1_static_funnel_in_port1>;
112 remote-endpoint = <&etf0_in_port>;
122 remote-endpoint = <&cluster0_etm0_out_port>;
128 remote-endpoint = <&cluster0_etm1_out_port>;
139 remote-endpoint = <&etf1_in_port>;
149 remote-endpoint = <&cluster1_etm0_out_port>;
155 remote-endpoint = <&cluster1_etm1_out_port>;
[all …]
Dn1sdp-single-chip.dts56 remote-endpoint = <&tda998x_0_input>;
75 remote-endpoint = <&hdlcd0_output>;
Dfvp-ve-Cortex-A7x1.dts74 remote-endpoint = <&clcd_pads>;
Dn1sdp-multi-chip.dts41 * First DRAM Bank of remote N1SDP board is mapped at 4TB + 2GB.
Dtc.dts353 remote-endpoint = <&dp_pl0_out0>;
383 remote-endpoint = <&vencoder_in>;
525 remote-endpoint = <&vencoder_in>;
Dfvp-ve-Cortex-A5x1.dts139 remote-endpoint = <&clcd_pads>;
Dmorello-soc.dts246 remote-endpoint = <&tda998x_0_input>;
271 remote-endpoint = <&dp_pl0_out0>;
Dfvp-base-psci-common.dtsi196 remote-endpoint = <&clcd_pads>;
Drtsm_ve-motherboard.dtsi252 remote-endpoint = <&panel_in>;
/trusted-firmware-a-3.7.0/plat/arm/board/morello/fdts/
Dmorello_nt_fw_config.dts20 remote-ddr-size = <0x0 0x0>;
21 remote-chip-count = <0x0>;
/trusted-firmware-a-3.7.0/plat/arm/board/n1sdp/fdts/
Dn1sdp_nt_fw_config.dts21 remote-ddr-size = <0x0>;
/trusted-firmware-a-3.7.0/docs/components/
Ddebugfs-design.rst19 `Linux 9p remote filesystem protocol`_).
124 .. _Linux 9p remote filesystem protocol: https://www.kernel.org/doc/Documentation/filesystems/9p.txt
/trusted-firmware-a-3.7.0/docs/plat/
Dqti-msm8916.rst36 such as the SMMUs and all remote processors (RPM, WCNSS, Venus, Modem).
/trusted-firmware-a-3.7.0/docs/design_documents/
Dmeasured_boot.rst16 not), or they could be securely sent to a remote challenger a.k.a. `verifier`
/trusted-firmware-a-3.7.0/docs/process/
Dcoding-guidelines.rst48 the remote master, use:
54 If you wish to check your patch against something other than the remote master,
/trusted-firmware-a-3.7.0/docs/threat_model/
Dthreat_model.rst845 There are general security assets and threats associated with remote/delegated
/trusted-firmware-a-3.7.0/docs/
Dchange-log.md442 …- setup local/remote id in header ([068b0bc](https://review.trustedfirmware.org/plugins/gitiles/TF…
6344 - arm/sgi: Add multi-chip mode parameter in HW_CONFIG dts, macros for remote
6474 - arm/sgi: Bump bl1 RW limit, mark remote chip shared ram as non-cacheable,