Searched refs:_ALIGN (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/arch/powerpc/boot/ |
| D | page.h | 25 #define _ALIGN(addr,size) _ALIGN_UP(addr,size) macro 28 #define PAGE_ALIGN(addr) _ALIGN(addr, PAGE_SIZE)
|
| D | libfdt-wrapper.c | 50 size = _ALIGN(size + minexpand, EXPAND_GRANULARITY); in expand_buf()
|
| /Linux-v5.4/arch/riscv/include/asm/ |
| D | page.h | 48 #define _ALIGN(addr, size) _ALIGN_UP(addr, size) macro
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | page.h | 262 #define _ALIGN(addr,size) _ALIGN_UP(addr,size) macro
|
| /Linux-v5.4/arch/powerpc/mm/nohash/ |
| D | 8xx.c | 121 _ALIGN(__pa(_einittext), 8 << 20)); in mmu_mapin_ram()
|
| /Linux-v5.4/arch/powerpc/platforms/powermac/ |
| D | bootx_init.c | 389 mem_end = _ALIGN(mem_end, 16); in bootx_flatten_dt() 407 mem_end = _ALIGN(mem_end, PAGE_SIZE); in bootx_flatten_dt()
|
| /Linux-v5.4/arch/powerpc/include/asm/nohash/32/ |
| D | pgtable.h | 113 #define VMALLOC_START (((_ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFS…
|
| /Linux-v5.4/arch/powerpc/include/asm/book3s/32/ |
| D | pgtable.h | 191 #define VMALLOC_START ((_ALIGN((long)high_memory, 256L << 20) + VMALLOC_OFFSET) & \
|
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | prom_init.c | 2414 *mem_start = _ALIGN(*mem_start, align); in make_room() 2550 *mem_start = _ALIGN((unsigned long)lp + 1, 4); in scan_dt_build_struct() 2596 *mem_start = _ALIGN(*mem_start, 4); in scan_dt_build_struct() 2655 mem_start = _ALIGN(mem_start, 4); in flatten_device_tree()
|
| /Linux-v5.4/samples/mic/mpssd/ |
| D | mpssd.c | 52 #define _ALIGN(addr, size) _ALIGN_UP(addr, size) macro 55 #define PAGE_ALIGN(addr) _ALIGN(addr, PAGE_SIZE)
|