Searched refs:ipi_table (Results 1 – 2 of 2) sorted by relevance
38 #define IPI_REG_BASE(I) (ipi_table[(I)].ipi_reg_base)41 #define IPI_BIT_MASK(I) (ipi_table[(I)].ipi_bit_mask)44 static const struct ipi_config *ipi_table; variable58 ipi_table = ipi_config_table; in ipi_config_table_init()
26 #define IPI_IS_SECURE(I) ((ipi_table[(I)].secure_only & \