Home
last modified time | relevance | path

Searched defs:align (Results 1 – 19 of 19) sorted by relevance

/tools/include/linux/
A Dcfi_types.h23 #define SYM_TYPED_ENTRY(name, linkage, align...) \ argument
29 #define SYM_TYPED_START(name, linkage, align...) \ argument
34 #define SYM_TYPED_START(name, linkage, align...) \ argument
/tools/perf/util/include/linux/
A Dlinkage.h37 #define SYM_ENTRY(name, linkage, align...) \ argument
45 #define SYM_START(name, linkage, align...) \ argument
126 #define SYM_TYPED_START(name, linkage, align...) \ argument
/tools/testing/shared/
A Dlinux.c22 unsigned int align; member
237 kmem_cache_create(const char *name, unsigned int size, unsigned int align, in kmem_cache_create()
/tools/testing/selftests/exec/
A Dload_address.c31 unsigned long long align; in ExtractStatistics() local
/tools/testing/selftests/powerpc/mm/
A Dsubpage_prot.c150 unsigned long align; in test_anon() local
/tools/hv/
A Dvmbus_bufring.c31 #define ALIGN(val, align) ((typeof(val))((val) & (~((typeof(val))((align) - 1))))) argument
/tools/testing/selftests/bpf/prog_tests/
A Dtoken.c155 struct cmsghdr align; in sendfd() member
190 struct cmsghdr align; in recvfd() member
/tools/testing/selftests/drivers/net/hw/
A Diou-zcrx.c56 #define ALIGN_UP(v, align) (((v) + (align) - 1) & ~((align) - 1)) argument
/tools/testing/memblock/tests/
A Dalloc_api.c13 static inline void *run_memblock_alloc(phys_addr_t size, phys_addr_t align) in run_memblock_alloc()
A Dalloc_nid_api.c31 phys_addr_t align, in run_memblock_alloc_nid()
/tools/lib/bpf/
A Dbtf_dump.c842 int max_align = 1, align, i, bit_sz; in btf_is_struct_packed() local
976 int align, i, off = 0; in btf_dump_emit_struct_def() local
A Dlinker.c2819 size_t align, const void *raw_data, size_t raw_sz) in emit_elf_data_sec()
A Dbtf.c851 int i, max_align = 1, align; in btf__align_of() local
A Dlibbpf.c608 int align; member
/tools/testing/cxl/test/
A Dcxl.c404 static struct cxl_mock_res *alloc_mock_res(resource_size_t size, int align) in alloc_mock_res()
/tools/mm/
A Dslabinfo.c32 int aliases, align, cache_dma, cpu_slabs, destroy_by_rcu; member
/tools/bpf/bpftool/
A Dgen.c174 int need_off = sec_var->offset, align_off, align; in codegen_datasec_def() local
/tools/testing/selftests/nolibc/
A Dnolibc-test.c145 const size_t align = 64; in align_result() local
/tools/testing/vma/
A Dvma_internal.h518 unsigned int align; member

Completed in 133 milliseconds