Home
last modified time | relevance | path

Searched defs:xcall (Results 1 – 9 of 9) sorted by relevance

/xen-4.10.0-shim-comet/tools/libs/call/
A Dbuffer.c29 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()
156 void *xencall_alloc_buffer(xencall_handle *xcall, size_t size) in xencall_alloc_buffer()
171 void xencall_free_buffer(xencall_handle *xcall, void *p) in xencall_free_buffer()
A Dcore.c21 xencall_handle *xcall = CONTAINER_OF(ah, *xcall, tc_ah); in all_restrict_cb() local
27 xencall_handle *xcall = malloc(sizeof(*xcall)); in xencall_open() local
69 int xencall_close(xencall_handle *xcall) in xencall_close()
84 int xencall0(xencall_handle *xcall, unsigned int op) in xencall0()
93 int xencall1(xencall_handle *xcall, unsigned int op, in xencall1()
104 int xencall2(xencall_handle *xcall, unsigned int op, in xencall2()
115 int xencall3(xencall_handle *xcall, unsigned int op, in xencall3()
126 int xencall4(xencall_handle *xcall, unsigned int op, in xencall4()
138 int xencall5(xencall_handle *xcall, unsigned int op, in xencall5()
A Dminios.c30 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()
A Dsolaris.c29 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()
A Dfreebsd.c36 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()
A Dnetbsd.c29 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()
A Dlinux.c37 int osdep_xencall_open(xencall_handle *xcall) in osdep_xencall_open()
62 int osdep_xencall_close(xencall_handle *xcall) in osdep_xencall_close()
70 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()
119 void osdep_free_pages(xencall_handle *xcall, void *ptr, size_t npages) in osdep_free_pages()
/xen-4.10.0-shim-comet/tools/libs/devicemodel/
A Dprivate.h15 xencall_handle *xcall; member
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_private.h97 xencall_handle *xcall; member

Completed in 12 milliseconds