Searched refs:_ALIGN (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | page.h | 25 #define _ALIGN(addr,size) _ALIGN_UP(addr,size) macro 28 #define PAGE_ALIGN(addr) _ALIGN(addr, PAGE_SIZE)
|
H A D | libfdt-wrapper.c | 50 size = _ALIGN(size + minexpand, EXPAND_GRANULARITY); in expand_buf()
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | page.h | 25 #define _ALIGN(addr,size) _ALIGN_UP(addr,size) macro 28 #define PAGE_ALIGN(addr) _ALIGN(addr, PAGE_SIZE)
|
H A D | libfdt-wrapper.c | 50 size = _ALIGN(size + minexpand, EXPAND_GRANULARITY); in expand_buf()
|
/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
H A D | page.h | 48 #define _ALIGN(addr, size) _ALIGN_UP(addr, size) macro
|
Completed in 2 milliseconds