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

/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_queue_pair.h36 u64 num_ppns; member in struct:vmci_qp_alloc_info
45 u64 num_ppns; member in struct:vmci_qp_set_va_info
H A Dvmci_queue_pair.c215 u64 num_ppns; member in struct:qp_guest_endpoint
889 const u64 num_ppns = DIV_ROUND_UP(produce_size, PAGE_SIZE) + local
905 entry->num_ppns = num_ppns;
952 if (!entry || entry->num_ppns <= 2)
957 (size_t) entry->num_ppns * ppn_size;
971 alloc_msg->num_ppns = entry->num_ppns;
H A Dvmci_host.c494 page_store.len = alloc_info.num_ppns;
/linux-master/include/linux/
H A Dvmw_vmci_defs.h750 u64 num_ppns; member in struct:vmci_qp_alloc_msg

Completed in 147 milliseconds