Searched refs:_ALIGN_UP (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | simple_alloc.c | 45 size = _ALIGN_UP(size, alloc_min); in simple_malloc() 131 heap_size = _ALIGN_UP(heap_size, granularity); in simple_alloc_init() 137 alloc_tbl = (struct alloc_info *)_ALIGN_UP((unsigned long)base, 8); in simple_alloc_init() 140 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()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
| H A D | 140-mips_disable_devicetree_support.patch | 90 - _ALIGN_UP(kernel_addr + kernel_size + dtb_length, 102 + _ALIGN_UP(kernel_addr + kernel_size + dtb_length, 118 - _ALIGN_UP(kernel_addr + kernel_size, pagesize), 122 + _ALIGN_UP(kernel_addr + kernel_size, pagesize),
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A D | page.h | 44 #define _ALIGN_UP(addr, size) (((addr)+((size)-1))&(~((size)-1))) macro 48 #define _ALIGN(addr, size) _ALIGN_UP(addr, size)
|