Searched refs:aligned (Results 1 – 25 of 64) sorted by relevance
123
21 #define __aligned_u64 __u64 __attribute__((aligned(8)))22 #define __aligned_be64 __be64 __attribute__((aligned(8)))23 #define __aligned_le64 __le64 __attribute__((aligned(8)))
1877 } __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 …]
54 } __attribute__((aligned(4 * sizeof(__u64))));171 } __attribute__((aligned(4 * sizeof(__u64))));
53 } __attribute__((aligned(128)));61 } __attribute__((aligned(128)));76 } __attribute__((aligned(128)));
549 __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;
13 #define private(name) SEC(".data." #name) __hidden __attribute__((aligned(8)))
15 #define private(name) SEC(".bss." #name) __hidden __attribute__((aligned(8)))
20 long dropped __attribute__((aligned(128))) = 0;
19 #define private(name) SEC(".data." #name) __hidden __attribute__((aligned(8)))
19 long dropped __attribute__((aligned(128))) = 0;
33 #define private(name) SEC(".data." #name) __hidden __attribute__((aligned(8)))
14 #define private(name) SEC(".bss." #name) __hidden __attribute__((aligned(8)))
50 #define private(name) SEC(".bss." #name) __hidden __attribute__((aligned(8)))
17 } __attribute__((aligned(128)));
21 long long in4 __attribute__((aligned(64))) = 0;
63 int b __attribute__((aligned(32)));
11 } __attribute__((aligned(32)));
65 } __attribute__((aligned(128)));
15 #define __aligned(x) __attribute__((aligned(x)))
11 } buf __attribute__((aligned(64)));
21 #define __nolibc_aligned(alignment) __attribute__((aligned(alignment)))
39 #define __aligned(x) __attribute__((aligned(x)))
88 # define __aligned_u64 __u64 __attribute__((aligned(8)))
27 #define __stack_aligned__ __attribute__((aligned(16)))
382 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