/linux-4.4.14/Documentation/zh_CN/arm64/ |
D | memory.txt | 36 分别都有 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.4.14/drivers/ide/ |
D | pdc202xx_old.c | 31 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.4.14/Documentation/arm64/ |
D | memory.txt | 12 (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.4.14/arch/x86/crypto/ |
D | sha1_avx2_x86_64_asm.S | 105 .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.4.14/Documentation/x86/x86_64/ |
D | mm.txt | 9 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.4.14/Documentation/device-mapper/ |
D | zero.txt | 20 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.4.14/block/ |
D | Kconfig | 27 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.4.14/drivers/net/fddi/skfp/ |
D | pcmplc.c | 256 (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 …]
|
D | cfm.c | 78 TNONE,TB,TB,TS, 79 TA,TB,TS,TB 132 case TB: in selection_criteria()
|
/linux-4.4.14/drivers/net/fddi/skfp/h/ |
D | smtstate.h | 48 #define TB 1 macro
|
D | cmtdef.h | 122 #define TB 1 /* B port */ macro
|
/linux-4.4.14/Documentation/filesystems/ |
D | logfs.txt | 235 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
|
D | qnx6.txt | 30 2^32 * 4096 bytes or 16TB
|
D | xfs-self-describing-metadata.txt | 21 scripting to analyse the structure of a 100TB filesystem when trying to
|
D | f2fs.txt | 418 4KB * (923 + 2 * 1018 + 2 * 1018 * 1018 + 1018 * 1018 * 1018) := 3.94TB.
|
D | ext4.txt | 83 * ability to use filesystems > 16TB (e2fsprogs support not available yet)
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-bench.txt | 144 Available units are B, KB, MB, GB and TB (case insensitive). 168 Available units are B, KB, MB, GB and TB (case insensitive).
|
/linux-4.4.14/arch/metag/tbx/ |
D | tbictx.S | 185 D SETD [A0.2++],TB 353 D GETD TB,[A0.2++]
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | swsusp_asm64.S | 92 SAVE_SPECIAL(TB)
|
/linux-4.4.14/Documentation/ |
D | kasan.txt | 150 (e.g. 16TB to cover 128TB on x86_64) and uses direct mapping with a scale and
|
/linux-4.4.14/Documentation/virtual/kvm/devices/ |
D | vm.txt | 39 2048 MB, 4096 GB, 8192 TB respectively, as this limit is governed by
|
/linux-4.4.14/sound/oss/ |
D | CHANGELOG | 100 - 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.4.14/Documentation/x86/ |
D | intel_mpx.txt | 136 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.4.14/Documentation/sound/oss/ |
D | README.OSS | 473 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.4.14/Documentation/virtual/kvm/ |
D | mmu.txt | 140 by role.level (2MB for first level, 1GB for second level, 0.5TB for third 141 level, 256TB for fourth level)
|
/linux-4.4.14/arch/powerpc/xmon/ |
D | ppc-opc.c | 1494 #define TB (268) macro 1503 value = TB; in insert_tbr() 1515 if (ret == TB) in extract_tbr()
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 242 currently 4TB of physical memory currently on z/Architecture. 339 4TB of virtual storage per process i.e.
|
/linux-4.4.14/drivers/scsi/ |
D | Kconfig | 1060 to addresses up to 1TB. When set to 2, the driver supports the
|