| /freebsd/lib/libpmc/pmu-events/arch/arm64/freescale/imx8mp/sys/ |
| H A D | metrics.json | 6 "ScaleUnit": "9.765625e-4KB", 14 "ScaleUnit": "9.765625e-4KB", 22 "ScaleUnit": "9.765625e-4KB", 30 "ScaleUnit": "9.765625e-4KB", 38 "ScaleUnit": "9.765625e-4KB", 46 "ScaleUnit": "9.765625e-4KB", 54 "ScaleUnit": "9.765625e-4KB", 62 "ScaleUnit": "9.765625e-4KB", 70 "ScaleUnit": "9.765625e-4KB", 78 "ScaleUnit": "9.765625e-4KB", [all …]
|
| /freebsd/sys/contrib/edk2/Include/Library/ |
| H A D | MemoryAllocationLib.h | 18 Allocates one or more 4KB pages of type EfiBootServicesData. 20 Allocates the number of 4KB pages of type EfiBootServicesData and returns a pointer to the 21 allocated buffer. The buffer returned is aligned on a 4KB boundary. If Pages is 0, then NULL 25 @param Pages The number of 4 KB pages to allocate. 37 Allocates one or more 4KB pages of type EfiRuntimeServicesData. 39 Allocates the number of 4KB pages of type EfiRuntimeServicesData and returns a pointer to the 40 allocated buffer. The buffer returned is aligned on a 4KB boundary. If Pages is 0, then NULL 44 @param Pages The number of 4 KB pages to allocate. 56 Allocates one or more 4KB pages of type EfiReservedMemoryType. 58 Allocates the number of 4KB pages of type EfiReservedMemoryType and returns a pointer to the [all …]
|
| /freebsd/sys/dev/bhnd/bhndb/ |
| H A D | bhndb_pcireg.h | 37 * BAR0 size: 8KB 49 * BAR0 size: 16KB 60 * BAR0 size: 16KB 71 * BAR0 size: 32KB 84 * 4KB mapping, newer devices will vary. 121 * On siba(4) devices, it's possible that writing a PCI window register may 131 #define BHNDB_PCI_V0_BAR0_SIZE 0x2000 /* 8KB BAR0 */ 132 #define BHNDB_PCI_V0_BAR0_WIN0_OFFSET 0x0 /* bar0 + 0x0 accesses configurable 4K region of backplan… 134 #define BHNDB_PCI_V0_BAR0_SPROM_OFFSET 0x1000 /* bar0 + 4K accesses sprom shadow (in pci core) */ 146 #define BHNDB_PCI_V1_BAR0_SIZE 0x4000 /* 16KB BAR0 */ [all …]
|
| /freebsd/usr.sbin/bhyve/amd64/ |
| H A D | vga.c | 46 #define KB (1024UL) macro 127 bool gc_mode_c4; /* chain 4 */ 222 data = (((sc->vga_ram[offset + 0 * 64*KB] >> bit) & 0x1) << 0) | in vga_get_pixel() 223 (((sc->vga_ram[offset + 1 * 64*KB] >> bit) & 0x1) << 1) | in vga_get_pixel() 224 (((sc->vga_ram[offset + 2 * 64*KB] >> bit) & 0x1) << 2) | in vga_get_pixel() 225 (((sc->vga_ram[offset + 3 * 64*KB] >> bit) & 0x1) << 3); in vga_get_pixel() 269 ch = sc->vga_ram[offset + 0 * 64*KB]; in vga_get_text_pixel() 270 attr = sc->vga_ram[offset + 1 * 64*KB]; in vga_get_text_pixel() 293 font = sc->vga_ram[font_offset + 2 * 64*KB]; in vga_get_text_pixel() 298 idx = sc->vga_atc.atc_palette[attr >> 4]; in vga_get_text_pixel() [all …]
|
| /freebsd/share/man/man4/ |
| H A D | sym.4 | 210 .It "sym53c825a 10MHz 16Bit 4KB N Y" 212 .It "sym53c875 20MHz 16Bit 4KB N Y" 213 .It "sym53c876 20MHz 16Bit 4KB N Y" 214 .It "sym53c885 20MHz 16Bit 4KB N Y" 215 .It "sym53c895 40MHz 16Bit 4KB N Y" 216 .It "sym53c895A 40MHz 16Bit 8KB N Y" 217 .It "sym53c896 40MHz 16Bit 8KB Y Y" 218 .It "sym53c897 40MHz 16Bit 8KB Y Y" 219 .It "sym53c1510D 40MHz 16Bit 4KB Y Y" 220 .It "sym53c1010 80MHz 16Bit 8KB Y Y" [all …]
|
| /freebsd/tools/diag/prtblknos/ |
| H A D | README | 30 size blocks which by today's default is 32Kb. 34 fragment. Since the default size for fragments today is 4Kb, the 35 physical block numbers reference 4Kb blocks. The distances listed 37 means a separation of just one 32Kb block. For example lbn 11, ends 38 at 3217895, the 32Kb first level indirect immediately follows it at 43 half the block size (say 32Kb blocks with 16Kb fragments) then the 44 physical block numbers listed would be 16Kb in size.
|
| /freebsd/share/man/man4/man4.i386/ |
| H A D | sbni.4 | 70 .It "Bits 4-5:" 75 0 baud rate (2Mb in fast mode/500kb in slow) 77 1 baud rate (1Mb/250kb) 79 2 baud rate (500kb/125kb) 81 3 baud rate (250kb/62.5kb) 93 bits 4-5 value, otherwise baud rate is set to 2Mb 104 .Xr arp 4 , 105 .Xr netintro 4 , 118 4.x was written by 122 .Xr ed 4
|
| /freebsd/usr.sbin/fstyp/ |
| H A D | hammer2_disk.h | 76 * are always 64KB. Logical file buffers are typically 16KB. All data 85 * to optimize storage efficiency. The minimum fragment size is 1KB. 94 * A full indirect block use supports 512 x 128-byte blockrefs in a 64KB 95 * buffer. Indirect blocks down to 1KB are supported to keep small 99 * using 64KB indirect blocks (128 byte refs, 512 or radix 9 per indblk). 128 * HAMMER2_SEGSIZE - Allocation map segment size, typically 4MB 163 * Inodes embed either 512 bytes of direct data or an array of 4 blockrefs, 165 * <= 512KB. Up to 4 director [all...] |
| /freebsd/crypto/krb5/src/plugins/preauth/spake/ |
| H A D | t_vectors.c | 1 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ 81 "4A92260B25E3EF94C125D5C24C3E5BCED5B37976E67F25C4", 221 "4A57BCCDDF1EBF0A2965B58A93EE5B45E85D1A5435D1C8C83662999722D54283" 290 "4A57BCCDDF1EBF0A2965B58A93EE5B45E85D1A5435D1C8C83662999722D54283" 369 krb5_keyblock *kb; in decode_keyblock() local 373 kb = malloc(sizeof(*kb)); in decode_keyblock() 374 kb->magic = KV5M_KEYBLOCK; in decode_keyblock() 375 kb->enctype = enctype; in decode_keyblock() 376 kb->length = len; in decode_keyblock() 377 kb->contents = bytes; in decode_keyblock() [all …]
|
| /freebsd/crypto/heimdal/lib/krb5/ |
| H A D | crypto-arcfour.c | 71 krb5_keyblock kb; in _krb5_HMAC_MD5_checksum() local 72 unsigned char t[4]; in _krb5_HMAC_MD5_checksum() 90 ksign.key = &kb; in _krb5_HMAC_MD5_checksum() 91 kb.keyvalue = ksign_c.checksum; in _krb5_HMAC_MD5_checksum() 97 EVP_DigestUpdate(m, t, 4); in _krb5_HMAC_MD5_checksum() 136 krb5_keyblock kb; in ARCFOUR_subencrypt() local 137 unsigned char t[4]; in ARCFOUR_subencrypt() 159 ke.key = &kb; in ARCFOUR_subencrypt() 160 kb.keyvalue = k2_c.checksum; in ARCFOUR_subencrypt() 169 ke.key = &kb; in ARCFOUR_subencrypt() [all …]
|
| /freebsd/contrib/bearssl/src/ssl/ |
| H A D | ssl_engine.c | 152 * and contain a value ranging from 0 to 4; ixc is equal to 5-ixa. 277 * bytes 0 to 4 (inclusive). Record data is always written into buf[] 1358 size_t half_len, unsigned char *kb) in compute_key_block() argument 1367 iprf(kb, half_len << 1, in compute_key_block() 1378 unsigned char kb[192]; in br_ssl_engine_switch_cbc_in() local 1396 mac_key_len + cipher_key_len + iv_len, kb); in br_ssl_engine_switch_cbc_in() 1398 mac_key = &kb[mac_key_len]; in br_ssl_engine_switch_cbc_in() 1399 cipher_key = &kb[(mac_key_len << 1) + cipher_key_len]; in br_ssl_engine_switch_cbc_in() 1400 iv = &kb[((mac_key_len + cipher_key_len) << 1) + iv_len]; in br_ssl_engine_switch_cbc_in() 1402 mac_key = &kb[0]; in br_ssl_engine_switch_cbc_in() [all …]
|
| /freebsd/sys/x86/x86/ |
| H A D | identcpu.c | 22 * 4. Neither the name of the University nor the names of its contributors 199 "Intel Pentium 4" 222 { "Pentium 4", CPUCLASS_686 }, /* CPU_P4 */ 252 u_int regs[4], i; in printcpuinfo() 388 strcat(cpu_model, "Pentium 4"); in printcpuinfo() 801 "\004PSE" /* 4MByte page tables */ in printcpuinfo() 927 "\021FMA4" /* 4-operand FMA instructions */ in printcpuinfo() 1304 * F E D C B A 9 8 7 6 5 4 3 2 1 0 1394 u_int leaf, regs[4]; in identify_hypervisor_cpuid_base() 1403 * http://kb.vmware.com/kb/1009458 in identify_hypervisor_cpuid_base() [all …]
|
| /freebsd/crypto/krb5/src/lib/crypto/krb/ |
| H A D | keyblocks.c | 1 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ 33 krb5_keyblock *kb; in krb5int_c_init_keyblock() local 38 kb = malloc(sizeof(krb5_keyblock)); in krb5int_c_init_keyblock() 39 if (kb == NULL) in krb5int_c_init_keyblock() 41 kb->magic = KV5M_KEYBLOCK; in krb5int_c_init_keyblock() 42 kb->enctype = enctype; in krb5int_c_init_keyblock() 43 kb->length = length; in krb5int_c_init_keyblock() 45 kb->contents = malloc(length); in krb5int_c_init_keyblock() 46 if (!kb->contents) { in krb5int_c_init_keyblock() 47 free(kb); in krb5int_c_init_keyblock() [all …]
|
| /freebsd/contrib/bearssl/src/symcipher/ |
| H A D | aes_x86ni.c | 53 k = _mm_xor_si128(k, _mm_slli_si128(k, 4)); in expand_step128() 54 k = _mm_xor_si128(k, _mm_slli_si128(k, 4)); in expand_step128() 55 k = _mm_xor_si128(k, _mm_slli_si128(k, 4)); in expand_step128() 122 const unsigned char *kb; in x86ni_keysched() local 152 kb = key; in x86ni_keysched() 157 t1 = _mm_loadu_si128((const void *)kb); in x86ni_keysched() 162 KEXP128(t1, 4, 0x08); in x86ni_keysched() 172 t1 = _mm_loadu_si128((const void *)kb); in x86ni_keysched() 173 t3 = _mm_loadu_si128((const void *)(kb + 8)); in x86ni_keysched() 183 t1 = _mm_loadu_si128((const void *)kb); in x86ni_keysched() [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/xilinx/ |
| H A D | zynqmp-sm-k26-revA.dts | 51 device_type = "memory"; /* 4GB */ 96 <&xilinx_ams 3>, <&xilinx_ams 4>, <&xilinx_ams 5>, 149 spi-tx-bus-width = <4>; 150 spi-rx-bus-width = <4>; 160 reg = <0x0 0x80000>; /* 512KB */ 166 reg = <0x80000 0x80000>; /* 512KB */ 172 reg = <0x100000 0x20000>; /* 128KB */ 176 reg = <0x120000 0x20000>; /* 128KB */ 180 reg = <0x140000 0xC0000>; /* 768KB */ 188 reg = <0xF00000 0x80000>; /* 512KB */ [all …]
|
| /freebsd/crypto/krb5/src/lib/crypto/crypto_tests/ |
| H A D | t_prf.c | 1 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ 99 { KV5M_DATA, 4, "test" }, 110 { KV5M_DATA, 4, "test" }, 123 krb5_keyblock kb; in main() local 129 kb.magic = KV5M_KEYBLOCK; in main() 130 kb.enctype = test->enctype; in main() 131 kb.length = test->keybits.length; in main() 132 kb.contents = (uint8_t *)test->keybits.data; in main() 138 ret = krb5_c_prf(NULL, &kb, &tests[i].prf_input, &output); in main()
|
| /freebsd/sys/arm64/include/ |
| H A D | vmparam.h | 89 * physical addresses below 4G, and VM_FREELIST_DEFAULT is for all other 97 * When PAGE_SIZE is 4KB, an allocation size of 16MB is supported in order 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 125 * pages when PAGE_SIZE is 16KB. Level 1 reservations consist of 32 64KB 126 * pages when PAGE_SIZE is 4KB, and 16 2M pages when PAGE_SIZE is 16KB. 130 #define VM_LEVEL_0_ORDER 4 140 #define VM_LEVEL_1_ORDER 4 324 #define ZERO_REGION_SIZE (64 * 1024) /* 64KB */
|
| /freebsd/crypto/krb5/src/lib/krb5/ccache/ |
| H A D | ccmarshal.c | 1 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ 35 * principals in versions 1 through 4 of the FILE ccache format. Version 4 is 197 unmarshal_keyblock(struct k5input *in, int version, krb5_keyblock *kb) in unmarshal_keyblock() argument 199 memset(kb, 0, sizeof(*kb)); in unmarshal_keyblock() 200 kb->magic = KV5M_KEYBLOCK; in unmarshal_keyblock() 202 kb->enctype = (int16_t)get16(in, version); in unmarshal_keyblock() 206 kb->contents = get_len_bytes(in, version, &kb->length); in unmarshal_keyblock() 285 * an integer from 1 to 4). Does not check for trailing garbage. */ 314 * an integer from 1 to 4). Does not check for trailing garbage. */ 351 char n[4]; in put32() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYBaseInfo.h | 30 AddrMode32B = 1, // ld32.b, ld32.bs, st32.b, st32.bs, +4kb 31 AddrMode32H = 2, // ld32.h, ld32.hs, st32.h, st32.hs, +8kb 32 AddrMode32WD = 3, // ld32.w, st32.w, ld32.d, st32.d, +16kb 33 AddrMode16B = 4, // ld16.b, +32b 35 AddrMode16W = 6, // ld16.w, +128b or +1kb 36 AddrMode32SDF = 7, // flds, fldd, +1kb
|
| /freebsd/sys/contrib/device-tree/src/powerpc/fsl/ |
| H A D | p1021rdb-pc.dtsi | 46 /* 256KB for Vitesse 7385 Switch firmware */ 53 /* 256KB for DTB Image */ 72 /* 256KB for QE ucode firmware*/ 80 /* 512KB for u-boot Bootloader Image */ 81 /* 512KB for u-boot Environment Variables */ 109 /* 4MB for Linux Kernel Image */ 115 /* 4MB for Compressed Root file System Image */ 158 /* 512KB for u-boot Bootloader Image */ 165 /* 512KB for DTB Image */ 171 /* 4MB for Linux Kernel Image */ [all …]
|
| H A D | p1024rdb.dtsi | 46 /* 256KB for Vitesse 7385 Switch firmware */ 53 /* 256KB for DTB Image */ 72 /* 512KB for u-boot Bootloader Image */ 73 /* 512KB for u-boot Environment Variables */ 102 /* 4MB for Linux Kernel Image */ 108 /* 4MB for Compressed Root file System Image */ 137 /* 512KB for u-boot Bootloader Image */ 144 /* 512KB for DTB Image */ 150 /* 4MB for Linux Kernel Image */ 156 /* 4MB for Compressed RFS Image */
|
| H A D | p1020rdb-pc.dtsi | 46 /* 256KB for Vitesse 7385 Switch firmware */ 53 /* 256KB for DTB Image */ 72 /* 512KB for u-boot Bootloader Image */ 73 /* 512KB for u-boot Environment Variables */ 102 /* 4MB for Linux Kernel Image */ 108 /* 4MB for Compressed Root file System Image */ 159 /* 512KB for u-boot Bootloader Image */ 166 /* 512KB for DTB Image*/ 172 /* 4MB for Linux Kernel Image */ 178 /* 4MB for Compressed RFS Image */
|
| H A D | p1020rdb.dtsi | 46 /* 256KB for Vitesse 7385 Switch firmware */ 53 /* 256KB for DTB Image */ 74 /* 512KB for u-boot Bootloader Image */ 75 /* 512KB for u-boot Environment Variables */ 105 /* 4MB for Linux Kernel Image */ 112 /* 4MB for Compressed Root file System Image */ 156 /* 512KB for u-boot Bootloader Image */ 163 /* 512KB for DTB Image */ 170 /* 4MB for Linux Kernel Image */ 177 /* 4MB for Compressed RFS Image */
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/block_cloning/ |
| H A D | block_cloning_lwb_buffer_overflow.ksh | 33 # Test for LWB buffer overflow with multiple VDEVs ZIL when 128KB 34 # block write is split into two 68KB ones, trying to write maximum 35 # sizes 128KB TX_CLONE_RANGE record with 1022 block pointers into 36 # 68KB buffer. 41 # pointers into 68KB buffer 43 # 4. Clone the file 72 # an assert is hit when 128KB block write is split into two 68KB ones
|
| /freebsd/sys/dts/arm/ |
| H A D | annapurna-alpine.dts | 119 // 4 = active high level-sensitive 128 interrupts = <0 9 4>; 147 interrupts = <0 32 4>, 148 <0 33 4>, 149 <0 34 4>, 150 <0 35 4>; 172 interrupts = <0 17 4>; 195 interrupt-map = <0x3000 0 0 1 &MPIC 0 32 4>, // USB adapter 196 <0x3800 0 0 1 &MPIC 0 36 4>, 197 <0x4000 0 0 1 &MPIC 0 43 4>, // SATA 0 (PCIe expander) [all …]
|