Searched refs:ALIGN_8 (Results 1 – 4 of 4) sorted by relevance
23 #define ALIGN_8(x) (((x) + 7) & (~7)) macro
497 event->mmap2.len = usize ? ALIGN_8(csize) + usize : csize; in jit_repipe_code_load()591 event->mmap2.len = usize ? ALIGN_8(jr->move.code_size) + usize in jit_repipe_code_move()
337 eh_frame_base_offset = ALIGN_8(GEN_ELF_TEXT_OFFSET + csize); in jit_write_elf()
64 #define ALIGN_8(x) (((x) + 8 - 1) & ~(8 - 1)) macro546 unsigned long bytes = 0, bytes_with_padding = ALIGN_8(sizeof(*pbd)); in __v3_walk_block()560 bytes_with_padding += ALIGN_8(ppd->tp_snaplen + ppd->tp_mac); in __v3_walk_block()