Searched defs:xcall (Results 1 – 10 of 10) sorted by relevance
/xen/tools/libs/call/ |
A D | linux.c | 37 int osdep_xencall_open(xencall_handle *xcall) in osdep_xencall_open() 74 int osdep_xencall_close(xencall_handle *xcall) in osdep_xencall_close() 83 int osdep_hypercall(xencall_handle *xcall, privcmd_hypercall_t *hypercall) in osdep_hypercall() 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() 176 int xencall_buffers_never_fault(xencall_handle *xcall) in xencall_buffers_never_fault()
|
A D | minios.c | 30 int osdep_xencall_open(xencall_handle *xcall) in osdep_xencall_open() 36 int osdep_xencall_close(xencall_handle *xcall) in osdep_xencall_close() 41 int osdep_hypercall(xencall_handle *xcall, privcmd_hypercall_t *hypercall) in osdep_hypercall() 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() 73 int xencall_buffers_never_fault(xencall_handle *xcall) in xencall_buffers_never_fault()
|
A D | solaris.c | 29 int osdep_xencall_open(xencall_handle *xcall) in osdep_xencall_open() 66 int osdep_xencall_close(xencall_handle *xcall) in osdep_xencall_close() 72 void *osdep_alloc_hypercall_buffer(xencall_handle *xcall, size_t npages) in osdep_alloc_hypercall_buffer() 77 void osdep_free_hypercall_buffer(xencall_handle *xcall, void *ptr, in osdep_free_hypercall_buffer() 83 int do_xen_hypercall(xencall_handle *xcall, privcmd_hypercall_t *hypercall) in do_xen_hypercall() 89 int xencall_buffers_never_fault(xencall_handle *xcall) in xencall_buffers_never_fault()
|
A D | buffer.c | 29 static void cache_lock(xencall_handle *xcall) in cache_lock() 39 static void cache_unlock(xencall_handle *xcall) in cache_unlock() 49 static void *cache_alloc(xencall_handle *xcall, size_t nr_pages) in cache_alloc() 79 static int cache_free(xencall_handle *xcall, void *p, size_t nr_pages) in cache_free() 100 void buffer_release_cache(xencall_handle *xcall) in buffer_release_cache() 128 void *xencall_alloc_buffer_pages(xencall_handle *xcall, size_t nr_pages) in xencall_alloc_buffer_pages() 143 void xencall_free_buffer_pages(xencall_handle *xcall, void *p, size_t nr_pages) in xencall_free_buffer_pages() 157 void *xencall_alloc_buffer(xencall_handle *xcall, size_t size) in xencall_alloc_buffer() 172 void xencall_free_buffer(xencall_handle *xcall, void *p) in xencall_free_buffer()
|
A D | core.c | 21 xencall_handle *xcall = CONTAINER_OF(ah, *xcall, tc_ah); in all_restrict_cb() local 36 xencall_handle *xcall = malloc(sizeof(*xcall)); in xencall_open() local 79 int xencall_close(xencall_handle *xcall) in xencall_close() 94 int xencall_fd(xencall_handle *xcall) in xencall_fd() 99 int xencall0(xencall_handle *xcall, unsigned int op) in xencall0() 108 int xencall1(xencall_handle *xcall, unsigned int op, in xencall1() 119 int xencall2(xencall_handle *xcall, unsigned int op, in xencall2() 130 int xencall3(xencall_handle *xcall, unsigned int op, in xencall3() 141 int xencall4(xencall_handle *xcall, unsigned int op, in xencall4() 153 int xencall5(xencall_handle *xcall, unsigned int op, in xencall5()
|
A D | netbsd.c | 29 int osdep_xencall_open(xencall_handle *xcall) in osdep_xencall_open() 66 int osdep_xencall_close(xencall_handle *xcall) in osdep_xencall_close() 72 void *osdep_alloc_hypercall_buffer(xencall_handle *xcall, size_t npages) in osdep_alloc_hypercall_buffer() 89 void osdep_free_hypercall_buffer(xencall_handle *xcall, void *ptr, in osdep_free_hypercall_buffer() 96 int do_xen_hypercall(xencall_handle *xcall, privcmd_hypercall_t *hypercall) in do_xen_hypercall() 113 int xencall_buffers_never_fault(xencall_handle *xcall) in xencall_buffers_never_fault()
|
A D | freebsd.c | 36 int osdep_xencall_open(xencall_handle *xcall) in osdep_xencall_open() 57 int osdep_xencall_close(xencall_handle *xcall) in osdep_xencall_close() 65 int osdep_hypercall(xencall_handle *xcall, privcmd_hypercall_t *hypercall) in osdep_hypercall() 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() 110 int xencall_buffers_never_fault(xencall_handle *xcall) in xencall_buffers_never_fault()
|
/xen/tools/libs/devicemodel/ |
A D | private.h | 15 xencall_handle *xcall; member
|
/xen/tools/libs/hypfs/ |
A D | core.c | 42 xencall_handle *xcall; member
|
/xen/tools/libxc/ |
A D | xc_private.h | 94 xencall_handle *xcall; member
|
Completed in 23 milliseconds