Searched refs:remote (Results 1 – 19 of 19) sorted by relevance
/trusted-firmware-a-3.7.0/plat/xilinx/common/ |
D | ipi.c | 69 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/ |
D | ipi.h | 54 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/ |
D | morello-coresight.dtsi | 32 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 …]
|
D | n1sdp-single-chip.dts | 56 remote-endpoint = <&tda998x_0_input>; 75 remote-endpoint = <&hdlcd0_output>;
|
D | fvp-ve-Cortex-A7x1.dts | 74 remote-endpoint = <&clcd_pads>;
|
D | n1sdp-multi-chip.dts | 41 * First DRAM Bank of remote N1SDP board is mapped at 4TB + 2GB.
|
D | tc.dts | 353 remote-endpoint = <&dp_pl0_out0>; 383 remote-endpoint = <&vencoder_in>; 525 remote-endpoint = <&vencoder_in>;
|
D | fvp-ve-Cortex-A5x1.dts | 139 remote-endpoint = <&clcd_pads>;
|
D | morello-soc.dts | 246 remote-endpoint = <&tda998x_0_input>; 271 remote-endpoint = <&dp_pl0_out0>;
|
D | fvp-base-psci-common.dtsi | 196 remote-endpoint = <&clcd_pads>;
|
D | rtsm_ve-motherboard.dtsi | 252 remote-endpoint = <&panel_in>;
|
/trusted-firmware-a-3.7.0/plat/arm/board/morello/fdts/ |
D | morello_nt_fw_config.dts | 20 remote-ddr-size = <0x0 0x0>; 21 remote-chip-count = <0x0>;
|
/trusted-firmware-a-3.7.0/plat/arm/board/n1sdp/fdts/ |
D | n1sdp_nt_fw_config.dts | 21 remote-ddr-size = <0x0>;
|
/trusted-firmware-a-3.7.0/docs/components/ |
D | debugfs-design.rst | 19 `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/ |
D | qti-msm8916.rst | 36 such as the SMMUs and all remote processors (RPM, WCNSS, Venus, Modem).
|
/trusted-firmware-a-3.7.0/docs/design_documents/ |
D | measured_boot.rst | 16 not), or they could be securely sent to a remote challenger a.k.a. `verifier`
|
/trusted-firmware-a-3.7.0/docs/process/ |
D | coding-guidelines.rst | 48 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/ |
D | threat_model.rst | 845 There are general security assets and threats associated with remote/delegated
|
/trusted-firmware-a-3.7.0/docs/ |
D | change-log.md | 442 …- 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,
|