Home
last modified time | relevance | path

Searched refs:aligned (Results 1 – 25 of 64) sorted by relevance

123

/tools/include/uapi/linux/
A Dtypes.h21 #define __aligned_u64 __u64 __attribute__((aligned(8)))
22 #define __aligned_be64 __be64 __attribute__((aligned(8)))
23 #define __aligned_le64 __le64 __attribute__((aligned(8)))
A Dbpf.h1877 } __attribute__((aligned(8)));
6269 } __attribute__((aligned(8)))
6650 } __attribute__((aligned(8)));
6669 } __attribute__((aligned(8)));
6678 } __attribute__((aligned(8)));
6805 } __attribute__((aligned(8)));
6812 } __attribute__((aligned(8)));
7419 } __attribute__((aligned(8)));
7423 } __attribute__((aligned(8)));
7427 } __attribute__((aligned(8)));
[all …]
/tools/testing/selftests/rseq/
A Drseq-abi.h54 } __attribute__((aligned(4 * sizeof(__u64))));
171 } __attribute__((aligned(4 * sizeof(__u64))));
A Dbasic_percpu_ops_test.c53 } __attribute__((aligned(128)));
61 } __attribute__((aligned(128)));
76 } __attribute__((aligned(128)));
/tools/testing/selftests/bpf/progs/
A Dverifier_array_access.c549 __u32 __attribute__((aligned(8))) key = 1; in an_array_with_a_constant_no_nullness()
565 __u32 __attribute__((aligned(8))) key = 1; in multiple_array_with_a_constant_no_nullness()
566 __u32 __attribute__((aligned(8))) key2 = 0; in multiple_array_with_a_constant_no_nullness()
602 __u32 __attribute__((aligned(8))) key = 1; in a_pcpu_array_with_a_constant_no_nullness()
617 __u32 __attribute__((aligned(8))) key = 3; in an_array_with_a_constant_no_nullness_out_of_bounds()
631 __u32 __attribute__((aligned(8))) key; in an_array_with_a_constant_too_small()
672 __u32 __attribute__((aligned(8))) key; in mixed_const_and_non_const_key_lookup()
700 volatile __u32 __attribute__((aligned(8))) global_key;
A Dbpf_qdisc_common.h13 #define private(name) SEC(".data." #name) __hidden __attribute__((aligned(8)))
A Dkptr_xchg_inline.c15 #define private(name) SEC(".bss." #name) __hidden __attribute__((aligned(8)))
A Dperfbuf_bench.c20 long dropped __attribute__((aligned(128))) = 0;
A Drbtree_btf_fail__wrong_node_type.c19 #define private(name) SEC(".data." #name) __hidden __attribute__((aligned(8)))
A Dringbuf_bench.c19 long dropped __attribute__((aligned(128))) = 0;
A Drbtree_btf_fail__add_wrong_type.c33 #define private(name) SEC(".data." #name) __hidden __attribute__((aligned(8)))
A Dtailcall_fail.c14 #define private(name) SEC(".bss." #name) __hidden __attribute__((aligned(8)))
A Dlinked_list.h50 #define private(name) SEC(".bss." #name) __hidden __attribute__((aligned(8)))
A Dtrigger_bench.c17 } __attribute__((aligned(128)));
A Dtest_skeleton.c21 long long in4 __attribute__((aligned(64))) = 0;
A Dbtf_dump_test_case_padding.c63 int b __attribute__((aligned(32)));
/tools/testing/selftests/bpf/
A Dxsk_xdp_common.h11 } __attribute__((aligned(32)));
A Dbench.h65 } __attribute__((aligned(128)));
/tools/testing/selftests/powerpc/nx-gzip/include/
A Dnx.h15 #define __aligned(x) __attribute__((aligned(x)))
/tools/perf/tests/workloads/
A Ddatasym.c11 } buf __attribute__((aligned(64)));
/tools/include/nolibc/
A Dcompiler.h21 #define __nolibc_aligned(alignment) __attribute__((aligned(alignment)))
/tools/include/linux/
A Dcompiler-gcc.h39 #define __aligned(x) __attribute__((aligned(x)))
A Dtypes.h88 # define __aligned_u64 __u64 __attribute__((aligned(8)))
/tools/testing/selftests/filesystems/nsfs/
A Dpidns.c27 #define __stack_aligned__ __attribute__((aligned(16)))
/tools/lib/bpf/
A Dbpf_helpers.h382 struct bpf_iter_##type ___it __attribute__((aligned(8), /* enforce, just in case */, \
411 struct bpf_iter_num ___it __attribute__((aligned(8), /* enforce, just in case */ \
436 struct bpf_iter_num ___it __attribute__((aligned(8), /* enforce, just in case */ \

Completed in 44 milliseconds

123