Home | History | Annotate | Download | only in acpidump

Lines Matching defs:mmap

3247 	ACPI_NFIT_MEMORY_MAP *mmap;
3286 mmap = (ACPI_NFIT_MEMORY_MAP *)nfit;
3287 printf("\tDeviceHandle=%u\n", (u_int)mmap->DeviceHandle);
3288 printf("\tPhysicalId=%u\n", (u_int)mmap->PhysicalId);
3289 printf("\tRegionId=%u\n", (u_int)mmap->RegionId);
3290 printf("\tRangeIndex=%u\n", (u_int)mmap->RangeIndex);
3291 printf("\tRegionIndex=%u\n", (u_int)mmap->RegionIndex);
3292 printf("\tRegionSize=0x%016jx\n", (uintmax_t)mmap->RegionSize);
3294 (uintmax_t)mmap->RegionOffset);
3295 printf("\tAddress=0x%016jx\n", (uintmax_t)mmap->Address);
3296 printf("\tInterleaveIndex=%u\n", (u_int)mmap->InterleaveIndex);
3297 printf("\tInterleaveWays=%u\n", (u_int)mmap->InterleaveWays);
3302 PRINTFLAG(mmap->Flags, SAVE_FAILED);
3303 PRINTFLAG(mmap->Flags, RESTORE_FAILED);
3304 PRINTFLAG(mmap->Flags, FLUSH_FAILED);
3305 PRINTFLAG(mmap->Flags, NOT_ARMED);
3306 PRINTFLAG(mmap->Flags, HEALTH_OBSERVED);
3307 PRINTFLAG(mmap->Flags, HEALTH_ENABLED);
3308 PRINTFLAG(mmap->Flags, MAP_FAILED);