Searched refs:ipi_expect (Results 1 – 3 of 3) sorted by relevance
103 ret = ipi_expect(dst_pcore, TEST_IPI_IDLE);110 ret = ipi_expect(dst_pcore, TEST_IPI_IMMEDIATE);119 ret = ipi_expect(dst_ecore, TEST_IPI_IDLE);125 ret = ipi_expect(dst_ecore, TEST_IPI_IMMEDIATE);
54 extern bool ipi_expect(int cpu_id, test_ipi_type_t ipi_type);
76 ipi_expect(int cpu_id, test_ipi_type_t ipi_type) in ipi_expect() function