Searched refs:xencall_alloc_buffer (Results 1 – 6 of 6) sorted by relevance
14 xencall_alloc_buffer;
157 void *xencall_alloc_buffer(xencall_handle *xcall, size_t size) in xencall_alloc_buffer() function
112 *path_buf = xencall_alloc_buffer(fshdl->xcall, path_sz); in xenhypfs_get_pathbuf()231 retbuf = xencall_alloc_buffer(fshdl->xcall, sz); in xenhypfs_read_raw()444 buf = xencall_alloc_buffer(fshdl->xcall, sz); in xenhypfs_write()472 buf = xencall_alloc_buffer(fshdl->xcall, sz); in xenhypfs_write()
123 void *xencall_alloc_buffer(xencall_handle *xcall, size_t size);
49 void *p = xencall_alloc_buffer(xch->xcall, size); in xc__hypercall_buffer_alloc()
107 op_bufs = xencall_alloc_buffer(dmod->xcall, sizeof(xen_dm_op_buf_t) * in xendevicemodel_xcall()113 xcall_bufs[i] = xencall_alloc_buffer(dmod->xcall, bufs[i].size); in xendevicemodel_xcall()
Completed in 13 milliseconds