Home
last modified time | relevance | path

Searched refs:IPI_IS_SECURE (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/plat/xilinx/common/
H A Dipi.c96 } else if (IPI_IS_SECURE(local) && (is_secure == 0U)) { in ipi_mb_validate()
98 } else if (IPI_IS_SECURE(remote) && (is_secure == 0U)) { in ipi_mb_validate()
/rk3399_ARM-atf/plat/xilinx/common/include/
H A Dipi.h32 #define IPI_IS_SECURE(I) ((ipi_table[(I)].secure_only & \ macro