Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Djitdump.h23 #define ALIGN_8(x) (((x) + 7) & (~7)) macro
H A Djitdump.c474 event->mmap2.len = usize ? ALIGN_8(csize) + usize : csize; in jit_repipe_code_load()
565 event->mmap2.len = usize ? ALIGN_8(jr->move.code_size) + usize in jit_repipe_code_move()
H A Dgenelf.c340 eh_frame_base_offset = ALIGN_8(GEN_ELF_TEXT_OFFSET + csize); in jit_write_elf()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168_dash.h148 #define ALIGN_8 (0x7) macro