Searched defs:npages (Results 1 – 13 of 13) sorted by relevance
/xen/tools/libs/call/ |
A D | linux.c | 88 static void *alloc_pages_bufdev(xencall_handle *xcall, size_t npages) in alloc_pages_bufdev() 104 static void *alloc_pages_nobufdev(xencall_handle *xcall, size_t npages) in alloc_pages_nobufdev() 149 void *osdep_alloc_pages(xencall_handle *xcall, size_t npages) in osdep_alloc_pages() 161 void osdep_free_pages(xencall_handle *xcall, void *ptr, size_t npages) in osdep_free_pages()
|
A D | minios.c | 63 void *osdep_alloc_pages(xencall_handle *xcall, size_t npages) in osdep_alloc_pages() 68 void osdep_free_pages(xencall_handle *xcall, void *ptr, size_t npages) in osdep_free_pages()
|
A D | solaris.c | 72 void *osdep_alloc_hypercall_buffer(xencall_handle *xcall, size_t npages) in osdep_alloc_hypercall_buffer() 78 size_t npages) in osdep_free_hypercall_buffer()
|
A D | netbsd.c | 72 void *osdep_alloc_hypercall_buffer(xencall_handle *xcall, size_t npages) in osdep_alloc_hypercall_buffer() 90 size_t npages) in osdep_free_hypercall_buffer()
|
A D | freebsd.c | 75 void *osdep_alloc_pages(xencall_handle *xcall, size_t npages) in osdep_alloc_pages() 99 void osdep_free_pages(xencall_handle *xcall, void *ptr, size_t npages) in osdep_free_pages()
|
/xen/xen/common/ |
A D | xenoprof.c | 69 int npages; member 184 share_xenoprof_page_with_guest(struct domain *d, mfn_t mfn, int npages) in share_xenoprof_page_with_guest() 211 int i, npages = x->npages; in unshare_xenoprof_page_with_guest() local 225 struct domain *d, unsigned long maddr, unsigned long gmaddr, int npages) in xenoprof_shared_gmfn_with_guest() 243 int nvcpu, npages, bufsize, max_bufsize; in alloc_xenoprof_struct() local
|
/xen/tools/include/xen-sys/FreeBSD/ |
A D | privcmd.h | 56 unsigned long npages; member
|
/xen/tools/include/xen-sys/SunOS/ |
A D | privcmd.h | 65 unsigned long npages; member
|
/xen/tools/include/xen-sys/NetBSD/ |
A D | privcmd.h | 45 unsigned long npages; member
|
/xen/tools/include/xen-sys/NetBSDRump/ |
A D | privcmd.h | 45 unsigned long npages; member
|
/xen/tools/include/xen-sys/Linux/ |
A D | privcmd.h | 51 __u64 npages; member
|
/xen/xen/drivers/passthrough/amd/ |
A D | iommu_map.c | 427 unsigned long npages, i; in amd_iommu_reserve_domain_unity_map() local
|
/xen/xen/drivers/passthrough/vtd/ |
A D | iommu.c | 203 uint64_t alloc_pgtable_maddr(unsigned long npages, nodeid_t node) in alloc_pgtable_maddr()
|
Completed in 25 milliseconds