Searched refs:round_up (Results 1 - 2 of 2) sorted by relevance

/barrelfish-2018-10-04/tools/arm_boot/
H A Darm_bootimage.c60 round_up(uint32_t x, uint32_t y) { function
69 phys_alloc_start= round_up(phys_alloc_start, align);
328 image->loaded_size= round_up(phdr->p_memsz, BASE_PAGE_SIZE);
489 current_elf_offset= round_up(current_elf_offset, align);
858 m->len= round_up(data_len, BASE_PAGE_SIZE);
1205 out_phdr->p_memsz= round_up(total_size + 1, BASE_PAGE_SIZE);
/barrelfish-2018-10-04/kernel/arch/armv8/
H A Dstartup_arch.c78 static inline uintptr_t round_up(uintptr_t value, size_t unit) function
154 lvaddr_t lv = round_up((lvaddr_t)gvbase + bytes, BASE_PAGE_SIZE);

Completed in 75 milliseconds