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

  /src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/hvm/
start_info.h 92 * Version numbers of the hvm_start_info structure have evolved like this:
97 * padding) to the end of the hvm_start_info struct. These new
125 struct hvm_start_info { struct
  /src/sys/arch/xen/xen/
hypervisor.c 190 struct hvm_start_info *hvm_start_info; variable in typeref:struct:hvm_start_info *
249 if (hvm_start_info->cmdline_paddr != 0) {
251 (void *)((uintptr_t)hvm_start_info->cmdline_paddr + KERNBASE);
257 xen_start_info.flags = hvm_start_info->flags;

Completed in 36 milliseconds