Searched refs:ipi_table (Results 1 – 2 of 2) sorted by relevance
36 #define IPI_REG_BASE(I) (ipi_table[(I)].ipi_reg_base)39 #define IPI_BIT_MASK(I) (ipi_table[(I)].ipi_bit_mask)42 const static struct ipi_config *ipi_table; variable57 ipi_table = ipi_config_table; in ipi_config_table_init()
31 #define IPI_IS_SECURE(I) ((ipi_table[(I)].secure_only & \