Searched refs:EXCLAVES_MEMORY_MAX_REQUEST (Results 1 – 4 of 4) sorted by relevance
39 #define EXCLAVES_MEMORY_MAX_REQUEST (64) macro57 exclaves_memory_upcall_free(const uint32_t pages[EXCLAVES_MEMORY_MAX_REQUEST],
252 exclaves_memory_upcall_free(const uint32_t pages[EXCLAVES_MEMORY_MAX_REQUEST],257 assert(npages <= EXCLAVES_MEMORY_MAX_REQUEST);258 if (npages > EXCLAVES_MEMORY_MAX_REQUEST) {
114 .free = ^(const uint32_t pages[_Nonnull EXCLAVES_MEMORY_MAX_REQUEST],
1948 if (npages > EXCLAVES_MEMORY_MAX_REQUEST) { in handle_response_pmm_early_alloc()1961 uint32_t page[EXCLAVES_MEMORY_MAX_REQUEST]; in handle_response_pmm_early_alloc()