Searched refs:MappingSize (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/sys/arch/i386/stand/efiboot/ |
| H A D | efimemory.c | 237 UINTN i, NoEntries, MapKey, DescriptorSize, MappingSize; in getbasemem() local 253 MappingSize = md->NumberOfPages * EFI_PAGE_SIZE; in getbasemem() 254 epa = md->PhysicalStart + MappingSize; in getbasemem() 272 UINTN i, NoEntries, MapKey, DescriptorSize, MappingSize; in getextmemx() local 290 MappingSize = md->NumberOfPages * EFI_PAGE_SIZE; in getextmemx() 291 epa = md->PhysicalStart + MappingSize; in getextmemx() 334 UINTN i, n, NoEntries, MapKey, DescriptorSize, MappingSize; in efi_memory_probe() local 355 MappingSize = md->NumberOfPages * EFI_PAGE_SIZE; in efi_memory_probe() 356 if (MappingSize < 12 * 1024) /* XXX Why? from OpenBSD */ in efi_memory_probe() 362 (uintmax_t)(md->PhysicalStart + MappingSize - 1)); in efi_memory_probe()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_coverage_fuchsia.cc | 115 static constexpr size_t MappingSize = sizeof(uptr) << 32; member in __sancov::__anonad5a09220111::TracePcGuardController 152 0, vmo_, 0, MappingSize, &mapping); in Setup()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_coverage_fuchsia.cc | 112 static constexpr size_t MappingSize = sizeof(uptr) << 32; member in __sancov::__anonb7d18b040111::TracePcGuardController 149 0, vmo_, 0, MappingSize, &mapping); in Setup()
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_coverage_fuchsia.cpp | 117 static constexpr size_t MappingSize = sizeof(uptr) << 32; member in __sancov::__anon7f06d8740111::TracePcGuardController 158 0, vmo_, 0, MappingSize, &mapping); in Setup()
|