Searched refs:xc_domain_setmaxmem (Results 1 – 10 of 10) sorted by relevance
| /tools/tests/paging-mempool/ |
| A D | test-paging-mempool.c | 78 rc = xc_domain_setmaxmem(xch, domid, -1); in run_tests()
|
| /tools/tests/resource/ |
| A D | test-resource.c | 231 rc = xc_domain_setmaxmem(xch, domid, -1); in test_domain_configurations()
|
| /tools/libs/light/ |
| A D | libxl_mem.c | 76 rc = xc_domain_setmaxmem(ctx->xch, domid, max_memkb + size); in libxl_domain_setmaxmem() 297 r = xc_domain_setmaxmem(ctx->xch, domid, memorykb + size); in libxl_set_memory_target()
|
| A D | libxl_dom.c | 358 if (xc_domain_setmaxmem(ctx->xch, domid, info->target_memkb + size) < 0) { in libxl__build_pre()
|
| /tools/helpers/ |
| A D | init-dom0less.c | 29 rc = xc_domain_setmaxmem(xch, info->domid, in alloc_xs_page()
|
| A D | init-xenstore-domain.c | 215 rv = xc_domain_setmaxmem(xch, domid, limit_kb); in build()
|
| /tools/ocaml/libs/xc/ |
| A D | xenctrl_stubs.c | 941 retval = xc_domain_setmaxmem(xch, c_domid, c_max_memkb); in stub_xc_domain_setmaxmem()
|
| /tools/include/ |
| A D | xenctrl.h | 1169 int xc_domain_setmaxmem(xc_interface *xch,
|
| /tools/python/xen/lowlevel/xc/ |
| A D | xc.c | 1364 if (xc_domain_setmaxmem(self->xc_handle, dom, maxmem_kb) != 0) in pyxc_domain_setmaxmem()
|
| /tools/libs/ctrl/ |
| A D | xc_domain.c | 689 int xc_domain_setmaxmem(xc_interface *xch, in xc_domain_setmaxmem() function
|
Completed in 32 milliseconds