Home
last modified time | relevance | path

Searched refs:ALIGN_8 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Djitdump.h23 #define ALIGN_8(x) (((x) + 7) & (~7)) macro
H A Dgenelf.c342 eh_frame_base_offset = ALIGN_8(GEN_ELF_TEXT_OFFSET + csize); in jit_write_elf()
H A Djitdump.c497 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()
/openbmc/linux/tools/testing/selftests/net/
H A Dpsock_tpacket.c64 #define ALIGN_8(x) (((x) + 8 - 1) & ~(8 - 1)) macro
546 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()