Searched refs:ALIGN (Results 1 – 5 of 5) sorted by relevance
59 uintptr_t end = ALIGN((start + len), PAGE_SIZE); in boot_alloc_reserve()76 ptr = ALIGN(boot_alloc_end, 8); in boot_alloc_mem()77 boot_alloc_end = (ptr + ALIGN(len, 8)); in boot_alloc_mem()88 paddr_t ptr = ALIGN(boot_alloc_end, PAGE_SIZE); in boot_alloc_page_phys()
37 . = ALIGN(8);82 . = ALIGN(4096);103 .kcounter.desc : ALIGN(8) {137 .data.rel.ro : ALIGN(8) {161 .init_array : ALIGN(8) {181 .data : ALIGN(4096) {189 . = ALIGN(128);197 . = ALIGN(8);208 .bss : ALIGN(4096) {219 . = ALIGN(8);[all …]
35 #define ALIGN(a, b) ROUNDUP(a, b) macro
18 #define PAGE_ALIGN(x) ALIGN((x), PAGE_SIZE)
37 PROVIDE_HIDDEN(embedded_zbi = ALIGN(KERNEL_ALIGN));
Completed in 6 milliseconds