Home
last modified time | relevance | path

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

/trusted-firmware-a-3.7.0/plat/xilinx/common/
Dipi.c95 } else if (IPI_IS_SECURE(local) && !is_secure) { in ipi_mb_validate()
97 } else if (IPI_IS_SECURE(remote) && !is_secure) { in ipi_mb_validate()
/trusted-firmware-a-3.7.0/plat/xilinx/common/include/
Dipi.h31 #define IPI_IS_SECURE(I) ((ipi_table[(I)].secure_only & \ macro