Home
last modified time | relevance | path

Searched +full:4 +full:kb (Results 1 – 25 of 786) sorted by relevance

12345678910>>...32

/freebsd/lib/libpmc/pmu-events/arch/arm64/freescale/imx8mp/sys/
H A Dmetrics.json6 "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 DMemoryAllocationLib.h18 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 Dbhndb_pcireg.h37 * 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 Dvga.c46 #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 Dsym.4210 .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 DREADME30 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 Dsbni.470 .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 Dhammer2_disk.h76 * 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/heimdal/lib/krb5/
H A Dcrypto-arcfour.c71 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/sys/x86/x86/
H A Didentcpu.c22 * 4. Neither the name of the University nor the names of its contributors
196 "Intel Pentium 4"
219 { "Pentium 4", CPUCLASS_686 }, /* CPU_P4 */
249 u_int regs[4], i; in printcpuinfo()
385 strcat(cpu_model, "Pentium 4"); in printcpuinfo()
798 "\004PSE" /* 4MByte page tables */ in printcpuinfo()
924 "\021FMA4" /* 4-operand FMA instructions */ in printcpuinfo()
1291 * F E D C B A 9 8 7 6 5 4 3 2 1 0
1381 u_int leaf, regs[4]; in identify_hypervisor_cpuid_base()
1390 * http://kb.vmware.com/kb/1009458 in identify_hypervisor_cpuid_base()
[all …]
/freebsd/contrib/bearssl/src/ssl/
H A Dssl_engine.c152 * 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/contrib/bearssl/src/symcipher/
H A Daes_x86ni.c53 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 Dzynqmp-sm-k26-revA.dts49 device_type = "memory"; /* 4GB */
94 <&xilinx_ams 3>, <&xilinx_ams 4>, <&xilinx_ams 5>,
136 spi-tx-bus-width = <4>;
137 spi-rx-bus-width = <4>;
147 reg = <0x0 0x80000>; /* 512KB */
153 reg = <0x80000 0x80000>; /* 512KB */
159 reg = <0x100000 0x20000>; /* 128KB */
163 reg = <0x120000 0x20000>; /* 128KB */
167 reg = <0x140000 0xC0000>; /* 768KB */
175 reg = <0xF00000 0x80000>; /* 512KB */
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYBaseInfo.h30 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/arm64/include/
H A Dvmparam.h89 * 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
318 #define ZERO_REGION_SIZE (64 * 1024) /* 64KB */
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Dp1021rdb-pc.dtsi46 /* 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 Dp1024rdb.dtsi46 /* 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 Dp1020rdb-pc.dtsi46 /* 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 Dp1020rdb.dtsi46 /* 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 */
H A Dp2020rdb-pc.dtsi46 /* 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 Dp2020rdb.dts46 /* 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 */
159 /* 512KB for u-boot Bootloader Image */
166 /* 512KB for DTB Image */
173 /* 4MB for Linux Kernel Image */
180 /* 4MB for Compressed RFS Image */
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/block_cloning/
H A Dblock_cloning_lwb_buffer_overflow.ksh32 # Test for LWB buffer overflow with multiple VDEVs ZIL when 128KB
33 # block write is split into two 68KB ones, trying to write maximum
34 # sizes 128KB TX_CLONE_RANGE record with 1022 block pointers into
35 # 68KB buffer.
40 # pointers into 68KB buffer
42 # 4. Clone the file
75 # an assert is hit when 128KB block write is split into two 68KB ones
/freebsd/sys/dts/arm/
H A Dannapurna-alpine.dts119 // 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 …]
/freebsd/contrib/file/magic/Magdir/
H A Dvirtual10 # Reference: https://download.microsoft.com/download/f/f/e/ffef50a5-07dd-4cf8-aaa3-442c0673a029/
83 # VHDX_HEADER signature. 1 header is stored at offset 64KB and the other at 128KB
90 # The Checksum field is a CRC-32C hash over the entire 4 KB structure
115 #>>>(0x10048.q+4) ulelong x \b, Log CRC %#x
116 # Log Entry Length must be a multiple of 4 KB
117 >>>(0x10048.q+8) ulelong/1024 >4 \b, EntryLength %u KB
118 # Log Entry Tail must be a multiple of 4 KB
122 # Log Entry DescriptorCount may be zero. only 4 bytes in other docs instead 8
137 # VHDX_REGION_TABLE_HEADER Signature 0x69676572~regi at offset 192 KB and 256 KB
140 # region Checksum. CRC-32C hash over the entire 64-KB table
[all …]
/freebsd/sys/dev/cesa/
H A Dcesa.h36 * CESA is able to process data only in CESA SRAM, which is quite small (2 kB).
39 * packets and each packet can hold about 1.75 kB of data.
41 * To process each packet we need at least 1 SA descriptor and at least 4 TDMA
49 * Expected average request size: 1.5 kB (Ethernet MTU)
50 * Packets per average request: (1.5 kB / 1.75 kB) = 1
60 /* Values below are optimized for requests containing about 1.5 kB of data */
280 #define CESA_CSHD_MD5 (4 << 4)
281 #define CESA_CSHD_SHA1 (5 << 4)
282 #define CESA_CSHD_SHA2_256 (1 << 4)
283 #define CESA_CSHD_MD5_HMAC (6 << 4)
[all …]

12345678910>>...32