Searched refs:conclave_context (Results 1 – 1 of 1) sorted by relevance
289 static conclave_test_context_t *conclave_context = NULL; variable321 if (conclave_context != NULL) { in exclaves_hello_conclaves_test()325 conclave_context = kalloc_type(conclave_test_context_t, Z_WAITOK); in exclaves_hello_conclaves_test()326 assert(conclave_context != NULL); in exclaves_hello_conclaves_test()329 conclave_context->conclave_control_endpoint = in exclaves_hello_conclaves_test()333 &conclave_context->conclave_control, in exclaves_hello_conclaves_test()334 conclave_context->conclave_control_endpoint); in exclaves_hello_conclaves_test()337 conclave_context->conclave_debug_endpoint = in exclaves_hello_conclaves_test()341 &conclave_context->conclave_debug, in exclaves_hello_conclaves_test()342 conclave_context->conclave_debug_endpoint); in exclaves_hello_conclaves_test()[all …]