Home
last modified time | relevance | path

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

12

/Linux-v5.10/Documentation/x86/x86_64/
Dmm.rst12 - Negative addresses such as "-23 TB" are absolute addresses in bytes, counted down
16 For example 0xffffe90000000000 == -23 TB, it's 23 TB lower than the top of the
20 from TB to GB and then MB/KB.
22 - "16M TB" might look weird at first sight, but it's an easier way to visualize size
32 …0000000000000000 | 0 | 00007fffffffffff | 128 TB | user-space virtual memory, different …
35 …0000800000000000 | +128 TB | ffff7fffffffffff | ~16M TB | ... huge, almost 64 bits wide hole of…
36 … | | | | virtual memory addresses up to the -128 TB
43 …ffff800000000000 | -128 TB | ffff87ffffffffff | 8 TB | ... guard hole, also reserved for hyp…
44 ffff880000000000 | -120 TB | ffff887fffffffff | 0.5 TB | LDT remap for PTI
45 …ffff888000000000 | -119.5 TB | ffffc87fffffffff | 64 TB | direct mapping of all physical memory…
[all …]
/Linux-v5.10/Documentation/translations/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-v5.10/drivers/ide/
Dpdc202xx_old.c32 u8 TA = 0, TB = 0, TC = 0; in pdc202xx_set_mode() local
40 case XFER_UDMA_4: TB = 0x20; TC = 0x01; break; in pdc202xx_set_mode()
41 case XFER_UDMA_2: TB = 0x20; TC = 0x01; break; in pdc202xx_set_mode()
43 case XFER_UDMA_1: TB = 0x40; TC = 0x02; break; in pdc202xx_set_mode()
45 case XFER_MW_DMA_2: TB = 0x60; TC = 0x03; break; in pdc202xx_set_mode()
46 case XFER_MW_DMA_1: TB = 0x60; TC = 0x04; break; in pdc202xx_set_mode()
47 case XFER_MW_DMA_0: TB = 0xE0; TC = 0x0F; break; in pdc202xx_set_mode()
48 case XFER_PIO_4: TA = 0x01; TB = 0x04; break; in pdc202xx_set_mode()
49 case XFER_PIO_3: TA = 0x02; TB = 0x06; break; in pdc202xx_set_mode()
50 case XFER_PIO_2: TA = 0x03; TB = 0x08; break; in pdc202xx_set_mode()
[all …]
/Linux-v5.10/arch/x86/crypto/
Dsha1_avx2_x86_64_asm.S105 .set TB, REG_TB define
327 .set B, TB
328 .set TB, A define
357 mov B, TB
360 andn D, TB, T1
361 and C, TB
362 xor T1, TB
389 rorx $(32-30),A, TB /* b>>>2 for next round */
410 rorx $(32-30), A, TB /* b>>>2 for next round */
435 rorx $(32-30), A, TB /* b>>>2 for next round */
[all …]
/Linux-v5.10/Documentation/arm64/
Dmemory.rst13 (256TB) virtual addresses, respectively, for both user and kernel. With
14 64KB pages, only 2 levels of translation tables, allowing 42-bit (4TB)
33 0000000000000000 0000ffffffffffff 256TB user
34 ffff000000000000 ffff7fffffffffff 128TB kernel logical memory map
35 ffff800000000000 ffff9fffffffffff 32TB kasan shadow region
38 ffffa00010000000 fffffdffbffeffff ~93TB vmalloc
44 fffffdffffe00000 ffffffffffdfffff 2TB vmemmap
54 fff8000000000000 fffd9fffffffffff 1440TB [gap]
55 fffda00000000000 ffff9fffffffffff 512TB kasan shadow region
58 ffffa00010000000 fffff81ffffeffff ~88TB vmalloc
[all …]
/Linux-v5.10/Documentation/admin-guide/device-mapper/
Dzero.rst21 desired size of the sparse device. For this example, we'll assume a 10TB
24 TEN_TERABYTES=`expr 10 \* 1024 \* 1024 \* 1024 \* 2` # 10 TB in sectors
35 This will create a 10TB sparse device called /dev/mapper/sparse1 that has
Ddm-zoned.rst24 and memory usage as well as storage capacity loss). For a 10TB
/Linux-v5.10/drivers/net/fddi/skfp/
Dpcmplc.c249 (np == PB) ? TB : TM ; in pcm_init()
266 mib->fddiPORTMy_Type = (np == PB) ? TB : TA ; in pcm_init()
334 case TB : in pcm_init()
1274 mib->fddiPORTNeighborType = TB ; in pc_rcode_actions()
1411 if (mib->fddiPORTMy_Type == TB || mib->fddiPORTMy_Type == TM) in pc_tcode_actions()
1430 ((policy & POLICY_AB) && ne == TB) || in pc_tcode_actions()
1435 case TB : in pc_tcode_actions()
1438 ((policy & POLICY_BB) && ne == TB) || in pc_tcode_actions()
1446 ((policy & POLICY_SB) && ne == TB) || in pc_tcode_actions()
1454 ((policy & POLICY_MB) && ne == TB) || in pc_tcode_actions()
[all …]
Dcfm.c68 TNONE,TB,TB,TS,
69 TA,TB,TS,TB
122 case TB: in selection_criteria()
/Linux-v5.10/drivers/net/fddi/skfp/h/
Dsmtstate.h44 #define TB 1 macro
Dcmtdef.h123 #define TB 1 /* B port */ macro
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dpipeline.dot4 rankdir=TB
/Linux-v5.10/Documentation/admin-guide/media/
Drkisp1.dot2 rankdir=TB
Dvimc.dot4 rankdir=TB
Dqcom_camss_graph.dot4 rankdir=TB
Dimx6q-sabreauto.dot2 rankdir=TB
Dimx6q-sabresd.dot2 rankdir=TB
Dqcom_camss_8x96_graph.dot4 rankdir=TB
/Linux-v5.10/tools/perf/Documentation/
Dperf-bench.txt161 Available units are B, KB, MB, GB and TB (case insensitive).
185 Available units are B, KB, MB, GB and TB (case insensitive).
/Linux-v5.10/fs/unicode/
Dutf8-norm.c266 #define TB (0x11A7) macro
303 h += utf8encode3((char *)h, ti + TB); in utf8hangul()
/Linux-v5.10/arch/powerpc/kernel/
Dswsusp_asm64.S92 SAVE_SPECIAL(TB)
/Linux-v5.10/lib/
DKconfig.kasan145 to 3TB of RAM with KASan enabled). This options allows to force
/Linux-v5.10/Documentation/dev-tools/
Dkasan.rst168 Generic KASAN dedicates 1/8th of kernel memory to its shadow memory (e.g. 16TB
169 to cover 128TB on x86_64) and uses direct mapping with a scale and offset to
/Linux-v5.10/Documentation/filesystems/
Derofs.rst30 - Currently 4KB block size (nobh) and therefore maximum 16TB address space;
Dqnx6.rst36 2^32 * 4096 bytes or 16TB

12