Searched refs:PAGE_ALIGN (Results 1 – 7 of 7) sorted by relevance
17 #define PAGE_ALIGN(x) ALIGN(x, PAGE_SIZE) macro
47 #define PAGE_ALIGN(x) ALIGN(x, PAGE_SIZE) macro
157 mem_arena.base = PAGE_ALIGN(mem_base) + MB; in mem_arena_init()158 mem_arena.size = PAGE_ALIGN(mem_size) - MB; in mem_arena_init()
239 paddr_t next_pa = PAGE_ALIGN(pa + 1); in virtio_block_read_write()248 va = PAGE_ALIGN(va + 1); in virtio_block_read_write()
35 len = PAGE_ALIGN(len + (va & (PAGE_SIZE - 1))); in mark_pages_in_use()
170 len = PAGE_ALIGN(len); in mem_test()
360 size_t fb_size_pages = PAGE_ALIGN(RK043FN48H_WIDTH * RK043FN48H_HEIGHT * 4) / PAGE_SIZE; in BSP_LCD_Init()
Completed in 10 milliseconds