Lines Matching +full:18 +full:k

25 	# consume "normal" amounts of address space. Book3S 64 only supports 64K
26 # and 4K page sizes.
27 default 29 if PPC_BOOK3S_64 && PPC_64K_PAGES # 29 = 45 (32T) - 16 (64K)
28 default 33 if PPC_BOOK3S_64 # 33 = 45 (32T) - 12 (4K)
32 # of address space (2^44). Only 4K page sizes are supported.
33 default 32 if 64BIT # 32 = 44 (16T) - 12 (4K)
40 default 14 if 64BIT && PPC_64K_PAGES # 14 = 30 (1GB) - 16 (64K)
41 default 18 if 64BIT # 18 = 30 (1GB) - 12 (4K)
49 default 11 if PPC_256K_PAGES # 11 = 29 (512MB) - 18 (256K)
50 default 13 if PPC_64K_PAGES # 13 = 29 (512MB) - 16 (64K)
51 default 15 if PPC_16K_PAGES # 15 = 29 (512MB) - 14 (16K)
52 default 17 # 17 = 29 (512MB) - 12 (4K)
57 default 5 if PPC_256K_PAGES # 5 = 23 (8MB) - 18 (256K)
58 default 7 if PPC_64K_PAGES # 7 = 23 (8MB) - 16 (64K)
59 default 9 if PPC_16K_PAGES # 9 = 23 (8MB) - 14 (16K)
60 default 11 # 11 = 23 (8MB) - 12 (4K)
595 16k-aligned base address. The kernel is linked as a
747 If you configure a 64 bit kernel for 64k pages but the
749 them with 4k pages, loading them on demand, but with the
757 bool "4k page size"
761 bool "16k page size"
765 bool "64k page size"
770 bool "256k page size (Requires non-standard binutils settings)"
773 Make the page size 256k.
776 compiled with '-zmax-page-size' set to 256K (the default is 64K) using
800 default 18 if PPC_256K_PAGES
835 default 18 if (DEBUG_PAGEALLOC || KFENCE) && PPC_BOOK3S_32
880 bool "Support setting protections for 4k subpages (subpage_prot syscall)"
886 on the 4k subpages of each 64k page.