Searched refs:MMU_PAGE_COUNT (Results 1 – 11 of 11) sorted by relevance
58 struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT] = {89 struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT] = {448 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) { in setup_page_sizes()487 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) { in setup_page_sizes()510 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) { in setup_page_sizes()538 for (psize = 0; psize < MMU_PAGE_COUNT; psize++) { in setup_page_sizes()551 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) { in setup_page_sizes()
47 static struct psize_gpages gpage_freearray[MMU_PAGE_COUNT];355 unsigned long gpage_npages[MMU_PAGE_COUNT];415 for (i = MMU_PAGE_COUNT-1; i >= 0; i--) { in reserve_hugetlb_gpages()861 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) { in hugetlbpage_init()902 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) { in hugetlbpage_init()
95 struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT];134 .penc = {[MMU_PAGE_4K] = 0, [1 ... MMU_PAGE_COUNT - 1] = -1},148 .penc = {[MMU_PAGE_4K] = 0, [1 ... MMU_PAGE_COUNT - 1] = -1},156 [MMU_PAGE_16M + 1 ... MMU_PAGE_COUNT - 1] = -1 },450 for (bpsize = 0; bpsize < MMU_PAGE_COUNT; bpsize++) in mmu_psize_set_default_penc()451 for (apsize = 0; apsize < MMU_PAGE_COUNT; apsize++) in mmu_psize_set_default_penc()
492 for (i = 1; i < MMU_PAGE_COUNT; i++) { in __hpte_actual_psize()531 for (size = 0; size < MMU_PAGE_COUNT; size++) { in hpte_decode()
330 BUILD_BUG_ON(MMU_PAGE_COUNT > 16); in mem_init()
108 for (i = 1; i < MMU_PAGE_COUNT; i++) { in __hpte_actual_psize()141 for (b_psize = 0; b_psize < MMU_PAGE_COUNT; b_psize++) { in compute_tlbie_rb()233 for (size = 0; size < MMU_PAGE_COUNT; size++) { in __hpte_page_size()
258 extern struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT];264 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) in shift_to_mmu_psize()
181 #define MMU_PAGE_COUNT 15 macro
141 int penc[MMU_PAGE_COUNT]; /* HPTE encoding */146 extern struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT];152 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) in shift_to_mmu_psize()
21 BUILD_BUG_ON((MMU_PAGE_COUNT - 1) > 0xf); in hugepd_page()
49 #define HUGE_MAX_HSTATE (MMU_PAGE_COUNT-1)