Home
last modified time | relevance | path

Searched full:gb (Results 1 – 25 of 710) sorted by relevance

12345678910>>...29

/linux/drivers/staging/greybus/
H A DMakefile6 gb-bootrom-y := bootrom.o
7 gb-camera-y := camera.o
8 gb-firmware-y := fw-core.o fw-download.o fw-management.o authentication.o
9 gb-spilib-y := spilib.o
10 gb-hid-y := hid.o
11 gb-light-y := light.o
12 gb-log-y := log.o
13 gb-loopback-y := loopback.o
14 gb-power-supply-y := power_supply.o
15 gb-raw-y := raw.o
[all …]
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.h81 [10] = ICE_PHY_TYPE(5GB, 5000baseT_Full),
82 [11] = ICE_PHY_TYPE(5GB, 5000baseT_Full),
83 [12] = ICE_PHY_TYPE(10GB, 10000baseT_Full),
84 [13] = ICE_PHY_TYPE(10GB, 10000baseCR_Full),
85 [14] = ICE_PHY_TYPE(10GB, 10000baseSR_Full),
86 [15] = ICE_PHY_TYPE(10GB, 10000baseLR_Full),
87 [16] = ICE_PHY_TYPE(10GB, 10000baseKR_Full),
88 [17] = ICE_PHY_TYPE(10GB, 10000baseCR_Full),
89 [18] = ICE_PHY_TYPE(10GB, 10000baseKR_Full),
90 [19] = ICE_PHY_TYPE(25GB, 25000baseCR_Full),
[all …]
/linux/drivers/scsi/qla2xxx/
H A Dqla_devtbl.h8 "QLA2340", "133MHz PCI-X to 2Gb FC, Single Channel", /* 0x100 */
9 "QLA2342", "133MHz PCI-X to 2Gb FC, Dual Channel", /* 0x101 */
10 "QLA2344", "133MHz PCI-X to 2Gb FC, Quad Channel", /* 0x102 */
11 "QCP2342", "cPCI to 2Gb FC, Dual Channel", /* 0x103 */
12 "QSB2340", "SBUS to 2Gb FC, Single Channel", /* 0x104 */
13 "QSB2342", "SBUS to 2Gb FC, Dual Channel", /* 0x105 */
14 "QLA2310", "Sun 66MHz PCI-X to 2Gb FC, Single Channel", /* 0x106 */
15 "QLA2332", "Sun 66MHz PCI-X to 2Gb FC, Single Channel", /* 0x107 */
16 "QCP2332", "Sun cPCI to 2Gb FC, Dual Channel", /* 0x108 */
17 "QCP2340", "cPCI to 2Gb FC, Single Channel", /* 0x109 */
[all …]
/linux/Documentation/translations/zh_CN/arch/riscv/
H A Dvm-layout.rst44 0000000000000000 | 0 | 0000003fffffffff | 256 GB | 用户空间虚拟内存,每个内存管理器不同
47 0000004000000000 | +256 GB | ffffffbfffffffff | ~16M TB | ... 巨大的、几乎64位宽的直到内核映射的-256GB地方
55 ffffffc6fee00000 | -228 GB | ffffffc6feffffff | 2 MB | fixmap
56 ffffffc6ff000000 | -228 GB | ffffffc6ffffffff | 16 MB | PCI io
57 ffffffc700000000 | -228 GB | ffffffc7ffffffff | 4 GB | vmemmap
58 ffffffc800000000 | -224 GB | ffffffd7ffffffff | 64 GB | vmalloc/ioremap space
59 ffffffd800000000 | -160 GB | fffffff6ffffffff | 124 GB | 直接映射所有物理内存
60 fffffff700000000 | -36 GB | fffffffeffffffff | 32 GB | kasan
66 ffffffff00000000 | -4 GB | ffffffff7fffffff | 2 GB | modules, BPF
67 ffffffff80000000 | -2 GB | ffffffffffffffff | 2 GB | kernel
[all …]
/linux/Documentation/arch/riscv/
H A Dvm-layout.rst39 …0000000000000000 | 0 | 0000003fffffffff | 256 GB | user-space virtual memory, different …
42 …0000004000000000 | +256 GB | ffffffbfffffffff | ~16M TB | ... huge, almost 64 bits wide hole of…
43 … | | | | virtual memory addresses up to the -256 GB
50 ffffffc4fea00000 | -236 GB | ffffffc4feffffff | 6 MB | fixmap
51 ffffffc4ff000000 | -236 GB | ffffffc4ffffffff | 16 MB | PCI io
52 ffffffc500000000 | -236 GB | ffffffc5ffffffff | 4 GB | vmemmap
53 ffffffc600000000 | -232 GB | ffffffd5ffffffff | 64 GB | vmalloc/ioremap space
54 … ffffffd600000000 | -168 GB | fffffff5ffffffff | 128 GB | direct mapping of all physical memory
56 fffffff700000000 | -36 GB | fffffffeffffffff | 32 GB | kasan
62 ffffffff00000000 | -4 GB | ffffffff7fffffff | 2 GB | modules, BPF
[all …]
/linux/drivers/input/joystick/
H A Dsidewinder.c191 * sw_get_bits() and GB() compose bits from the triplet buffer into a __u64.
197 #define GB(pos,num) sw_get_bits(buf, pos, num, sw->bits) macro
292 if (sw_check(GB(0,64)) || (hat = (GB(6,1) << 3) | GB(60,3)) > 8) in sw_parse()
297 input_report_abs(dev, ABS_X, (GB( 3,3) << 7) | GB(16,7)); in sw_parse()
298 input_report_abs(dev, ABS_Y, (GB( 0,3) << 7) | GB(24,7)); in sw_parse()
299 input_report_abs(dev, ABS_RZ, (GB(35,2) << 7) | GB(40,7)); in sw_parse()
300 input_report_abs(dev, ABS_THROTTLE, (GB(32,3) << 7) | GB(48,7)); in sw_parse()
306 input_report_key(dev, sw_btn[SW_ID_3DP][j], !GB(j+8,1)); in sw_parse()
308 input_report_key(dev, BTN_BASE4, !GB(38,1)); in sw_parse()
309 input_report_key(dev, BTN_BASE5, !GB(37,1)); in sw_parse()
[all …]
/linux/include/linux/
H A Dxxhash.h51 * xxHash 5.4 GB/s 10
52 * CrapWow 3.2 GB/s 2 Andrew
53 * MumurHash 3a 2.7 GB/s 10 Austin Appleby
54 * SpookyHash 2.0 GB/s 10 Bob Jenkins
55 * SBox 1.4 GB/s 9 Bret Mulvey
56 * Lookup3 1.2 GB/s 9 Bob Jenkins
57 * SuperFastHash 1.2 GB/s 1 Paul Hsieh
58 * CityHash64 1.05 GB/s 10 Pike & Alakuijala
59 * FNV 0.55 GB/s 5 Fowler, Noll, Vo
60 * CRC32 0.43 GB/s 9
[all …]
/linux/tools/perf/pmu-events/arch/arm64/fujitsu/monaka/
H A Dtlb.json62 … "BriefDescription": "This event counts operations that cause a TLB access to the L1I in 1GB page."
67 …"BriefDescription": "This event counts operations that cause a TLB access to the L1I in 16GB page."
97 … "BriefDescription": "This event counts operations that cause a TLB access to the L1D in 1GB page."
102 …"BriefDescription": "This event counts operations that cause a TLB access to the L1D in 16GB page."
132 … "BriefDescription": "This event counts operations that cause a TLB refill of the L1I in 1GB page."
137 …"BriefDescription": "This event counts operations that cause a TLB refill of the L1I in 16GB page."
167 … "BriefDescription": "This event counts operations that cause a TLB refill of the L1D in 1GB page."
172 …"BriefDescription": "This event counts operations that cause a TLB refill of the L1D in 16GB page."
202 … "BriefDescription": "This event counts operations that cause a TLB access to the L2I in 1GB page."
207 …"BriefDescription": "This event counts operations that cause a TLB access to the L2I in 16GB page."
[all …]
/linux/Documentation/arch/x86/x86_64/
H A Dmm.rst20 from TB to GB and then MB/KB.
74 ffffff8000000000 | -512 GB | ffffffeeffffffff | 444 GB | ... unused hole
75 ffffffef00000000 | -68 GB | fffffffeffffffff | 64 GB | EFI region mapping space
76 ffffffff00000000 | -4 GB | ffffffff7fffffff | 2 GB | ... unused hole
77 …ffffffff80000000 | -2 GB | ffffffff9fffffff | 512 MB | kernel text mapping, mapped to physic…
144 ffffff8000000000 | -512 GB | ffffffeeffffffff | 444 GB | ... unused hole
145 ffffffef00000000 | -68 GB | fffffffeffffffff | 64 GB | EFI region mapping space
146 ffffffff00000000 | -4 GB | ffffffff7fffffff | 2 GB | ... unused hole
147 …ffffffff80000000 | -2 GB | ffffffff9fffffff | 512 MB | kernel text mapping, mapped to physic…
166 We map EFI runtime services in the 'efi_pgd' PGD in a 64GB large virtual
/linux/drivers/staging/greybus/Documentation/firmware/
H A Dfirmware-management51 and will be named gb-fw-mgmt-<N>. The number <N> is assigned at runtime.
56 There can be multiple devices present in /dev/ directory with name gb-fw-mgmt-N
66 /sys/bus/greybus/devices/1-1/1-1.1/1-1.1.1/gb_fw_mgmt/gb-fw-mgmt-0
68 The last name in this path: gb-fw-mgmt-0 is precisely the name of the char
71 /dev/gb-fw-mgmt-0.
76 The Character device (gb-fw-mgmt-0 in example) can be opened by the userspace
188 directory and will be named gb-authenticate-<N>. The number <N> is assigned at
195 gb-authenticate-N and user first needs to identify the character device used for
204 /sys/bus/greybus/devices/1-1/1-1.1/1-1.1.1/gb_authenticate/gb-authenticate-0
206 The last name in this path: gb-authenticate-0 is precisely the name of the char
[all …]
/linux/arch/powerpc/include/asm/book3s/64/
H A Dradix-4k.h9 #define RADIX_PMD_INDEX_SIZE 9 // size: 8B << 9 = 4KB, maps 2^9 x 2MB = 1GB
10 #define RADIX_PUD_INDEX_SIZE 9 // size: 8B << 9 = 4KB, maps 2^9 x 1GB = 512GB
11 #define RADIX_PGD_INDEX_SIZE 13 // size: 8B << 13 = 64KB, maps 2^13 x 512GB = 4PB
H A Dradix-64k.h9 #define RADIX_PMD_INDEX_SIZE 9 // size: 8B << 9 = 4KB, maps 2^9 x 2MB = 1GB
10 #define RADIX_PUD_INDEX_SIZE 9 // size: 8B << 9 = 4KB, maps 2^9 x 1GB = 512GB
11 #define RADIX_PGD_INDEX_SIZE 13 // size: 8B << 13 = 64KB, maps 2^13 x 512GB = 4PB
/linux/tools/testing/selftests/kvm/
H A Dmmu_stress_test.c275 * Skip the first 4gb and slot0. slot0 maps <1gb and is used to back in main()
278 * just below the 4gb boundary. This test could create memory at in main()
279 * 1gb-3gb,but it's simpler to skip straight to 4gb. in main()
294 * Default to 2gb so that maxing out systems with MAXPHADDR=46, which in main()
296 * 32k memslots, 32k * 2gb == ~64tb of guest memory). in main()
303 /* All KVM MMUs should be able to survive a 128gb guest. */ in main()
341 TEST_ASSERT(max_gpa > (4 * slot_size), "MAXPHYADDR <4gb "); in main()
364 /* Identity map memory in the guest using 1gb pages. */ in main()
/linux/arch/x86/xen/
H A DKconfig33 bool "Limit Xen pv-domain memory to 512GB"
37 Limit paravirtualized user domains to 512GB of RAM.
40 pv-domains with more than 512 GB of RAM. This option controls the
41 default setting of the kernel to use only up to 512 GB or more.
/linux/tools/perf/Documentation/
H A Dperf-bench.txt183 Available units are B, KB, MB, GB and TB (case insensitive).
188 Available values are 4KB, 2MB, 1GB (case insensitive).
193 Available units are B, KB, MB, GB and TB (case insensitive).
217 Available units are B, KB, MB, GB and TB (case insensitive).
222 Available values are 4KB, 2MB, 1GB (case insensitive).
227 Available units are B, KB, MB, GB and TB (case insensitive).
251 Available units are B, KB, MB, GB and TB (case insensitive).
256 Available values are 4KB, 2MB, 1GB (case insensitive).
H A Dperf-iostat.txt57 375083606016 bytes (375 GB, 349 GiB) copied, 215.974 s, 1.7 GB/s
76 375083606016 bytes (375 GB, 349 GiB) copied, 197.08 s, 1.9 GB/s
/linux/drivers/net/ethernet/qlogic/
H A DKconfig30 tristate "QLOGIC QLCNIC 1/10Gb Converged Ethernet NIC Support"
77 tristate "QLogic QED 25/40/100Gb core driver"
90 bool "QLogic QED 25/40/100Gb SR-IOV support"
100 tristate "QLogic QED 25/40/100Gb Ethernet NIC"
/linux/Documentation/driver-api/
H A Dedac.rst201 HBM2e (2GB) channel (equivalent to 8 X 2GB ranks). This creates a total
204 While the UMC is interfacing a 16GB (8high X 2GB DRAM) HBM stack, each UMC
205 channel is interfacing 2GB of DRAM (represented as rank).
259 │   │   ├── channel 1 # size of each channel is 2 GB, so each UMC has 16 GB
280 │   ├── .. # each GPU has total 64 GB
/linux/Documentation/devicetree/bindings/net/
H A Dkeystone-netcp.txt13 includes a 3-port Ethernet switch sub-module capable of 10Gb/s and 1Gb/s rates
65 1Gb/10Gb (gbe/xgbe) ethernet switch sub-module specifications.
67 - label: Must be "netcp-gbe" for 1Gb & "netcp-xgbe" for 10Gb.
103 - 10Gb mac<->phy mode : 10
104 - 10Gb mac<->mac forced mode : 11
/linux/drivers/greybus/
H A DMakefile21 obj-$(CONFIG_GREYBUS_BEAGLEPLAY) += gb-beagleplay.o
24 gb-es2-y := es2.o
26 obj-$(CONFIG_GREYBUS_ES2) += gb-es2.o
/linux/arch/csky/include/asm/
H A Dpage.h18 * For C-SKY "User-space:Kernel-space" is "2GB:2GB" fixed by hardware and there
20 * address region. We use them mapping kernel 1GB direct-map address area and
21 * for more than 1GB of memory we use highmem.
/linux/Documentation/driver-api/cxl/allocation/
H A Dhugepages.rst26 1GB Huge Pages
28 CXL capacity onlined in :code:`ZONE_NORMAL` is eligible for 1GB Gigantic Page
31 CXL capacity onlined in :code:`ZONE_MOVABLE` is not eligible for 1GB Gigantic
/linux/tools/perf/pmu-events/arch/x86/goldmontplus/
H A Dvirtual-memory.json3 "BriefDescription": "Page walk completed due to a demand load to a 1GB page",
7 …s) whose address translations missed in all TLB levels and were mapped to 1GB pages. The page wal…
39 "BriefDescription": "Page walk completed due to a demand data store to a 1GB page",
43 …ta stores whose address translations missed in the TLB and were mapped to 1GB pages. The page wal…
93 "BriefDescription": "Page walk completed due to an instruction fetch in a 1GB page",
97 …n fetches whose address translations missed in the TLB and were mapped to 1GB pages. The page wal…
/linux/Documentation/admin-guide/device-mapper/
H A Dzero.rst30 is an available 10GB partition::
36 10GB of actual storage space available. If more than 10GB of data is written
/linux/arch/mips/include/asm/mach-malta/
H A Dspaces.h20 * 0x20000000 - 0x7fffffff: 2nd RAM region, 1.5GB
21 * 0x80000000 - 0xffffffff: Physical memory aliases to 0x0 (2GB)
29 * 2GB of memory (0x80000000 - 0xffffffff) so we can avoid the I/O hole in

12345678910>>...29