Lines Matching +full:18 +full:k
39 # consume "normal" amounts of address space. Book3S 64 only supports 64K
40 # and 4K page sizes.
41 default 29 if PPC_BOOK3S_64 && PPC_64K_PAGES # 29 = 45 (32T) - 16 (64K)
42 default 33 if PPC_BOOK3S_64 # 33 = 45 (32T) - 12 (4K)
46 # of address space (2^44). Only 4K page sizes are supported.
47 default 32 if 64BIT # 32 = 44 (16T) - 12 (4K)
54 default 14 if 64BIT && PPC_64K_PAGES # 14 = 30 (1GB) - 16 (64K)
55 default 18 if 64BIT # 18 = 30 (1GB) - 12 (4K)
63 default 11 if PPC_256K_PAGES # 11 = 29 (512MB) - 18 (256K)
64 default 13 if PPC_64K_PAGES # 13 = 29 (512MB) - 16 (64K)
65 default 15 if PPC_16K_PAGES # 15 = 29 (512MB) - 14 (16K)
66 default 17 # 17 = 29 (512MB) - 12 (4K)
71 default 5 if PPC_256K_PAGES # 5 = 23 (8MB) - 18 (256K)
72 default 7 if PPC_64K_PAGES # 7 = 23 (8MB) - 16 (64K)
73 default 9 if PPC_16K_PAGES # 9 = 23 (8MB) - 14 (16K)
74 default 11 # 11 = 23 (8MB) - 12 (4K)
651 16k-aligned base address. The kernel is linked as a
808 If you configure a 64 bit kernel for 64k pages but the
810 them with 4k pages, loading them on demand, but with the
818 bool "4k page size"
823 bool "16k page size"
828 bool "64k page size"
834 bool "256k page size (Requires non-standard binutils settings)"
838 Make the page size 256k.
841 compiled with '-zmax-page-size' set to 256K (the default is 64K) using
878 default 18 if (DEBUG_PAGEALLOC || KFENCE) && PPC_BOOK3S_32
922 bool "Support setting protections for 4k subpages (subpage_prot syscall)"
928 on the 4k subpages of each 64k page.