Searched defs:npages (Results 1 – 15 of 15) sorted by relevance
/xen-4.10.0-shim-comet/tools/libs/call/ |
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 | 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()
|
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 | linux.c | 75 void *osdep_alloc_pages(xencall_handle *xcall, size_t npages) in osdep_alloc_pages() 119 void osdep_free_pages(xencall_handle *xcall, void *ptr, size_t npages) in osdep_free_pages()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | xenoprof.c | 143 share_xenoprof_page_with_guest(struct domain *d, mfn_t mfn, int npages) in share_xenoprof_page_with_guest() 171 int i, npages = x->npages; in unshare_xenoprof_page_with_guest() local 186 struct domain *d, unsigned long maddr, unsigned long gmaddr, int npages) in xenoprof_shared_gmfn_with_guest() 204 int nvcpu, npages, bufsize, max_bufsize; in alloc_xenoprof_struct() local
|
A D | tmem_control.c | 72 uint32_t npages, flushed_pages, flushed_kb; in tmemc_flush_mem() local
|
/xen-4.10.0-shim-comet/tools/include/xen-sys/FreeBSD/ |
A D | privcmd.h | 56 unsigned long npages; member
|
/xen-4.10.0-shim-comet/tools/include/xen-sys/SunOS/ |
A D | privcmd.h | 65 unsigned long npages; member
|
/xen-4.10.0-shim-comet/tools/include/xen-sys/NetBSD/ |
A D | privcmd.h | 45 unsigned long npages; member
|
/xen-4.10.0-shim-comet/tools/include/xen-sys/NetBSDRump/ |
A D | privcmd.h | 45 unsigned long npages; member
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | xenoprof.h | 50 int npages; member
|
/xen-4.10.0-shim-comet/tools/include/xen-sys/Linux/ |
A D | privcmd.h | 51 __u64 npages; member
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/amd/ |
A D | iommu_map.c | 778 unsigned long npages, i; in amd_iommu_reserve_domain_unity_map() local
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/vtd/ |
A D | iommu.c | 181 void iommu_flush_cache_page(void *addr, unsigned long npages) in iommu_flush_cache_page() 187 u64 alloc_pgtable_maddr(struct acpi_drhd_unit *drhd, unsigned long npages) in alloc_pgtable_maddr()
|
Completed in 21 milliseconds