HomeSort by: relevance | last modified time | path
    Searched refs:memmap_entries (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 54 * | 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 in struct:hvm_start_info
  /src/sys/arch/x86/x86/
x86_machdep.c 871 if (hvm_start_info->memmap_entries > 0) {
874 for (int i = 0; i < hvm_start_info->memmap_entries; i++) {

Completed in 31 milliseconds