| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | brt_impl.h | 39 * We divide each VDEV into 16MB chunks. Each chunk is represented in memory 40 * by a 16bit counter, thus 1TB VDEV requires 128kB of memory: (1TB / 16MB) * 2B 46 * This value cannot be larger than 16MB, at least as long as we support 48 * 32768 blocks in 16MB. In 32MB we could have 65536 blocks, which is one too 58 * entcounts take 128MB of memory ((64TB / 16MB) * 2B). We can divide this 59 * 128MB array of entcounts into 32kB disk blocks, as we don't want to update 60 * the whole 128MB on disk when we have updated only a single entcount. 61 * We maintain a bitmap where each 32kB disk block within 128MB entcounts array 141 * (so the whole array is 128kB). We updated bv_entcount[2] and 143 * be set and we will write only first BRT_BLOCKSIZE out of 128kB.
|
| /freebsd/tools/tools/crypto/ |
| H A D | README | 18 0.129 sec, 2048 des crypts, 8 bytes, 127120 byte/sec, 1.0 Mb/sec 19 0.129 sec, 2048 des crypts, 16 bytes, 253915 byte/sec, 1.9 Mb/sec 20 0.129 sec, 2048 des crypts, 32 bytes, 508942 byte/sec, 3.9 Mb/sec 21 0.128 sec, 2048 des crypts, 64 bytes, 1020135 byte/sec, 7.8 Mb/sec 22 0.134 sec, 2048 des crypts, 128 bytes, 1954869 byte/sec, 14.9 Mb/sec 23 0.142 sec, 2048 des crypts, 256 bytes, 3698107 byte/sec, 28.2 Mb/sec 24 0.190 sec, 2048 des crypts, 1024 bytes, 11037700 byte/sec, 84.2 Mb/sec 25 0.264 sec, 2048 des crypts, 2048 bytes, 15891127 byte/sec, 121.2 Mb/sec 26 0.403 sec, 2048 des crypts, 4096 bytes, 20828998 byte/sec, 158.9 Mb/sec 27 0.687 sec, 2048 des crypts, 8192 bytes, 24426602 byte/sec, 186.4 Mb/sec [all …]
|
| /freebsd/crypto/openssl/test/recipes/ |
| H A D | 20-test_speed.t | 44 # The AES-128-CBC-HMAC-SHA1 cipher isn't available on all platforms 45 # We test its availability without the "-mb" option. We only do the 46 # multiblock test via "-mb" if the cipher seems to exist. 48 'AES-128-CBC-HMAC-SHA1'])); 50 ok(run(app(['openssl', 'speed', '-testmode', '-mb', '-evp', 51 'AES-128-CBC-HMAC-SHA1'])), 52 "Test the EVP and mb options"); 67 ok(run(app(['openssl', 'speed', '-testmode', '-decrypt', '-evp', 'aes-128-cbc'])), 80 ok(run(app(['openssl', 'speed', '-testmode', '-cmac', 'aes-128-cbc'])), 84 ok(run(app(['openssl', 'speed', '-testmode', '-aead', '-evp', 'aes-128-gcm'])), [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/pci/ |
| 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 50 The plain variant has 128MiB of non-prefetchable memory space, whereas the 99 /* 128MiB non-prefetchable memory 0x58000000-0x5fffffff */ 104 /* 128MiB at 0x00000000-0x07ffffff */
|
| H A D | faraday,ftpci100.yaml | 21 The plain variant has 128MiB of non-prefetchable memory space, whereas the 84 be aligned to a 1MB boundary, and may be 1MB, 2MB, 4MB, 8MB, 16MB, 32MB, 64MB, 85 128MB, 256MB, 512MB, 1GB or 2GB in size. The memory should be marked as 137 /* 128MiB non-prefetchable memory 0x58000000-0x5fffffff */ 142 /* 128MiB at 0x00000000-0x07ffffff */
|
| 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 */
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/ |
| H A D | zvol_misc_trim.ksh | 38 # 2. Create a 5MB data file 40 # 4. Observe 5MB of used space on the zvol 41 # 5. TRIM the first 1MB and last 2MB of the 5MB block of data. 42 # 6. Observe 2MB of used space on the zvol 91 # Record how much space we've used (should be 5MB, with 128k 96 # We currently have 5MB of random data on the zvol. 97 # Trim the first 1MB and also trim 2MB at offset 3MB. 102 # After trimming 3MB, the zvol should have 2MB of data (with 128k of
|
| /freebsd/tools/tools/nanobsd/ |
| H A D | FlashDevice.sub | 45 256|256mb) 59 256|256mb) 73 64|64mb) 87 512|512mb) 110 32|32mb) 115 64|64mb) 120 128|128mb) 125 256|256mb) 130 512|512mb) 135 1024|1024mb|1g) [all …]
|
| /freebsd/sys/riscv/include/ |
| H A D | vmparam.h | 46 #define DFLDSIZ (128*1024*1024) /* initial data size limit */ 52 #define DFLSSIZ (128*1024*1024) /* initial stack size limit */ 58 #define SGROWSIZ (128*1024) /* amount to grow stack */ 89 * An allocation size of 16MB is supported in order to optimize the 91 * at most four TTEs, collectively mapping 16MB of physical memory. 92 * By reducing the number of distinct 16MB "pages" that are used by UMA, 93 * the physical memory allocator reduces the likelihood of both 4MB 94 * page TLB misses and cache misses caused by 4MB page TLB misses. 133 * 0xffffffd000000000 - 0xffffffefffffffff 128GB direct map 137 * 0x0000000000000000 - 0x00007fffffffffff 128TB user map [all …]
|
| /freebsd/sys/contrib/zstd/programs/ |
| H A D | README.md | 241 maximum window size, `128 MiB`) while still maintaining compression speed. 243 Enabling this mode sets the window size to `128 MiB` and thus increases the memory 253 are many long distance matches within the maximum window size of `128 MiB` (each 254 version is less than `128 MiB`). 262 | `zstd -1` | `5.065` | `284.8 MB/s` | `759.3 MB/s` | 263 | `zstd -5` | `5.826` | `124.9 MB/s` | `674.0 MB/s` | 264 | `zstd -10` | `6.504` | `29.5 MB/s` | `771.3 MB/s` | 265 | `zstd -1 --long` | `17.426` | `220.6 MB/s` | `1638.4 MB/s` | 266 | `zstd -5 --long` | `19.661` | `165.5 MB/s` | `1530.6 MB/s` | 267 | `zstd -10 --long`| `21.949` | `75.6 MB/s` | `1632.6 MB/s` | [all …]
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | newfs3.sh | 32 # newfs -b 4096 -f 4096 -O2 md0c on a 128 Mb FS 33 # newfs -b 4096 -f 1024 -O2 md0c on a 64 Mb FS 34 # 20070505 newfs -b 4096 -f 4096 -O2 md0c on a 32 Mb FS: panic: lockmgr: locking against myself 47 while [ $size -le $((128 * 1024 * 1024)) ]; do 48 mb=$((size / 1024 / 1024)) 50 dd if=/dev/zero of=$diskimage bs=1m count=$mb status=none
|
| /freebsd/sys/arm64/include/ |
| H A D | vmparam.h | 50 #define DFLDSIZ (128*1024*1024) /* initial data size limit */ 56 #define DFLSSIZ (128*1024*1024) /* initial stack size limit */ 62 #define SGROWSIZ (128*1024) /* amount to grow stack */ 97 * When PAGE_SIZE is 4KB, an allocation size of 16MB is supported in order 99 * cache line contains at most 8 L2 BLOCK entries, collectively mapping 16MB 100 * of physical memory. By reducing the number of distinct 16MB "pages" that 102 * both 2MB page TLB misses and cache misses during the page table walk when 103 * a 2MB page TLB miss does occur. 105 * When PAGE_SIZE is 16KB, an allocation size of 32MB is supported. This 124 * Level 0 reservations consist of 16 pages when PAGE_SIZE is 4KB, and 128 [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/xilinx/ |
| H A D | zynqmp-sm-k26-revA.dts | 147 compatible = "jedec,spi-nor"; /* 64MB */ 172 reg = <0x100000 0x20000>; /* 128KB */ 176 reg = <0x120000 0x20000>; /* 128KB */ 184 reg = <0x200000 0xD00000>; /* 13MB */ 194 reg = <0xF80000 0xD00000>; /* 13MB */ 204 reg = <0x1D00000 0x100000>; /* 1MB */ 208 reg = <0x1E00000 0x200000>; /* 2MB */ 214 reg = <0x2000000 0x200000>; /* 2MB */ 220 reg = <0x2200000 0x20000>; /* 128KB */ 224 reg = <0x2220000 0x20000>; /* 128KB */ [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/xattr/ |
| H A D | xattr_012_pos.ksh | 44 # 2. Create a 200mb xattr in that file 76 # the 200MB into 10 20MB attributes, but this test could be revisited 85 # 100 files, with 128 xattrs each of size 16k. 100*128*16k=200m 86 log_must xattrtest -k -f 100 -x 128 -s 16384 -p $TESTDIR
|
| /freebsd/sbin/ipfw/ |
| H A D | ipv6.c | 90 int len, mb; in print_ip6() local 110 mb = (cmd->o.opcode == O_IP6_SRC || in print_ip6() 111 cmd->o.opcode == O_IP6_DST) ? 128: in print_ip6() 112 contigmask((const uint8_t *)&(a[1]), 128); in print_ip6() 114 if (mb == 128 && g_co.do_resolv) in print_ip6() 120 else if (mb == 0) /* any */ in print_ip6() 127 if (mb < 0) /* mask not contiguous */ in print_ip6() 130 else if (mb < 128) in print_ip6() 131 bprintf(bp, "/%d", mb); in print_ip6() 390 masklen = contigmask((uint8_t *)&(d[1]), 128); in fill_ip6() [all …]
|
| /freebsd/sys/dev/agp/ |
| H A D | agp_amd64.c | 264 0x02000000, /* 32 MB */ 265 0x04000000, /* 64 MB */ 266 0x08000000, /* 128 MB */ 267 0x10000000, /* 256 MB */ 268 0x20000000, /* 512 MB */ 269 0x40000000, /* 1024 MB */ 270 0x80000000, /* 2048 MB */ 402 case 0x02000000: /* 32 MB */ in agp_amd64_uli_set_aperture() 403 case 0x04000000: /* 64 MB */ in agp_amd64_uli_set_aperture() 404 case 0x08000000: /* 128 MB */ in agp_amd64_uli_set_aperture() [all …]
|
| /freebsd/usr.sbin/fstyp/ |
| H A D | hammer2_disk.h | 94 * A full indirect block use supports 512 x 128-byte blockrefs in a 64KB 99 * using 64KB indirect blocks (128 byte refs, 512 or radix 9 per indblk). 128 * HAMMER2_SEGSIZE - Allocation map segment size, typically 4MB 168 * Indirect blocks are typically either 4KB (64 blockrefs / ~4MB represented), 169 * or 64KB (1024 blockrefs / ~64MB represented). 189 * A 4MB segment is reserved at the beginning of each 2GB zone. This segment 191 * table, and possibly other information in the future. A 4MB segment for 194 * 4MB = 64 x 64K blocks. Each 4MB segment is broken down as follows: 198 * 1 freemap00 level1 FREEMAP_LEAF (256 x 128 [all...] |
| /freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
| H A D | openbmc-flash-layout-128.dtsi | 14 reg = <0xe0000 0x20000>; // 128KB 19 reg = <0x100000 0x900000>; // 9MB 24 reg = <0xa00000 0x5600000>; // 86MB 29 reg = <0x6000000 0x2000000>; // 32MB
|
| H A D | openbmc-flash-layout-64.dtsi | 17 reg = <0xe0000 0x20000>; // 128KB 22 reg = <0x100000 0x900000>; // 9MB 27 reg = <0xa00000 0x2000000>; // 32MB 32 reg = <0x2a00000 0x1600000>; // 22MB
|
| H A D | openbmc-flash-layout-64-alt.dtsi | 17 reg = <0xe0000 0x20000>; // 128KB 22 reg = <0x100000 0x900000>; // 9MB 27 reg = <0xa00000 0x2000000>; // 32MB 32 reg = <0x2a00000 0x1600000>; // 22MB
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/ |
| H A D | MinidumpFileBuilder.h | 152 // We set the max write amount to 128 mb, this is arbitrary 154 // and we will only exceed a 128 mb buffer if we get a memory region 155 // that is larger than 128 mb. 156 static constexpr size_t MAX_WRITE_CHUNK_SIZE = (1024 * 1024 * 128);
|
| /freebsd/sys/x86/x86/ |
| H A D | identcpu.c | 169 char cpu_model[128]; 1853 printf("L1 2MB data TLB: %d entries", (regs[0] >> 16) & 0xff); in print_AMD_info() 1856 printf("L1 2MB instruction TLB: %d entries", regs[0] & 0xff); in print_AMD_info() 1879 printf("L2 2MB data TLB: %d entries", in print_AMD_info() 1882 printf("L2 2MB instruction TLB: %d entries", in print_AMD_info() 1886 printf("L2 2MB unified TLB: %d entries", in print_AMD_info() 2006 printf("Instruction TLB: 4 MB pages, fully associative, 2 entries\n"); in print_INTEL_TLB() 2012 printf("Data TLB: 4 MB Pages, 4-way set associative, 8 entries\n"); in print_INTEL_TLB() 2039 printf("2nd-level cache: 128 KBytes, 2-way set associative, 64 byte line size\n"); in print_INTEL_TLB() 2048 printf("3rd-level cache: 1 MB, 8-way set associative, sectored cache, 64 byte line size\n"); in print_INTEL_TLB() [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/marvell/ |
| H A D | kirkwood-laplug.dts | 20 reg = <0x00000000 0x8000000>; /* 128 MB */ 126 /* Total size : 512MB */ 131 reg = <0x0 0x100000>; /* 1MB */ 137 reg = <0x100000 0x1000000>; /* 16MB */ 142 reg = <0x1100000 0x1EF00000>; /* 495MB */
|
| /freebsd/tools/test/stress2/lib/ |
| H A D | resources.c | 52 static char lockpath[128]; 53 static char dfpath[128]; 97 printf("Free space on %s: %jd Mb\n", path, buf.f_bavail * in df() 129 printf("Total free swap space %jd Mb\n", in swap() 145 printf("Total free user memory %lu Mb\n", in usermem() 161 char buf[128]; in getdf() 214 char buf[128]; in reservedf()
|
| /freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
| H A D | omap2420-n8x0-common.dtsi | 7 reg = <0x80000000 0x8000000>; /* 128 MB */ 48 ranges = <0 0 0x04000000 0x1000000>; /* CS0: 16MB for OneNAND */ 56 reg = <0 0 0x20000>; /* CS0, offset 0, IO size 128K */
|