Lines Matching +full:9 +full:k
21 # consume "normal" amounts of address space. Book3S 64 only supports 64K
22 # and 4K page sizes.
23 default 29 if PPC_BOOK3S_64 && PPC_64K_PAGES # 29 = 45 (32T) - 16 (64K)
24 default 33 if PPC_BOOK3S_64 # 33 = 45 (32T) - 12 (4K)
28 # of address space (2^44). Only 4K page sizes are supported.
29 default 32 if 64BIT # 32 = 44 (16T) - 12 (4K)
36 default 14 if 64BIT && PPC_64K_PAGES # 14 = 30 (1GB) - 16 (64K)
37 default 18 if 64BIT # 18 = 30 (1GB) - 12 (4K)
45 default 11 if PPC_256K_PAGES # 11 = 29 (512MB) - 18 (256K)
46 default 13 if PPC_64K_PAGES # 13 = 29 (512MB) - 16 (64K)
47 default 15 if PPC_16K_PAGES # 15 = 29 (512MB) - 14 (16K)
48 default 17 # 17 = 29 (512MB) - 12 (4K)
53 default 5 if PPC_256K_PAGES # 5 = 23 (8MB) - 18 (256K)
54 default 7 if PPC_64K_PAGES # 7 = 23 (8MB) - 16 (64K)
55 default 9 if PPC_16K_PAGES # 9 = 23 (8MB) - 14 (16K)
56 default 11 # 11 = 23 (8MB) - 12 (4K)
570 16k-aligned base address. The kernel is linked as a
724 If you configure a 64 bit kernel for 64k pages but the
726 them with 4k pages, loading them on demand, but with the
734 bool "4k page size"
738 bool "16k page size"
742 bool "64k page size"
747 bool "256k page size (Requires non-standard binutils settings)"
750 Make the page size 256k.
753 compiled with '-zmax-page-size' set to 256K (the default is 64K) using
811 range 8 9 if PPC64 && PPC_64K_PAGES
812 default "9" if PPC64 && PPC_64K_PAGES
815 range 9 64 if PPC32 && PPC_16K_PAGES
816 default "9" if PPC32 && PPC_16K_PAGES
839 bool "Support setting protections for 4k subpages (subpage_prot syscall)"
845 on the 4k subpages of each 64k page.