Searched refs:IPI_IS_SECURE (Results 1 – 2 of 2) sorted by relevance
96 } 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()
32 #define IPI_IS_SECURE(I) ((ipi_table[(I)].secure_only & \ macro