ALIGN_8           327 tools/perf/util/genelf.c 		eh_frame_base_offset = ALIGN_8(GEN_ELF_TEXT_OFFSET + csize);
ALIGN_8           459 tools/perf/util/jitdump.c 	event->mmap2.len   = usize ? ALIGN_8(csize) + usize : csize;
ALIGN_8           550 tools/perf/util/jitdump.c 	event->mmap2.len   = usize ? ALIGN_8(jr->move.code_size) + usize
ALIGN_8           546 tools/testing/selftests/net/psock_tpacket.c 	unsigned long bytes = 0, bytes_with_padding = ALIGN_8(sizeof(*pbd));
ALIGN_8           560 tools/testing/selftests/net/psock_tpacket.c 			bytes_with_padding += ALIGN_8(ppd->tp_snaplen + ppd->tp_mac);