Home
last modified time | relevance | path

Searched refs:hbuf (Results 1 – 3 of 3) sorted by relevance

/xen/tools/libxc/
A Dxc_hcall_buf.c25 .hbuf = NULL,
37 b->hbuf = p; in xc__hypercall_buffer_alloc_pages()
39 return b->hbuf; in xc__hypercall_buffer_alloc_pages()
54 b->hbuf = p; in xc__hypercall_buffer_alloc()
56 return b->hbuf; in xc__hypercall_buffer_alloc()
79 b->hbuf = NULL; in xc__hypercall_bounce_pre()
88 memcpy(b->hbuf, b->ubuf, b->sz); in xc__hypercall_bounce_pre()
101 if ( b->hbuf == NULL ) in xc__hypercall_bounce_post()
153 array->bufs[index] = *hbuf; in xc__hypercall_buffer_array_alloc()
165 *hbuf = array->bufs[index]; in xc__hypercall_buffer_array_get()
[all …]
A Dxc_private.h174 .hbuf = NULL, \
204 #define HYPERCALL_BOUNCE_SET_DIR(_buf, _dir) do { if ((HYPERCALL_BUFFER(_buf))->hbuf) \
/xen/tools/libxc/include/
A Dxenctrl.h222 void *hbuf; member
270 .hbuf = NULL, \
286 _type *(_name) = (_hbuf)->hbuf; \
289 .hbuf = (void *)-1, \
300 .hbuf = (void *)-1, \
314 (unsigned long)(_hcbuf_arg2)->hbuf; \
328 (_hcbuf_hnd2)->hbuf + (_byte_off)); \
381 unsigned index, xc_hypercall_buffer_t *hbuf, size_t size);
385 unsigned index, xc_hypercall_buffer_t *hbuf);

Completed in 12 milliseconds