Searched refs:_ALIGN_UP (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/powerpc/boot/ |
H A D | simple_alloc.c | 43 size = _ALIGN_UP(size, alloc_min); in simple_malloc() 132 heap_size = _ALIGN_UP(heap_size, granularity); in simple_alloc_init() 138 alloc_tbl = (struct alloc_info *)_ALIGN_UP((unsigned long)base, 8); in simple_alloc_init() 141 heap_base = _ALIGN_UP((unsigned long)alloc_tbl + tbl_size, alloc_min); in simple_alloc_init()
|
H A D | page.h | 21 #define _ALIGN_UP(addr, size) (((addr)+((size)-1))&(~((typeof(addr))(size)-1))) macro 25 #define _ALIGN(addr,size) _ALIGN_UP(addr,size)
|
H A D | of.c | 33 claim_base = _ALIGN_UP((unsigned long)_end, ONE_MB); in of_try_claim()
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
H A D | 140-mips_disable_devicetree_support.patch | 74 - _ALIGN_UP(kernel_addr + kernel_size + dtb_length, 102 + _ALIGN_UP(kernel_addr + kernel_size + dtb_length, 119 - _ALIGN_UP(kernel_addr + kernel_size, pagesize), 123 + _ALIGN_UP(kernel_addr + kernel_size, pagesize),
|