Home
last modified time | relevance | path

Searched +full:16 +full:mb (Results 1 – 25 of 835) sorted by relevance

12345678910>>...34

/freebsd/usr.bin/localedef/
H A Dwide.c90 { "EUC-CN", "EUC-CN", 16, towide_euccn, tomb_mbs },
91 { "eucCN", "EUC-CN", 16, towide_euccn, tomb_mbs },
101 { "EUC-KR", "EUC-KR", 16, towide_euckr, tomb_mbs },
102 { "eucKR", "EUC-KR", 16, towide_euckr, tomb_mbs },
112 { "MS_Kanji", "MSKanji", 16, towide_mskanji, tomb_mbs },
113 { "MSKanji", "MSKanji", 16, towide_mskanji, tomb_mbs },
114 { "PCK", "MSKanji", 16, towide_mskanji, tomb_mbs },
115 { "SJIS", "MSKanji", 16, towide_mskanji, tomb_mbs },
116 { "Shift_JIS", "MSKanji", 16, towide_mskanji, tomb_mbs },
118 { "BIG5", "BIG5", 16, towide_big5, tomb_mbs },
[all …]
/freebsd/tools/tools/nanobsd/
H A DFlashDevice.sub45 256|256mb)
59 256|256mb)
61 NANO_HEADS=16
73 64|64mb)
87 512|512mb)
90 NANO_HEADS=16
110 32|32mb)
115 64|64mb)
120 128|128mb)
125 256|256mb)
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dv3-v360epc-pci.txt11 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
44 0x60000000 0 0x01000000 /* 16 MiB @ LB 60000000 */
50 0x20000000 0 0x20000000 /* 512 MB @ LB 20000000 1:1 */
59 0x4800 0 0 4 &pic 16 /* INT D on slot 9 is irq 16 */
63 0x5000 0 0 3 &pic 16 /* INT C on slot 10 is irq 16 */
67 0x5800 0 0 2 &pic 16 /* INT B on slot 11 is irq 16 */
71 0x6000 0 0 1 &pic 16 /* INT A on slot 12 is irq 16 */
/freebsd/tools/tools/crypto/
H A DREADME18 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/sys/netsmb/
H A Dsmb_crypt.c105 smb_E(S21 + 14, C8, RN + 16); in smb_encrypt()
134 smb_E(S21 + 14, C8, RN + 16); in smb_ntencrypt()
148 u_char S16[16], S21[21]; in smb_calcmackey()
161 * The partial MAC key is the concatenation of the 16 byte session in smb_calcmackey()
164 vcp->vc_mackeylen = 16 + 24; in smb_calcmackey()
179 MD4Update(&md4, S16, 16); in smb_calcmackey()
188 bcopy(S16, S21, 16); in smb_calcmackey()
189 smb_E(S21, vcp->vc_ch, vcp->vc_mackey + 16); in smb_calcmackey()
204 struct mbuf *mb; in smb_rq_sign() local
206 u_char digest[16]; in smb_rq_sign()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Dbrt_impl.h38 * We divide each VDEV into 16MB chunks. Each chunk is represented in memory
39 * by a 16bit counter, thus 1TB VDEV requires 128kB of memory: (1TB / 16MB) * 2B
45 * This value cannot be larger than 16MB, at least as long as we support
47 * 32768 blocks in 16MB. In 32MB we could have 65536 blocks, which is one too
48 * many for a 16bit counter.
50 #define BRT_RANGESIZE (16 * 1024 * 1024)
57 * entcounts take 128MB of memory ((64TB / 16MB) * 2B). We can divide this
58 * 128MB array of entcounts into 32kB disk blocks, as we don't want to update
59 * the whole 128MB on disk when we have updated only a single entcount.
60 * We maintain a bitmap where each 32kB disk block within 128MB entcounts array
/freebsd/sys/arm/ti/
H A Dti_machdep.c96 * peripherals using 1mb section mappings.
102 devmap_add_entry(0x48000000, 0x01000000); /*16mb L4_PER devices */ in ti_omap4_devmap_init()
103 devmap_add_entry(0x4A000000, 0x01000000); /*16mb L4_CFG devices */ in ti_omap4_devmap_init()
113 devmap_add_entry(0x44C00000, 0x00400000); /* 4mb L4_WKUP devices*/ in ti_am335x_devmap_init()
114 devmap_add_entry(0x47400000, 0x00100000); /* 1mb USB */ in ti_am335x_devmap_init()
115 devmap_add_entry(0x47800000, 0x00100000); /* 1mb mmchs2 */ in ti_am335x_devmap_init()
116 devmap_add_entry(0x48000000, 0x01000000); /*16mb L4_PER devices */ in ti_am335x_devmap_init()
117 devmap_add_entry(0x49000000, 0x00100000); /* 1mb edma3 */ in ti_am335x_devmap_init()
118 devmap_add_entry(0x49800000, 0x00300000); /* 3mb edma3 */ in ti_am335x_devmap_init()
119 devmap_add_entry(0x4A000000, 0x01000000); /*16mb L4_FAST devices*/ in ti_am335x_devmap_init()
/freebsd/sys/amd64/include/
H A Dvmparam.h76 * direct mapped segment. This uses 2MB pages for reduced
119 #define VM_LOWMEM_BOUNDARY (16 << 20) /* 16MB ISA DMA limit */
123 * physical address 4G is at least 16M, which amounts to 64GB of physical
129 * An allocation size of 16MB is supported in order to optimize the
131 * at most 8 PDEs, collectively mapping 16MB of physical memory. By
132 * reducing the number of distinct 16MB "pages" that are used by UMA,
133 * the physical memory allocator reduces the likelihood of both 2MB
134 * page TLB misses and cache misses caused by 2MB page TLB misses.
160 * Needs to be aligned at 2MB superpage boundary.
286 #define VM_INITIAL_PAGEIN 16
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/northstar2/
H A Dns2-xmc.dts83 nand-bus-width = <16>;
84 brcm,nand-oob-sector-size = <16>;
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/sys/arm64/include/
H A Dvmparam.h97 * 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
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.
303 #define VM_INITIAL_PAGEIN 16
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/
H A Dintel-ixp4xx.dtsi18 * The IXP4xx expansion bus is a set of up to 7 each up to 16MB
19 * windows in the 256MB space from 0x50000000 to 0x5fffffff.
64 * 64MB 32bit non-prefetchable memory 0x48000000-0x4bffffff
65 * done in 4 chunks of 16MB each.
74 * using 4 1:1 16MB windows, so the RAM should not be more than
75 * 64 MB for this to work. If your memory is anywhere else
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_sis.c166 pqisrc_send_sis_cmd(pqisrc_softstate_t *softs, uint32_t *mb) in pqisrc_send_sis_cmd() argument
179 PCI_MEM_PUT32(softs, &softs->ioa_reg->mb[i], in pqisrc_send_sis_cmd()
180 LEGACY_SIS_SRCV_MAILBOX+i*4, LE_32(mb[i])); in pqisrc_send_sis_cmd()
202 DBG_ERR("Sync command %x, timedout\n", mb[0]); in pqisrc_send_sis_cmd()
207 mb[0] = LE_32(PCI_MEM_GET32(softs, &softs->ioa_reg->mb[0], LEGACY_SIS_SRCV_MAILBOX)); in pqisrc_send_sis_cmd()
209 if (mb[0] != SIS_CMD_STATUS_SUCCESS) { in pqisrc_send_sis_cmd()
211 mb[0]); in pqisrc_send_sis_cmd()
218 mb[i] = LE_32(PCI_MEM_GET32(softs, &softs->ioa_reg->mb[i], LEGACY_SIS_SRCV_MAILBOX+i*4)); in pqisrc_send_sis_cmd()
234 uint32_t mb[6] = {0}; in pqisrc_get_adapter_properties() local
238 mb[0] = SIS_CMD_GET_ADAPTER_PROPERTIES; in pqisrc_get_adapter_properties()
[all …]
/freebsd/sys/x86/x86/
H A Didentcpu.c176 char hv_vendor[16];
823 "\035HTT" /* Hyperthreading (see EBX bit 16-23) */ in printcpuinfo()
1289 * identifycyrix() set lower 16 bits of cyrix_did as follows:
1818 case 8: printf(", 16-way associative\n"); break; in print_AMD_l2_assoc()
1834 printf("L1 2MB data TLB: %d entries", (regs[0] >> 16) & 0xff); in print_AMD_info()
1837 printf("L1 2MB instruction TLB: %d entries", regs[0] & 0xff); in print_AMD_info()
1840 printf("L1 4KB data TLB: %d entries", (regs[1] >> 16) & 0xff); in print_AMD_info()
1849 print_AMD_assoc((regs[2] >> 16) & 0xff); in print_AMD_info()
1854 print_AMD_assoc((regs[3] >> 16) & 0xff); in print_AMD_info()
1859 if ((regs[0] >> 16) != 0) { in print_AMD_info()
[all …]
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Dkirkwood-laplug.dts20 reg = <0x00000000 0x8000000>; /* 128 MB */
38 pagesize = <16>;
126 /* Total size : 512MB */
131 reg = <0x0 0x100000>; /* 1MB */
137 reg = <0x100000 0x1000000>; /* 16MB */
142 reg = <0x1100000 0x1EF00000>; /* 495MB */
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTOptions.td17 "specify size using multiples of unit bytes, e.g., 4KB, 1MB, 1MiB, "
45 "packets as: 2 ^ (value + 11), e.g. value 3 means 16KiB between "
60 "16KiB or 1MB. Lower case units are allowed for convenience.">;
94 "if needed. Defaults to 500MB. It's possible to specify a unit for "
95 "these bytes, like 4KB, 16KiB or 1MB. Lower case units are allowed "
123 "packets as: 2 ^ (value + 11), e.g. value 3 means 16KiB between "
/freebsd/share/examples/pf/
H A Dqueue413 altq on dc0 bandwidth 16Mb hfsc queue { eng law art }
14 queue eng bandwidth 10Mb { cs ee ie }
18 queue law bandwidth 3Mb
19 queue art bandwidth 3Mb
/freebsd/usr.sbin/fstyp/
H A Dhammer2_disk.h76 * are always 64KB. Logical file buffers are typically 16KB. All data
90 * which is 2^16. Larger extents may be supported in the future. Smaller
101 * 16(datablk) + 9 + 9 + 9 + 9 + 9 + 9 = ~70.
102 * 16(datablk) + 7 + 9 + 9 + 9 + 9 + 9 = ~68. (smaller top level indblk)
110 #define HAMMER2_RADIX_MAX 16 /* maximum allocation size 2^N */
128 * HAMMER2_SEGSIZE - Allocation map segment size, typically 4MB
135 #define HAMMER2_PBUFRADIX 16 /* physical buf (1<<16) bytes */
141 * Generally speaking we want to use 16K and 64K I/Os
168 * Indirect blocks are typically either 4KB (64 blockrefs / ~4MB represente
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.h76 static inline bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { in isRunOfOnes()
82 MB = llvm::countl_zero(Val); in isRunOfOnes64()
92 MB = llvm::countl_zero((Val - 1) ^ Val) + 1; in isRunOfOnes64()
100 static inline bool isRunOfOnes64(uint64_t Val, unsigned &MB, unsigned &ME) { in isRunOfOnes64()
106 MB = llvm::countl_zero(Val);
116 MB = llvm::countl_zero((Val - 1) ^ Val) + 1;
204 X##12, X##13, X##14, X##15, X##16, X##17, X##18, X##19, X##20, X##21, \
210 X##0, X##2, X##4, X##6, X##8, X##10, X##12, X##14, X##16, X##18, X##20, \
217 X##12, X##13, X##14, X##15, X##16, X##17, X##18, X##19, X##20, X##21, \
228 X##12, X##13, X##14, X##15, X##16,
57 isRunOfOnes(unsigned Val,unsigned & MB,unsigned & ME) isRunOfOnes() argument
81 isRunOfOnes64(uint64_t Val,unsigned & MB,unsigned & ME) isRunOfOnes64() argument
[all...]
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c67 ipoib_dbg_mcast(mcast->priv, "deleting multicast group %16D\n", in ipoib_mcast_free()
180 ipoib_warn(priv, "multicast group %16D already attached\n", in ipoib_mcast_join_finish()
189 ipoib_warn(priv, "couldn't attach QP to multicast group %16D\n", in ipoib_mcast_join_finish()
221 ipoib_dbg_mcast(priv, "MGID %16D AV %p, LID 0x%04x, SL %d\n", in ipoib_mcast_join_finish()
233 struct mbuf *mb; in ipoib_mcast_join_finish() local
234 _IF_DEQUEUE(&mcast->pkt_queue, mb); in ipoib_mcast_join_finish()
235 mb->m_pkthdr.rcvif = dev; in ipoib_mcast_join_finish()
237 if (if_transmit(dev, mb)) in ipoib_mcast_join_finish()
261 ipoib_dbg_mcast(priv, "multicast join failed for %16D, status %d\n", in ipoib_mcast_sendonly_join_complete()
316 ipoib_dbg_mcast(priv, "no multicast record for %16D, starting join\n", in ipoib_mcast_sendonly_join()
[all …]
H A Dipoib.h133 IPOIB_MAX_PATH_REC_QUEUE = 16,
134 IPOIB_MAX_MCAST_QUEUE = 16,
147 IPOIB_MAX_BACKOFF_SECONDS = 16,
157 MAX_SEND_CQE = 16,
201 struct mbuf *mb; member
206 struct mbuf *mb; member
211 struct mbuf *mb; member
216 struct mbuf *mb; member
454 void ipoib_send(struct ipoib_dev_priv *priv, struct mbuf *mb,
480 void ipoib_mcast_send(struct ipoib_dev_priv *priv, void *mgid, struct mbuf *mb);
[all …]
/freebsd/sys/riscv/include/
H A Dvmparam.h89 * 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.
232 #define VM_INITIAL_PAGEIN 16
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h73 #define SDP_TX_POLL_MODER 16
96 /* mb inlined data len - rest will be rx'ed into frags */
102 #define SDP_MAX_PACKET (1 << 16)
136 #define BZCOPY_STATE(mb) (SDP_SKB_CB(mb)->bz) argument
137 #define RX_SRCAVAIL_STATE(mb) (SDP_SKB_CB(mb)->rx_sa) argument
138 #define TX_SRCAVAIL_STATE(mb) (SDP_SKB_CB(mb)->tx_sa) argument
203 struct mbuf *mb; member
507 struct mbuf *mb; in sdp_alloc_mb() local
509 MGETHDR(mb, wait, MT_DATA); in sdp_alloc_mb()
510 if (mb == NULL) in sdp_alloc_mb()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp45 Alignment = 16; in allocateSection()
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()
138 if (FreeSize > 16) { in allocateSection()
[all …]
/freebsd/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c95 #define Mb(x) (x*1000) macro
102 [0] = { .phy = CCK, 1000, 0x00, B(2), 0 },/* 1 Mb */
103 [1] = { .phy = CCK, 2000, 0x04, B(4), 1 },/* 2 Mb */
104 [2] = { .phy = CCK, 5500, 0x04, B(11), 1 },/* 5.5 Mb */
105 [3] = { .phy = CCK, 11000, 0x04, B(22), 1 },/* 11 Mb */
106 [4] = { .phy = PBCC, 22000, 0x04, 44, 3 } /* 22 Mb */
209 #undef Mb
250 * XXX for 11g the control rate to use for 5.5 and 11 Mb/s in ieee80211_setup_ratetable()
253 * 2Mb/s rate which will work but is suboptimal in ieee80211_setup_ratetable()
294 #define OFDM_SIFS_TIME 16
[all …]
/freebsd/sys/dts/powerpc/
H A Dp1020rdb.dts111 /* 3.5 MB for Linux Kernel Image */
118 /* 11MB for JFFS2 based Root file System */
142 /* 1MB for u-boot Bootloader Image */
149 /* 1MB for DTB Image */
156 /* 4MB for Linux Kernel Image */
163 /* 4MB for Compressed Root file System Image */
170 /* 7MB for JFFS2 based Root file System */
176 /* 15MB for JFFS2 based Root file System */
208 interrupts = <16 2>;
216 interrupts = <16 2>;
[all …]

12345678910>>...34