Lines Matching +full:10 +full:k
6 #define H_PMD_INDEX_SIZE 10 // size: 8B << 10 = 8KB, maps 2^10 x 16MB = 16GB
7 #define H_PUD_INDEX_SIZE 10 // size: 8B << 10 = 8KB, maps 2^10 x 16GB = 16TB
43 * 64k aligned address free up few of the lower bits of RPN for us
46 #define H_PAGE_COMBO _RPAGE_RPN0 /* this is a combo 4k page */
47 #define H_PAGE_4K_PFN _RPAGE_RPN1 /* PFN is for a single 4k page */
67 * We use a 2K PTE page fragment and another 2K for storing
86 * With 64K pages on hash table, we have a special PTE format that
88 * in order to deal with 64K made of 4K HW pages. Thus we override the
155 * Trick: we set __end to va + 64k, which happens works for
219 * each HPTE entry. With 16MB hugepage and 64K HPTE we need 256 entries and
220 * with 4K HPTE we need 4096 entries. Both will fit in a 4K pgtable_t.