Lines Matching +full:32 +full:bit
7 config 64BIT
10 config 32BIT config
33 select ARCH_WANT_HUGE_PMD_SHARE if 64BIT
39 select GENERIC_ATOMIC64 if !64BIT
52 select GENERIC_TIME_VSYSCALL if MMU && 64BIT
57 select HAVE_ARCH_KASAN if MMU && 64BIT
70 select HAVE_GENERIC_VDSO if MMU && 64BIT
93 default 18 if 64BIT
99 default 24 if 64BIT # SV39 based
122 default y if 64BIT
126 default 32 if 32BIT
127 default 39 if 64BIT
131 default 34 if 32BIT
132 default 56 if 64BIT
136 default 0xC0000000 if 32BIT && MAXPHYSMEM_1GB
137 default 0x80000000 if 64BIT && !MMU
138 default 0xffffffff80000000 if 64BIT && MAXPHYSMEM_2GB
139 default 0xffffffe000000000 if 64BIT && MAXPHYSMEM_128GB
144 default 0xdfffffc800000000 if 64BIT
145 default 0xffffffff if 32BIT
153 select SPARSEMEM_STATIC if 32BIT && SPARSEMEM
154 select SPARSEMEM_VMEMMAP_ENABLE if 64BIT
178 select GENERIC_BUG_RELATIVE_POINTERS if 64BIT
197 default 3 if 64BIT
216 select 32BIT
225 select 64BIT
237 # is still a bit more efficient when generating code if it's setup in a manner
241 default CMODEL_MEDLOW if 32BIT
242 default CMODEL_MEDANY if 64BIT
256 default MAXPHYSMEM_1GB if 32BIT
257 default MAXPHYSMEM_2GB if 64BIT && CMODEL_MEDLOW
258 default MAXPHYSMEM_128GB if 64BIT && CMODEL_MEDANY
261 depends on 32BIT
264 depends on 64BIT && CMODEL_MEDLOW
267 depends on 64BIT && CMODEL_MEDANY
286 int "Maximum number of CPUs (2-32)"
287 range 2 32