hypervisor.c | 581 union hypervisor_attach_cookie hac; local in function:hypervisor_attach 645 memset(&hac, 0, sizeof(hac)); 646 hac.hac_vcaa.vcaa_name = "vcpu"; 647 hac.hac_vcaa.vcaa_caa.cpu_number = 0; 648 hac.hac_vcaa.vcaa_caa.cpu_role = CPU_ROLE_BP; 649 hac.hac_vcaa.vcaa_caa.cpu_func = NULL; /* See xen/x86/cpu.c:vcpu_attach() */ 650 config_found(self, &hac.hac_vcaa, hypervisor_print, 665 memset(&hac, 0, sizeof(hac)); 809 union hypervisor_attach_cookie *hac = aux; local in function:hypervisor_print [all...] |