Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/misc/vmw_vmci/
Dvmci_queue_pair.h44 u64 num_ppns; member
53 u64 num_ppns; member
Dvmci_queue_pair.c240 u64 num_ppns; member
975 const u64 num_ppns = DIV_ROUND_UP(produce_size, PAGE_SIZE) + in qp_guest_endpoint_create() local
991 entry->num_ppns = num_ppns; in qp_guest_endpoint_create()
1037 if (!entry || entry->num_ppns <= 2) in qp_alloc_hypercall()
1041 (size_t) entry->num_ppns * sizeof(u32); in qp_alloc_hypercall()
1055 alloc_msg->num_ppns = entry->num_ppns; in qp_alloc_hypercall()
Dvmci_host.c498 page_store.len = alloc_info.num_ppns; in vmci_host_do_alloc_queuepair()
/linux-4.1.27/include/linux/
Dvmw_vmci_defs.h690 u64 num_ppns; member