hypervisor.c | 265 struct xen_add_to_physmap xmap = { local in function:init_xen_early 274 if ((err = HYPERVISOR_memory_op(XENMEM_add_to_physmap, &xmap)) < 0) { 398 struct xen_add_to_physmap xmap = { local in function:xen_hvm_init 405 if (HYPERVISOR_memory_op(XENMEM_add_to_physmap, &xmap) < 0) {
|