Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/vmw_vmci/
Dvmci_queue_pair.h44 u64 num_ppns; member
53 u64 num_ppns; member
Dvmci_queue_pair.c223 u64 num_ppns; member
894 const u64 num_ppns = DIV_ROUND_UP(produce_size, PAGE_SIZE) + in qp_guest_endpoint_create() local
910 entry->num_ppns = num_ppns; in qp_guest_endpoint_create()
956 if (!entry || entry->num_ppns <= 2) in qp_alloc_hypercall()
960 (size_t) entry->num_ppns * sizeof(u32); in qp_alloc_hypercall()
974 alloc_msg->num_ppns = entry->num_ppns; in qp_alloc_hypercall()
Dvmci_host.c493 page_store.len = alloc_info.num_ppns; in vmci_host_do_alloc_queuepair()
/Linux-v4.19/include/linux/
Dvmw_vmci_defs.h683 u64 num_ppns; member