Lines Matching refs:PAGE_SIZE
80 pte = memblock_alloc(PAGE_SIZE, PAGE_SIZE); in map_ram()
83 __func__, PAGE_SIZE, PAGE_SIZE); in map_ram()
88 v += PAGE_SIZE, p += PAGE_SIZE, j++, pte++) { in map_ram()
111 fixmap_pmd_p = memblock_alloc(PAGE_SIZE, PAGE_SIZE); in fixedrange_init()
114 __func__, PAGE_SIZE, PAGE_SIZE); in fixedrange_init()
124 pte = memblock_alloc(PAGE_SIZE, PAGE_SIZE); in fixedrange_init()
127 __func__, PAGE_SIZE, PAGE_SIZE); in fixedrange_init()
152 zero_page = memblock_alloc(PAGE_SIZE, PAGE_SIZE); in paging_init()
155 __func__, PAGE_SIZE, PAGE_SIZE); in paging_init()
209 PKMAP_BASE, PKMAP_BASE + LAST_PKMAP * PAGE_SIZE, in mem_init()
210 (LAST_PKMAP * PAGE_SIZE) >> 10, in mem_init()
231 BUILD_BUG_ON(PKMAP_BASE + LAST_PKMAP * PAGE_SIZE > FIXADDR_START); in mem_init()
238 BUG_ON(PKMAP_BASE + LAST_PKMAP * PAGE_SIZE > FIXADDR_START); in mem_init()
262 flush_tlb_kernel_range(addr, addr + PAGE_SIZE); in __set_fixmap()