Home
last modified time | relevance | path

Searched refs:clibuf (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/xen/common/
A Dtmem_xen.c89 xen_pfn_t cmfn, tmem_cli_va_param_t clibuf) in tmem_copy_from_client() argument
99 if ( guest_handle_is_null(clibuf) ) in tmem_copy_from_client()
121 void **out_va, size_t *out_len, tmem_cli_va_param_t clibuf) in tmem_compress_from_client() argument
133 if ( guest_handle_is_null(clibuf) ) in tmem_compress_from_client()
141 else if ( copy_from_guest(scratch, clibuf, PAGE_SIZE) ) in tmem_compress_from_client()
153 tmem_cli_va_param_t clibuf) in tmem_copy_to_client() argument
161 if ( guest_handle_is_null(clibuf) ) in tmem_copy_to_client()
182 size_t size, tmem_cli_va_param_t clibuf) in tmem_decompress_to_client() argument
191 if ( guest_handle_is_null(clibuf) ) in tmem_decompress_to_client()
204 else if ( copy_to_guest(clibuf, scratch, PAGE_SIZE) ) in tmem_decompress_to_client()
A Dtmem.c1020 tmem_cli_va_param_t clibuf) in do_tmem_put_compress() argument
1034 ret = tmem_compress_from_client(cmfn, &dst, &size, clibuf); in do_tmem_put_compress()
1057 tmem_cli_va_param_t clibuf) in do_tmem_dup_put() argument
1079 ret = do_tmem_put_compress(pgp, cmfn, clibuf); in do_tmem_dup_put()
1139 xen_pfn_t cmfn, tmem_cli_va_param_t clibuf) in do_tmem_put() argument
1158 return do_tmem_dup_put(pgp, cmfn, clibuf); in do_tmem_put()
1208 ret = do_tmem_put_compress(pgp, cmfn, clibuf); in do_tmem_put()
1231 ret = tmem_copy_from_client(pgp->pfp, cmfn, clibuf); in do_tmem_put()
1295 xen_pfn_t cmfn, tmem_cli_va_param_t clibuf) in do_tmem_get() argument
1323 rc = tmem_decompress_to_client(cmfn, pgp->cdata, pgp->size, clibuf); in do_tmem_get()
[all …]

Completed in 7 milliseconds