Searched defs:hvm_info_table (Results 1 – 1 of 1) sorted by relevance
45 struct hvm_info_table { struct46 char signature[8]; /* "HVM INFO" */47 uint32_t length;48 uint8_t checksum;51 uint8_t apic_mode;54 uint32_t nr_vcpus;66 uint32_t low_mem_pgend;71 uint32_t reserved_mem_pgstart;76 uint32_t high_mem_pgend;79 uint8_t vcpu_online[(HVM_MAX_VCPUS + 7)/8];
Completed in 3 milliseconds