| /freebsd-13.1/sys/contrib/device-tree/Bindings/pci/ |
| H A D | v3-v360epc-pci.txt | 11 second the configuration area register space, 16MB 18 each be exactly 256MB (0x10000000) in size. 22 be aligned to a 1MB boundary, and may be 1MB, 2MB, 4MB, 8MB, 16MB, 32MB, 23 64MB, 128MB, 256MB, 512MB, 1GB or 2GB in size. The memory should be marked 50 0x20000000 0 0x20000000 /* 512 MB @ LB 20000000 1:1 */
|
| H A D | faraday,ftpci100.txt | 29 be aligned to a 1MB boundary, and may be 1MB, 2MB, 4MB, 8MB, 16MB, 32MB, 64MB, 30 128MB, 256MB, 512MB, 1GB or 2GB in size. The memory should be marked as
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/ |
| H A D | LibDriver.cpp | 144 auto Obj = object::COFFObjectFile::create(MB); in getCOFFFileMachine() 161 Expected<std::string> TripleStr = getBitcodeTargetTriple(MB); in getBitcodeFileMachine() 183 file_magic Magic = identify_magic(MB.getBuffer()); in appendFile() 188 llvm::errs() << MB.getBufferIdentifier() in appendFile() 200 object::Archive Archive(MB, Err); in appendFile() 201 fatalOpenError(std::move(Err), MB.getBufferIdentifier()); in appendFile() 216 fatalOpenError(std::move(Err), MB.getBufferIdentifier()); in appendFile() 229 (Magic == file_magic::coff_object) ? getCOFFFileMachine(MB) in appendFile() 230 : getBitcodeFileMachine(MB); in appendFile() 233 llvm::errs() << MB.getBufferIdentifier() << ": " << EIB.message() in appendFile() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Memory.cpp | 44 raw_ostream &operator<<(raw_ostream &OS, const MemoryBlock &MB) { in operator <<() argument 45 return OS << "[ " << MB.base() << " .. " in operator <<() 46 << (void *)((char *)MB.base() + MB.allocatedSize()) << " ] (" in operator <<() 47 << MB.allocatedSize() << " bytes)"; in operator <<()
|
| H A D | MemoryBuffer.cpp | 84 template<typename MB> 85 class MemoryBufferMem : public MB { 107 template <typename MB> 108 static ErrorOr<std::unique_ptr<MB>> 168 template <typename MB> 184 template<typename MB> 252 template <typename MB> 253 static ErrorOr<std::unique_ptr<MB>> 258 template <typename MB> 431 template <typename MB> [all …]
|
| /freebsd-13.1/contrib/kyua/utils/ |
| H A D | units_test.cpp | 54 using units::MB; in ATF_TEST_CASE_BODY() 57 ATF_REQUIRE_EQ("745.96G", units::bytes(745 * GB + 980 * MB).format()); in ATF_TEST_CASE_BODY() 64 using units::MB; in ATF_TEST_CASE_BODY() 67 ATF_REQUIRE_EQ("1.00M", units::bytes(1 * MB).format()); in ATF_TEST_CASE_BODY() 68 ATF_REQUIRE_EQ("1023.50M", units::bytes(1023 * MB + 512 * KB).format()); in ATF_TEST_CASE_BODY() 108 using units::MB; in ATF_TEST_CASE_BODY() 120 using units::MB; in ATF_TEST_CASE_BODY() 124 ATF_REQUIRE_EQ(units::bytes(MB), units::bytes::parse("1M")); in ATF_TEST_CASE_BODY() 125 ATF_REQUIRE_EQ(units::bytes(MB), units::bytes::parse("1m")); in ATF_TEST_CASE_BODY() 188 ATF_REQUIRE_EQ(units::bytes(12 * units::MB), bytes); in ATF_TEST_CASE_BODY() [all …]
|
| /freebsd-13.1/sys/contrib/zstd/ |
| H A D | README.md | 46 | **zstd 1.4.5 -1** | 2.884 | 500 MB/s | 1660 MB/s | 47 | zlib 1.2.11 -1 | 2.743 | 90 MB/s | 400 MB/s | 48 | brotli 1.0.7 -0 | 2.703 | 400 MB/s | 450 MB/s | 49 | **zstd 1.4.5 --fast=1** | 2.434 | 570 MB/s | 2200 MB/s | 50 | **zstd 1.4.5 --fast=3** | 2.312 | 640 MB/s | 2300 MB/s | 51 | quicklz 1.5.0 -1 | 2.238 | 560 MB/s | 710 MB/s | 52 | **zstd 1.4.5 --fast=5** | 2.178 | 700 MB/s | 2420 MB/s | 53 | lzo1x 2.10 -1 | 2.106 | 690 MB/s | 820 MB/s | 54 | lz4 1.9.2 | 2.101 | 740 MB/s | 4530 MB/s | 55 | **zstd 1.4.5 --fast=7** | 2.096 | 750 MB/s | 2480 MB/s | [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | SectionMemoryManager.cpp | 104 sys::MemoryBlock MB = MMapper.allocateMappedMemory( in allocateSection() local 113 MemGroup.Near = MB; in allocateSection() 118 CodeMem.Near = MB; in allocateSection() 120 RODataMem.Near = MB; in allocateSection() 122 RWDataMem.Near = MB; in allocateSection() 125 MemGroup.AllocatedMem.push_back(MB); in allocateSection() 126 Addr = (uintptr_t)MB.base(); in allocateSection() 127 uintptr_t EndOfBlock = Addr + MB.allocatedSize(); in allocateSection() 206 for (sys::MemoryBlock &MB : MemGroup.PendingMem) in applyMemoryGroupPermissions() 207 if (std::error_code EC = MMapper.protectMappedMemory(MB, Permissions)) in applyMemoryGroupPermissions()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Rewrite/ |
| H A D | Rewriter.cpp | 247 StringRef MB = SourceMgr->getBufferData(FID); in getEditBuffer() local 248 I->second.Initialize(MB.begin(), MB.end()); in getEditBuffer() 263 StringRef MB = SourceMgr->getBufferData(FID); in InsertText() local 274 while (isWhitespaceExceptNL(MB[i])) in InsertText() 276 indentSpace = MB.substr(lineOffs, i-lineOffs); in InsertText() 340 StringRef MB = SourceMgr->getBufferData(FID); in ReplaceText() local 364 StringRef MB = SourceMgr->getBufferData(FID); in IncreaseIndentation() local 381 while (isWhitespaceExceptNL(MB[i])) in IncreaseIndentation() 386 while (isWhitespaceExceptNL(MB[i])) in IncreaseIndentation() 402 while (isWhitespaceExceptNL(MB[i])) in IncreaseIndentation() [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/src/powerpc/fsl/ |
| H A D | c293pcie.dts | 83 /* 1MB for DTB Image */ 89 /* 8 MB for Linux Kernel Image */ 95 /* 53MB for rootfs */ 101 /* 1MB for blob encrypted key */ 122 /* 1MB for u-boot Bootloader Image */ 129 /* 1MB for DTB Image */ 135 /* 16MB for Linux Kernel Image */ 175 /* 1MB for u-boot Bootloader Image */ 176 /* 1MB for Environment */ 189 /* 4MB for Linux Kernel Image */ [all …]
|
| H A D | p2020rdb.dts | 60 /* 3.5 MB for Linux Kernel Image */ 67 /* 11MB for JFFS2 based Root file System */ 91 /* 1MB for u-boot Bootloader Image */ 98 /* 1MB for DTB Image */ 105 /* 4MB for Linux Kernel Image */ 112 /* 4MB for Compressed Root file System Image */ 119 /* 7MB for JFFS2 based Root file System */ 125 /* 15MB for JFFS2 based Root file System */ 173 /* 4MB for Linux Kernel Image */ 180 /* 4MB for Compressed RFS Image */ [all …]
|
| H A D | p1024rdb.dtsi | 59 /* 3.5 MB for Linux Kernel Image */ 65 /* 11MB for JFFS2 based Root file System */ 89 /* 1MB for u-boot Bootloader Image */ 96 /* 1MB for DTB Image */ 102 /* 4MB for Linux Kernel Image */ 108 /* 4MB for Compressed Root file System Image */ 114 /* 15MB for JFFS2 based Root file System */ 120 /* 7MB for User Writable Area */ 150 /* 4MB for Linux Kernel Image */ 156 /* 4MB for Compressed RFS Image */ [all …]
|
| H A D | p1020rdb.dtsi | 60 /* 3.5 MB for Linux Kernel Image */ 67 /* 11MB for JFFS2 based Root file System */ 91 /* 1MB for u-boot Bootloader Image */ 98 /* 1MB for DTB Image */ 105 /* 4MB for Linux Kernel Image */ 112 /* 4MB for Compressed Root file System Image */ 119 /* 7MB for JFFS2 based Root file System */ 125 /* 15MB for JFFS2 based Root file System */ 170 /* 4MB for Linux Kernel Image */ 177 /* 4MB for Compressed RFS Image */ [all …]
|
| H A D | p2020rdb-pc.dtsi | 59 /* 3.5 MB for Linux Kernel Image */ 65 /* 11MB for JFFS2 based Root file System */ 89 /* 1MB for u-boot Bootloader Image */ 96 /* 1MB for DTB Image */ 102 /* 4MB for Linux Kernel Image */ 108 /* 4MB for Compressed Root file System Image */ 114 /* 7MB for JFFS2 based Root file System */ 120 /* 15MB for JFFS2 based Root file System */ 172 /* 4MB for Linux Kernel Image */ 178 /* 4MB for Compressed RFS Image */ [all …]
|
| H A D | p1020rdb-pc.dtsi | 59 /* 3.5 MB for Linux Kernel Image */ 65 /* 11MB for JFFS2 based Root file System */ 89 /* 1MB for u-boot Bootloader Image */ 96 /* 1MB for DTB Image */ 102 /* 4MB for Linux Kernel Image */ 108 /* 4MB for Compressed Root file System Image */ 114 /* 7MB for JFFS2 based Root file System */ 120 /* 15MB for JFFS2 based Root file System */ 172 /* 4MB for Linux Kernel Image */ 178 /* 4MB for Compressed RFS Image */ [all …]
|
| H A D | p1021rdb-pc.dtsi | 59 /* 3.5 MB for Linux Kernel Image */ 65 /* 10.75MB for JFFS2 based Root file System */ 96 /* 1MB for u-boot Bootloader Image */ 103 /* 1MB for DTB Image */ 109 /* 4MB for Linux Kernel Image */ 115 /* 4MB for Compressed Root file System Image */ 121 /* 7MB for JFFS2 based Root file System */ 127 /* 15MB for User Writable Area */ 171 /* 4MB for Linux Kernel Image */ 177 /* 4MB for Compressed RFS Image */ [all …]
|
| H A D | p1010rdb-pa.dtsi | 38 /* 1MB for u-boot Bootloader Image */ 45 /* 1MB for DTB Image */ 51 /* 4MB for Linux Kernel Image */ 57 /* 4MB for Compressed Root file System Image */ 63 /* 15MB for JFFS2 based Root file System */ 69 /* 7MB for User Area */
|
| /freebsd-13.1/sys/contrib/zstd/zlibWrapper/ |
| H A D | README.md | 115 | zlib 1.2.8 | 30.51 MB/s | 219.3 MB/s | 6819783 | 3.45… 116 | zlib 1.2.8 not reusing a context | 30.22 MB/s | 218.1 MB/s | 6819783 | 3.45… 117 | zlib 1.2.8 with zlibWrapper and reusing a context | 30.40 MB/s | 218.9 MB/s | 6819783 | 3.45… 118 | zlib 1.2.8 with zlibWrapper not reusing a context | 30.28 MB/s | 218.1 MB/s | 6819783 | 3.45… 119 | zstd 1.1.0 using ZSTD_CCtx | 68.35 MB/s | 430.9 MB/s | 6868521 | 3.43… 120 | zstd 1.1.0 using ZSTD_CStream | 66.63 MB/s | 422.3 MB/s | 6868521 | 3.43… 121 | zstd 1.1.0 with zlibWrapper and reusing a context | 54.01 MB/s | 403.2 MB/s | 6763482 | 3.48… 122 | zstd 1.1.0 with zlibWrapper not reusing a context | 51.59 MB/s | 383.7 MB/s | 6763482 | 3.48…
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-rtdyld/ |
| H A D | llvm-rtdyld.cpp | 194 : Name(std::string(Name)), MB(std::move(MB)), SectionID(SectionID) {} in SectionInfo() 196 sys::MemoryBlock MB; member 249 sys::MemoryBlock MB = in preallocateSlab() local 254 if (!MB.base()) in preallocateSlab() 257 PreallocSlab = MB; in preallocateSlab() 303 sys::MemoryBlock MB = in allocateCodeSection() local 308 if (!MB.base()) in allocateCodeSection() 311 return (uint8_t*)MB.base(); in allocateCodeSection() 331 sys::MemoryBlock MB = in allocateDataSection() local 336 if (!MB.base()) in allocateDataSection() [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm64/broadcom/northstar2/ |
| H A D | ns2-xmc.dts | 90 reg = <0x00000000 0x00280000>; /* 2.5MB */ 96 reg = <0x00280000 0x00040000>; /* 0.25MB */ 102 reg = <0x002c0000 0x00040000>; /* 0.25MB */ 108 reg = <0x00300000 0x03d00000>; /* 61MB */ 114 reg = <0x04000000 0x06400000>; /* 100MB */ 119 reg = <0x0a400000 0x35c00000>; /* 860MB */ 179 reg = <0x00200000 0x00e00000>; /* 14MB */ 184 reg = <0x01000000 0x01000000>; /* 16MB */
|
| /freebsd-13.1/sys/mips/conf/ |
| H A D | ALFA_HORNET_UB | 6 # This is for the 64MB RAM/16MB flash part. They also 11 # * 64MB RAM 12 # * 16MB flash 28 # Board memory - 64MB
|
| H A D | TP-MR3020 | 5 # chance that this will ever boot FreeBSD directly from the 3.5MB 10 # * 32MB RAM 11 # * 4MB flash 29 # Board memory - 32MB 55 # With only 4MB of flash, we are stuck using USB
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/ |
| H A D | DlltoolDriver.cpp | 58 ErrorOr<std::unique_ptr<llvm::MemoryBuffer>> MB = MemoryBuffer::getFile(Path); in openFile() local 60 if (std::error_code EC = MB.getError()) { in openFile() 65 return std::move(*MB); in openFile() 140 std::unique_ptr<MemoryBuffer> MB = in dlltoolDriverMain() local 142 if (!MB) in dlltoolDriverMain() 145 if (!MB->getBufferSize()) { in dlltoolDriverMain() 165 parseCOFFModuleDefinition(*MB, Machine, true); in dlltoolDriverMain()
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm/ |
| H A D | armada-xp-linksys-mamba.dts | 36 reg = <0x00000000 0x00000000 0x00000000 0x10000000>; /* 256MB */ 337 reg = <0x0000000 0x100000>; /* 1MB */ 353 reg = <0x900000 0x100000>; /* 1MB */ 360 reg = <0xa00000 0x2800000>; /* 40MB */ 365 reg = <0xd00000 0x2500000>; /* 37MB */ 371 reg = <0x3200000 0x2800000>; /* 40MB */ 376 reg = <0x3500000 0x2500000>; /* 37MB */ 380 * 38MB, last MB is for the BBT, not writable 395 reg = <0x180000 0x780000>; /* 7.5MB */
|
| /freebsd-13.1/sys/contrib/device-tree/src/powerpc/ |
| H A D | sbc8548-altflash.dts | 5 * Configured for booting off the alternate (64MB SODIMM) flash. 26 ranges = <0x0 0x0 0xfc000000 0x04000000 /*64MB Flash*/ 27 0x3 0x0 0xf0000000 0x04000000 /*64MB SDRAM*/ 28 0x4 0x0 0xf4000000 0x04000000 /*64MB SDRAM*/ 30 0x6 0x0 0xef800000 0x00800000>; /*8MB Flash*/
|