Searched refs:xc_dom_malloc_filemap (Results 1 – 2 of 2) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_dom_core.c | 196 void *xc_dom_malloc_filemap(struct xc_dom_image *dom, in xc_dom_malloc_filemap() function 817 dom->kernel_blob = xc_dom_malloc_filemap(dom, filename, &dom->kernel_size, in xc_dom_kernel_file() 830 xc_dom_malloc_filemap(dom, filename, &dom->modules[mod].size, in xc_dom_module_file() 856 xc_dom_malloc_filemap(dom, filename, &dom->devicetree_size, in xc_dom_devicetree_file()
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xc_dom.h | 371 void *xc_dom_malloc_filemap(struct xc_dom_image *dom,
|
Completed in 5 milliseconds