Searched refs:num_ppns (Results 1 – 2 of 2) sorted by relevance
33 uint64_t num_ppns; member418 const uint64_t num_ppns = CEILING(produce_size, PAGE_SIZE) + in qp_guest_endpoint_create() local470 entry->num_ppns = num_ppns; in qp_guest_endpoint_create()530 if (!entry || entry->num_ppns <= 2) in vmci_queue_pair_alloc_hypercall()535 msg_size = sizeof(*alloc_msg) + (size_t)entry->num_ppns * sizeof(PPN); in vmci_queue_pair_alloc_hypercall()549 alloc_msg->num_ppns = entry->num_ppns; in vmci_queue_pair_alloc_hypercall()
235 uint64_t num_ppns; member