Home
last modified time | relevance | path

Searched refs:TB (Results 1 – 28 of 28) sorted by relevance

/linux-4.1.27/Documentation/zh_CN/arm64/
Dmemory.txt36 分别都有 39-bit (512GB) 或 48-bit (256TB) 的虚拟地址空间。
37 对于页大小为 64KB的配置,仅使用 2 级转换表,有 42-bit (4TB) 的虚拟地址空间,但内存布局相同。
57 0000000000000000 0000ffffffffffff 256TB 用户空间
58 ffff000000000000 ffffffffffffffff 256TB 内核空间
65 0000000000000000 000003ffffffffff 4TB 用户空间
66 fffffc0000000000 ffffffffffffffff 4TB 内核空间
73 0000000000000000 0000ffffffffffff 256TB 用户空间
74 ffff000000000000 ffffffffffffffff 256TB 内核空间
/linux-4.1.27/drivers/ide/
Dpdc202xx_old.c31 u8 TA = 0, TB = 0, TC = 0; in pdc202xx_set_mode() local
39 case XFER_UDMA_4: TB = 0x20; TC = 0x01; break; in pdc202xx_set_mode()
40 case XFER_UDMA_2: TB = 0x20; TC = 0x01; break; in pdc202xx_set_mode()
42 case XFER_UDMA_1: TB = 0x40; TC = 0x02; break; in pdc202xx_set_mode()
44 case XFER_MW_DMA_2: TB = 0x60; TC = 0x03; break; in pdc202xx_set_mode()
45 case XFER_MW_DMA_1: TB = 0x60; TC = 0x04; break; in pdc202xx_set_mode()
46 case XFER_MW_DMA_0: TB = 0xE0; TC = 0x0F; break; in pdc202xx_set_mode()
47 case XFER_PIO_4: TA = 0x01; TB = 0x04; break; in pdc202xx_set_mode()
48 case XFER_PIO_3: TA = 0x02; TB = 0x06; break; in pdc202xx_set_mode()
49 case XFER_PIO_2: TA = 0x03; TB = 0x08; break; in pdc202xx_set_mode()
[all …]
/linux-4.1.27/Documentation/arm64/
Dmemory.txt12 (256TB) virtual addresses, respectively, for both user and kernel. With
13 64KB pages, only 2 levels of translation tables, allowing 42-bit (4TB)
36 0000000000000000 0000ffffffffffff 256TB user
37 ffff000000000000 ffffffffffffffff 256TB kernel
44 0000000000000000 000003ffffffffff 4TB user
45 fffffc0000000000 ffffffffffffffff 4TB kernel
52 0000000000000000 0000ffffffffffff 256TB user
53 ffff000000000000 ffffffffffffffff 256TB kernel
/linux-4.1.27/arch/x86/crypto/
Dsha1_avx2_x86_64_asm.S105 .set TB, REG_TB define
328 .set B, TB
329 .set TB, A define
358 mov B, TB
361 andn D, TB, T1
362 and C, TB
363 xor T1, TB
390 rorx $(32-30),A, TB /* b>>>2 for next round */
411 rorx $(32-30), A, TB /* b>>>2 for next round */
436 rorx $(32-30), A, TB /* b>>>2 for next round */
[all …]
/linux-4.1.27/Documentation/x86/x86_64/
Dmm.txt9 ffff880000000000 - ffffc7ffffffffff (=64 TB) direct mapping of all phys. memory
13 ffffea0000000000 - ffffeaffffffffff (=40 bits) virtual memory map (1TB)
15 ffffec0000000000 - fffffc0000000000 (=44 bits) kasan shadow memory (16TB)
/linux-4.1.27/Documentation/device-mapper/
Dzero.txt20 desired size of the sparse device. For this example, we'll assume a 10TB
23 TEN_TERABYTES=`expr 10 \* 1024 \* 1024 \* 1024 \* 2` # 10 TB in sectors
34 This will create a 10TB sparse device called /dev/mapper/sparse1 that has
/linux-4.1.27/block/
DKconfig27 bool "Support for large (2TB+) block devices and files"
31 Enable block devices or files of size 2TB and larger.
34 (2TB+) block devices, including RAID, disk, Network Block Device,
38 2TB.
/linux-4.1.27/drivers/net/fddi/skfp/
Dpcmplc.c256 (np == PB) ? TB : TM ; in pcm_init()
273 mib->fddiPORTMy_Type = (np == PB) ? TB : TA ; in pcm_init()
341 case TB : in pcm_init()
1292 mib->fddiPORTNeighborType = TB ; in pc_rcode_actions()
1428 if (mib->fddiPORTMy_Type == TB || mib->fddiPORTMy_Type == TM) in pc_tcode_actions()
1447 ((policy & POLICY_AB) && ne == TB) || in pc_tcode_actions()
1452 case TB : in pc_tcode_actions()
1455 ((policy & POLICY_BB) && ne == TB) || in pc_tcode_actions()
1463 ((policy & POLICY_SB) && ne == TB) || in pc_tcode_actions()
1471 ((policy & POLICY_MB) && ne == TB) || in pc_tcode_actions()
[all …]
Dcfm.c78 TNONE,TB,TB,TS,
79 TA,TB,TS,TB
132 case TB: in selection_criteria()
/linux-4.1.27/drivers/net/fddi/skfp/h/
Dsmtstate.h48 #define TB 1 macro
Dcmtdef.h122 #define TB 1 /* B port */ macro
/linux-4.1.27/Documentation/filesystems/
Dlogfs.txt235 logfs uses the top half of each inode's address space. The low 8TB
236 (on 32bit) are filled with file data, the high 8TB are used for
239 One problem is that 16TB files created on 64bit systems actually have
240 data in the top 8TB. But files >16TB would cause problems anyway, so
Dqnx6.txt30 2^32 * 4096 bytes or 16TB
Dxfs-self-describing-metadata.txt21 scripting to analyse the structure of a 100TB filesystem when trying to
Df2fs.txt415 4KB * (923 + 2 * 1018 + 2 * 1018 * 1018 + 1018 * 1018 * 1018) := 3.94TB.
Dext4.txt83 * ability to use filesystems > 16TB (e2fsprogs support not available yet)
/linux-4.1.27/tools/perf/Documentation/
Dperf-bench.txt144 Available units are B, KB, MB, GB and TB (case insensitive).
176 Available units are B, KB, MB, GB and TB (case insensitive).
/linux-4.1.27/arch/metag/tbx/
Dtbictx.S185 D SETD [A0.2++],TB
353 D GETD TB,[A0.2++]
/linux-4.1.27/arch/powerpc/kernel/
Dswsusp_asm64.S92 SAVE_SPECIAL(TB)
/linux-4.1.27/Documentation/
Dkasan.txt150 (e.g. 16TB to cover 128TB on x86_64) and uses direct mapping with a scale and
/linux-4.1.27/Documentation/virtual/kvm/devices/
Dvm.txt39 2048 MB, 4096 GB, 8192 TB respectively, as this limit is governed by
/linux-4.1.27/sound/oss/
DCHANGELOG100 - TB Maui initialization support
216 - Sample/patch/program loading for TB Maui/Tropez. No initialization
217 since TB doesn't allow me to release that code.
/linux-4.1.27/Documentation/x86/
Dintel_mpx.txt136 If we were to preallocate them for the 128TB of user virtual address
137 space, we would need to reserve 512TB+2GB, which is larger than the
/linux-4.1.27/Documentation/sound/oss/
DREADME.OSS473 MediaTrix AudioTrix Pro and TB Tropez (GUS MAX is not MSS compatible).
618 Crystal CS4232 and CS4236 based cards such as AcerMagic S23, TB Tropez _Plus_ and
851 "Support for TB Maui"
852 - This enables TB Maui specific initialization. Works with TB Maui
853 and TB Tropez (may not work with Tropez Plus).
1186 TB Tropez is based on the 82C929 chip. It has two MIDI ports.
/linux-4.1.27/Documentation/virtual/kvm/
Dmmu.txt140 by role.level (2MB for first level, 1GB for second level, 0.5TB for third
141 level, 256TB for fourth level)
/linux-4.1.27/arch/powerpc/xmon/
Dppc-opc.c1494 #define TB (268) macro
1503 value = TB; in insert_tbr()
1515 if (ret == TB) in extract_tbr()
/linux-4.1.27/Documentation/s390/
DDebugging390.txt242 currently 4TB of physical memory currently on z/Architecture.
339 4TB of virtual storage per process i.e.
/linux-4.1.27/drivers/scsi/
DKconfig1048 to addresses up to 1TB. When set to 2, the driver supports the