Home
last modified time | relevance | path

Searched refs:num_ppns (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/vmware/vmci/
Dvmci_queue_pair.c33 uint64_t num_ppns; member
418 const uint64_t num_ppns = CEILING(produce_size, PAGE_SIZE) + in qp_guest_endpoint_create() local
470 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()
Dvmci_call_defs.h235 uint64_t num_ppns; member