Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/platform/pvh/
H A Denlighten.c47 if ((pvh_start_info.version > 0) && (pvh_start_info.memmap_entries)) { in init_pvh_bootparams()
52 pvh_bootparams.e820_entries = pvh_start_info.memmap_entries; in init_pvh_bootparams()
/kernel/linux/linux-6.6/arch/x86/platform/pvh/
H A Denlighten.c47 if ((pvh_start_info.version > 0) && (pvh_start_info.memmap_entries)) { in init_pvh_bootparams()
52 pvh_bootparams.e820_entries = pvh_start_info.memmap_entries; in init_pvh_bootparams()
/kernel/linux/linux-5.10/include/xen/interface/hvm/
H A Dstart_info.h54 * | memmap_entries | Number of entries in the memory map table. Zero
96 * Version 1: Added the memmap_paddr/memmap_entries fields (plus 4 bytes of
100 * of the structure must check that memmap_entries is non-zero
139 uint32_t memmap_entries; /* Number of entries in the memmap table. */ member
/kernel/linux/linux-6.6/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

Completed in 2 milliseconds