Searched refs:hvm_start_info (Results 1 – 6 of 6) sorted by relevance
190 struct hvm_start_info *hvm_start_info; variable251 hvm_start_info = (void *)((uintptr_t)hvm_start_paddr + KERNBASE); in init_xen_early()253 if (hvm_start_info->cmdline_paddr != 0) { in init_xen_early()255 (void *)((uintptr_t)hvm_start_info->cmdline_paddr + KERNBASE); in init_xen_early()261 xen_start_info.flags = hvm_start_info->flags; in init_xen_early()
146 extern struct hvm_start_info *hvm_start_info;
384 define HVM_START_INFO_SIZE sizeof(struct hvm_start_info)385 define START_INFO_VERSION offsetof(struct hvm_start_info, version)386 define MMAP_PADDR offsetof(struct hvm_start_info, memmap_paddr)387 define MMAP_ENTRIES offsetof(struct hvm_start_info, memmap_entries)389 define CMDLINE_PADDR offsetof(struct hvm_start_info, cmdline_paddr)
394 define HVM_START_INFO_SIZE sizeof(struct hvm_start_info)395 define START_INFO_VERSION offsetof(struct hvm_start_info, version)396 define MMAP_PADDR offsetof(struct hvm_start_info, memmap_paddr)397 define MMAP_ENTRIES offsetof(struct hvm_start_info, memmap_entries)399 define CMDLINE_PADDR offsetof(struct hvm_start_info, cmdline_paddr)
862 if (hvm_start_info->memmap_entries > 0) { in x86_add_xen_clusters()864 map_entry = (void *)((uintptr_t)hvm_start_info->memmap_paddr + KERNBASE); in x86_add_xen_clusters()865 for (int i = 0; i < hvm_start_info->memmap_entries; i++) { in x86_add_xen_clusters()
162 PhysicalAddress = hvm_start_info->rsdp_paddr; in acpi_md_OsGetRootPointer()