Home
last modified time | relevance | path

Searched refs:_ALIGN (Results 1 – 8 of 8) sorted by relevance

/arch/powerpc/boot/
Dpage.h29 #define _ALIGN(addr,size) _ALIGN_UP(addr,size) macro
32 #define PAGE_ALIGN(addr) _ALIGN(addr, PAGE_SIZE)
Dlibfdt-wrapper.c64 size = _ALIGN(size + minexpand, EXPAND_GRANULARITY); in expand_buf()
/arch/score/include/asm/
Dpage.h25 #define _ALIGN(addr, size) _ALIGN_UP(addr, size) macro
/arch/powerpc/include/asm/
Dpage.h264 #define _ALIGN(addr,size) _ALIGN_UP(addr,size) macro
/arch/powerpc/platforms/powermac/
Dbootx_init.c393 mem_end = _ALIGN(mem_end, 16); in bootx_flatten_dt()
411 mem_end = _ALIGN(mem_end, PAGE_SIZE); in bootx_flatten_dt()
/arch/powerpc/include/asm/nohash/32/
Dpgtable.h106 #define VMALLOC_START (((_ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFS…
/arch/powerpc/include/asm/book3s/32/
Dpgtable.h87 #define VMALLOC_START (((_ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFS…
/arch/powerpc/kernel/
Dprom_init.c2265 *mem_start = _ALIGN(*mem_start, align); in make_room()
2401 *mem_start = _ALIGN((unsigned long)lp + 1, 4); in scan_dt_build_struct()
2447 *mem_start = _ALIGN(*mem_start, 4); in scan_dt_build_struct()
2509 mem_start = _ALIGN(mem_start, 4); in flatten_device_tree()