Home
last modified time | relevance | path

Searched full:gib (Results 1 – 25 of 103) sorted by relevance

12345

/linux-5.10/drivers/mtd/nand/raw/
Dnand_ids.c126 EXTENDED_ID_NAND("NAND 1GiB 1,8V 8-bit", 0xA3, 1024, LP_OPTIONS),
127 EXTENDED_ID_NAND("NAND 1GiB 3,3V 8-bit", 0xD3, 1024, LP_OPTIONS),
128 EXTENDED_ID_NAND("NAND 1GiB 1,8V 16-bit", 0xB3, 1024, LP_OPTIONS16),
129 EXTENDED_ID_NAND("NAND 1GiB 3,3V 16-bit", 0xC3, 1024, LP_OPTIONS16),
132 EXTENDED_ID_NAND("NAND 2GiB 1,8V 8-bit", 0xA5, 2048, LP_OPTIONS),
133 EXTENDED_ID_NAND("NAND 2GiB 3,3V 8-bit", 0xD5, 2048, LP_OPTIONS),
134 EXTENDED_ID_NAND("NAND 2GiB 1,8V 16-bit", 0xB5, 2048, LP_OPTIONS16),
135 EXTENDED_ID_NAND("NAND 2GiB 3,3V 16-bit", 0xC5, 2048, LP_OPTIONS16),
138 EXTENDED_ID_NAND("NAND 4GiB 1,8V 8-bit", 0xA7, 4096, LP_OPTIONS),
139 EXTENDED_ID_NAND("NAND 4GiB 3,3V 8-bit", 0xD7, 4096, LP_OPTIONS),
[all …]
/linux-5.10/arch/x86/include/asm/
Dpage_64_types.h101 * Maximum kernel image size is limited to 1 GiB, due to the fixmap living
102 * in the next 1 GiB (see level2_kernel_pgt in arch/x86/kernel/head_64.S).
104 * On KASLR use 1 GiB by default, leaving 1 GiB for modules once the
107 * If KASLR is disabled we can shrink it to 0.5 GiB and increase the size
108 * of the modules area to 1.5 GiB.
/linux-5.10/Documentation/filesystems/ext4/
Dblocks.rst57 - 32GiB
74 - 16GiB
75 - 256GiB
119 - 32GiB
136 - 16GiB
137 - 256GiB
/linux-5.10/Documentation/vm/
Dhighmem.rst26 kernel entry/exit. This means the available virtual memory space (4GiB on
29 The traditional split for architectures using this approach is 3:1, 3GiB for
30 userspace and the top 1GiB for kernel space::
40 This means that the kernel can at most map 1GiB of physical memory at any one
128 The i386 arch, under some circumstances, will permit you to stick up to 64GiB
144 The general recommendation is that you don't use more than 8GiB on a 32-bit
/linux-5.10/Documentation/devicetree/bindings/mtd/
Dpartition.txt48 size/address (aka the value is below 4 GiB)
50 size/address (aka the value is 4 GiB or greater).
95 /* a 4 GiB partition */
109 /* an 8 GiB partition */
115 /* a 4 GiB partition */
/linux-5.10/arch/arm64/boot/dts/realtek/
Drtd1395-bpi-m4.dts16 reg = <0x2f000 0x3ffd1000>; /* boot ROM to 1 GiB or 2 GiB */
Drtd1295-xnano-x5.dts16 reg = <0x1f000 0x3ffe1000>; /* boot ROM to 1 GiB or 2 GiB */
Drtd1395-lionskin.dts16 reg = <0x2f000 0x3ffd1000>; /* boot ROM to 1 GiB or 2 GiB */
Drtd1295-probox2-ava.dts17 reg = <0x1f000 0x7ffe1000>; /* boot ROM to 2 GiB */
Drtd1295-mele-v9.dts17 reg = <0x1f000 0x7ffe1000>; /* boot ROM to 2 GiB */
Drtd1296-ds418.dts16 reg = <0x1f000 0x7ffe1000>; /* boot ROM to 2 GiB */
Drtd1293-ds418j.dts16 reg = <0x1f000 0x3ffe1000>; /* boot ROM to 1 GiB */
Drtd1295-zidoo-x9s.dts16 reg = <0x1f000 0x7ffe1000>; /* boot ROM to 2 GiB */
Drtd1619-mjolnir.dts17 reg = <0x2e000 0x7ffd2000>; /* boot ROM to 2 GiB */
/linux-5.10/arch/arm64/boot/dts/amlogic/
Dmeson-gxl-s905w-tx3-mini.dts20 reg = <0x0 0x0 0x0 0x40000000>; /* 1 GiB or 2 GiB */
Dmeson-gxm-wetek-core2.dts19 reg = <0x0 0x0 0x0 0x80000000>; /* 2 GiB or 3 GiB */
Dmeson-gxm-rbox-pro.dts33 reg = <0x0 0x0 0x0 0x80000000>; /* 2 GiB or 3 GiB */
/linux-5.10/arch/riscv/
DKconfig232 # such that it can only map 2GiB of memory.
255 bool "2GiB"
258 bool "128GiB"
/linux-5.10/arch/s390/kvm/
Dinterrupt.c39 static struct kvm_s390_gib *gib; variable
234 * of the GISA if the GISA is not part of the GIB alert list. All three
3117 origin = xchg(&gib->alert_list_origin, in process_gib_alert_list()
3188 * in case the GISA is not part of the GIB alert list.
3192 * Returns: the nonspecific ISC (NISC) the gib alert mechanism
3214 return gib->nisc; in kvm_s390_gisc_register()
3226 * in case the GISA is not part of the GIB alert list.
3230 * Returns: the nonspecific ISC (NISC) the gib alert mechanism
3276 if (!gib) in kvm_s390_gib_destroy()
3280 free_page((unsigned long)gib); in kvm_s390_gib_destroy()
[all …]
/linux-5.10/arch/ia64/include/uapi/asm/
Dustack.h10 /* Make a default stack size of 2GiB */
/linux-5.10/Documentation/virt/
Dne_overview.rst44 be aligned 2 MiB / 1 GiB physically contiguous memory regions (or multiple of
59 device is placed in memory below the typical 4 GiB.
/linux-5.10/arch/arm/boot/dts/
Dsocfpga_cyclone5_mcv.dtsi15 reg = <0x0 0x40000000>; /* 1 GiB */
Drtd1195-mele-x1000.dts26 <0x19100000 0x26f00000>; /* NOR flash to 1 GiB */
Drtd1195-horseradish.dts26 <0x19100000 0x26f00000>; /* NOR flash to 1 GiB */
Dowl-s500-sparky.dts26 reg = <0x0 0x40000000>; /* 1 or 2 GiB */

12345