Home
last modified time | relevance | path

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

/tools/perf/util/include/linux/
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/
Dlinux.c22 unsigned int align; member
233 kmem_cache_create(const char *name, unsigned int size, unsigned int align, in kmem_cache_create()
/tools/testing/selftests/exec/
Dload_address.c31 unsigned long long align; in ExtractStatistics() local
/tools/testing/selftests/powerpc/mm/
Dsubpage_prot.c150 unsigned long align; in test_anon() local
/tools/testing/selftests/bpf/prog_tests/
Dtoken.c159 struct cmsghdr align; in sendfd() member
194 struct cmsghdr align; in recvfd() member
/tools/hv/
Dvmbus_bufring.c31 #define ALIGN(val, align) ((typeof(val))((val) & (~((typeof(val))((align) - 1))))) argument
/tools/testing/memblock/tests/
Dalloc_api.c13 static inline void *run_memblock_alloc(phys_addr_t size, phys_addr_t align) in run_memblock_alloc()
Dalloc_nid_api.c31 phys_addr_t align, in run_memblock_alloc_nid()
/tools/lib/bpf/
Dbtf_dump.c840 int max_align = 1, align, i, bit_sz; in btf_is_struct_packed() local
974 int align, i, off = 0; in btf_dump_emit_struct_def() local
Dlinker.c2654 size_t align, const void *raw_data, size_t raw_sz) in emit_elf_data_sec()
Dbtf.c846 int i, max_align = 1, align; in btf__align_of() local
Dlibbpf.c607 int align; member
/tools/testing/cxl/test/
Dcxl.c403 static struct cxl_mock_res *alloc_mock_res(resource_size_t size, int align) in alloc_mock_res()
/tools/mm/
Dslabinfo.c32 int aliases, align, cache_dma, cpu_slabs, destroy_by_rcu; member
/tools/bpf/bpftool/
Dgen.c174 int need_off = sec_var->offset, align_off, align; in codegen_datasec_def() local
/tools/testing/selftests/nolibc/
Dnolibc-test.c145 const size_t align = 64; in align_result() local