Searched refs:hbuf (Results 1 – 3 of 3) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_hcall_buf.c | 25 .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 D | xc_private.h | 180 .hbuf = NULL, \ 202 #define HYPERCALL_BOUNCE_SET_DIR(_buf, _dir) do { if ((HYPERCALL_BUFFER(_buf))->hbuf) \
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenctrl.h | 213 void *hbuf; member 261 .hbuf = NULL, \ 277 _type *(_name) = (_hbuf)->hbuf; \ 280 .hbuf = (void *)-1, \ 291 .hbuf = (void *)-1, \ 305 (unsigned long)(_hcbuf_arg2)->hbuf; \ 319 (_hcbuf_hnd2)->hbuf + (_byte_off)); \ 372 unsigned index, xc_hypercall_buffer_t *hbuf, size_t size); 376 unsigned index, xc_hypercall_buffer_t *hbuf);
|
Completed in 8 milliseconds