Searched refs:num_ppns (Results 1 – 2 of 2) sorted by relevance
31 uint64_t num_ppns; member416 const uint64_t num_ppns = CEILING(produce_size, PAGE_SIZE) + in qp_guest_endpoint_create() local468 entry->num_ppns = num_ppns; in qp_guest_endpoint_create()528 if (!entry || entry->num_ppns <= 2) in vmci_queue_pair_alloc_hypercall()533 msg_size = sizeof(*alloc_msg) + (size_t)entry->num_ppns * sizeof(PPN); in vmci_queue_pair_alloc_hypercall()547 alloc_msg->num_ppns = entry->num_ppns; in vmci_queue_pair_alloc_hypercall()
233 uint64_t num_ppns; member