HomeSort by: relevance | last modified time | path
    Searched defs:hac (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/xen/xen/
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...]
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...]

Completed in 22 milliseconds