Searched refs:memmap_entries (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/xen/interface/hvm/
H A Dstart_info.h37 * | memmap_entries | Number of entries in the memory map table. Zero
79 * Version 1: Added the memmap_paddr/memmap_entries fields (plus 4 bytes of
83 * of the structure must check that memmap_entries is non-zero
122 uint32_t memmap_entries; /* Number of entries in the memmap table. */ member in struct:hvm_start_info
/linux-master/arch/x86/platform/pvh/
H A Denlighten.c48 if ((pvh_start_info.version > 0) && (pvh_start_info.memmap_entries)) {
53 pvh_bootparams.e820_entries = pvh_start_info.memmap_entries;

Completed in 113 milliseconds