/kernel/linux/linux-6.6/include/linux/ |
H A D | compiler_attributes.h | 18 * not by #define identifier). Use the __attribute__((__name__)) syntax 26 #define __alias(symbol) __attribute__((__alias__(#symbol))) 33 #define __aligned(x) __attribute__((__aligned__(x))) 34 #define __aligned_largest __attribute__((__aligned__)) 44 #define __alloc_size__(x, ...) __attribute__((__alloc_size__(x, ## __VA_ARGS__))) 55 #define __always_inline inline __attribute__((__always_inline__)) 70 #define __assume_aligned(a, ...) __attribute__((__assume_aligned__(a, ## __VA_ARGS__))) 76 #define __cleanup(func) __attribute__((__cleanup__(func))) 83 #define __attribute_const__ __attribute__((__const__)) 92 # define __copy(symbol) __attribute__((__copy_ [all...] |
H A D | compiler_types.h | 13 # define BTF_TYPE_TAG(value) __attribute__((btf_type_tag(#value))) 21 # define __kernel __attribute__((address_space(0))) 22 # define __user __attribute__((noderef, address_space(__user))) 23 # define __iomem __attribute__((noderef, address_space(__iomem))) 24 # define __percpu __attribute__((noderef, address_space(__percpu))) 25 # define __rcu __attribute__((noderef, address_space(__rcu))) 29 # define __must_hold(x) __attribute__((context(x,1,1))) 30 # define __acquires(x) __attribute__((context(x,0,1))) 31 # define __cond_acquires(x) __attribute__((context(x,0,-1))) 32 # define __releases(x) __attribute__((contex [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | compiler_attributes.h | 18 * not by #define identifier). Use the __attribute__((__name__)) syntax 47 #define __alias(symbol) __attribute__((__alias__(#symbol))) 54 #define __aligned(x) __attribute__((__aligned__(x))) 55 #define __aligned_largest __attribute__((__aligned__)) 66 #define __always_inline inline __attribute__((__always_inline__)) 85 # define __assume_aligned(a, ...) __attribute__((__assume_aligned__(a, ## __VA_ARGS__))) 94 #define __cold __attribute__((__cold__)) 101 #define __attribute_const__ __attribute__((__const__)) 111 # define __copy(symbol) __attribute__((__copy__(symbol))) 136 # define __designated_init __attribute__((__designated_init_ [all...] |
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | compiler_types.h | 10 # define __user __attribute__((noderef, address_space(1))) 11 # define __kernel __attribute__((address_space(0))) 12 # define __safe __attribute__((safe)) 13 # define __force __attribute__((force)) 14 # define __nocast __attribute__((nocast)) 15 # define __iomem __attribute__((noderef, address_space(2))) 16 # define __must_hold(x) __attribute__((context(x,1,1))) 17 # define __acquires(x) __attribute__((context(x,0,1))) 18 # define __releases(x) __attribute__((context(x,1,0))) 22 # define __percpu __attribute__((nodere [all...] |
H A D | edd.h | 57 } __attribute__ ((packed)) isa; 64 } __attribute__ ((packed)) pci; 68 } __attribute__ ((packed)) ibnd; 71 } __attribute__ ((packed)) xprs; 74 } __attribute__ ((packed)) htpt; 77 } __attribute__ ((packed)) unknown; 86 } __attribute__ ((packed)) ata; 94 } __attribute__ ((packed)) atapi; 100 } __attribute__ ((packed)) scsi; 104 } __attribute__ ((packe [all...] |
/kernel/linux/linux-6.6/tools/include/nolibc/ |
H A D | sys.h | 75 static __attribute__((unused)) 81 static __attribute__((unused)) 93 static __attribute__((unused)) 111 static __attribute__((unused)) 117 static __attribute__((unused)) 128 static __attribute__((unused)) 140 static __attribute__((unused)) 151 static __attribute__((unused)) 163 static __attribute__((unused)) 174 static __attribute__((unuse [all...] |
H A D | stdio.h | 38 static __attribute__((unused)) FILE* const stdin = (FILE*)(intptr_t)~STDIN_FILENO; 39 static __attribute__((unused)) FILE* const stdout = (FILE*)(intptr_t)~STDOUT_FILENO; 40 static __attribute__((unused)) FILE* const stderr = (FILE*)(intptr_t)~STDERR_FILENO; 43 static __attribute__((unused)) 44 FILE *fdopen(int fd, const char *mode __attribute__((unused))) in fdopen() argument 54 static __attribute__((unused)) 67 static __attribute__((unused)) 83 static __attribute__((unused)) 103 static __attribute__((unused)) 113 static __attribute__((unuse 359 setvbuf(FILE *stream __attribute__((unused)), char *buf __attribute__((unused)), int mode, size_t size __attribute__((unused))) setvbuf() argument [all...] |
H A D | stdlib.h | 19 char user_p[] __attribute__((__aligned__)); 26 static __attribute__((unused)) char itoa_buffer[21]; 33 __attribute__((weak,unused,noreturn,section(".text.nolibc_abort"))) 40 static __attribute__((unused)) 63 static __attribute__((unused)) 69 static __attribute__((unused)) 88 static __attribute__((unused)) 104 static __attribute__((unused)) 130 static __attribute__((unused)) 147 static __attribute__((unuse [all...] |
H A D | ctype.h | 16 static __attribute__((unused)) 23 static __attribute__((unused)) 29 static __attribute__((unused)) 36 static __attribute__((unused)) 42 static __attribute__((unused)) 49 static __attribute__((unused)) 55 static __attribute__((unused)) 62 static __attribute__((unused)) 69 static __attribute__((unused)) 75 static __attribute__((unuse [all...] |
/kernel/linux/linux-6.6/tools/perf/util/bpf_skel/vmlinux/ |
H A D | vmlinux.h | 44 } __attribute__((preserve_access_index)) atomic64_t; 50 } __attribute__((preserve_access_index)); 56 } __attribute__((preserve_access_index)) spinlock_t; 60 } __attribute__((preserve_access_index)); 64 } __attribute__((preserve_access_index)); 68 } __attribute__((preserve_access_index)); 72 } __attribute__((preserve_access_index)); 77 } __attribute__((preserve_access_index)); 81 } __attribute__((preserve_access_index)); 86 } __attribute__((preserve_access_inde [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | w100fb.h | 244 } __attribute__((packed)); 249 } __attribute__((packed)); 254 } __attribute__((packed)); 259 } __attribute__((packed)); 283 } __attribute__((packed)); 288 } __attribute__((packed)); 293 } __attribute__((packed)); 298 } __attribute__((packed)); 314 } __attribute__((packed)); 319 } __attribute__((packe [all...] |
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | layout.h | 50 } __attribute__ ((__packed__)) BIOS_PARAMETER_BLOCK; 84 } __attribute__ ((__packed__)) NTFS_BOOT_SECTOR; 183 } __attribute__ ((__packed__)) NTFS_RECORD; 238 } __attribute__ ((__packed__)); 378 } __attribute__ ((__packed__)) MFT_RECORD; 444 } __attribute__ ((__packed__)) MFT_RECORD_OLD; 586 } __attribute__ ((__packed__)) ATTR_DEF; 598 } __attribute__ ((__packed__)); 676 } __attribute__ ((__packed__)); 721 } __attribute__ ((__packed_ [all...] |
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | layout.h | 50 } __attribute__ ((__packed__)) BIOS_PARAMETER_BLOCK; 84 } __attribute__ ((__packed__)) NTFS_BOOT_SECTOR; 183 } __attribute__ ((__packed__)) NTFS_RECORD; 238 } __attribute__ ((__packed__)); 378 } __attribute__ ((__packed__)) MFT_RECORD; 444 } __attribute__ ((__packed__)) MFT_RECORD_OLD; 586 } __attribute__ ((__packed__)) ATTR_DEF; 598 } __attribute__ ((__packed__)); 676 } __attribute__ ((__packed__)); 721 } __attribute__ ((__packed_ [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | bpf_misc.h | 61 #define __msg(msg) __attribute__((btf_decl_tag("comment:test_expect_msg=" msg))) 62 #define __failure __attribute__((btf_decl_tag("comment:test_expect_failure"))) 63 #define __success __attribute__((btf_decl_tag("comment:test_expect_success"))) 64 #define __description(desc) __attribute__((btf_decl_tag("comment:test_description=" desc))) 65 #define __msg_unpriv(msg) __attribute__((btf_decl_tag("comment:test_expect_msg_unpriv=" msg))) 66 #define __failure_unpriv __attribute__((btf_decl_tag("comment:test_expect_failure_unpriv"))) 67 #define __success_unpriv __attribute__((btf_decl_tag("comment:test_expect_success_unpriv"))) 68 #define __log_level(lvl) __attribute__((btf_decl_tag("comment:test_log_level="#lvl))) 69 #define __flag(flag) __attribute__((btf_decl_tag("comment:test_prog_flags="#flag))) 70 #define __retval(val) __attribute__((btf_decl_ta [all...] |
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | edd.h | 92 } __attribute__ ((packed)) isa; 99 } __attribute__ ((packed)) pci; 103 } __attribute__ ((packed)) ibnd; 106 } __attribute__ ((packed)) xprs; 109 } __attribute__ ((packed)) htpt; 112 } __attribute__ ((packed)) unknown; 121 } __attribute__ ((packed)) ata; 129 } __attribute__ ((packed)) atapi; 135 } __attribute__ ((packed)) scsi; 139 } __attribute__ ((packe [all...] |
H A D | pfkeyv2.h | 24 } __attribute__((packed)); 30 } __attribute__((packed)); 42 } __attribute__((packed)); 52 } __attribute__((packed)); 61 } __attribute__((packed)); 69 } __attribute__((packed)); 78 } __attribute__((packed)); 90 } __attribute__((packed)); 102 } __attribute__((packed)); 127 } __attribute__((packe [all...] |
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | edd.h | 92 } __attribute__ ((packed)) isa; 99 } __attribute__ ((packed)) pci; 103 } __attribute__ ((packed)) ibnd; 106 } __attribute__ ((packed)) xprs; 109 } __attribute__ ((packed)) htpt; 112 } __attribute__ ((packed)) unknown; 121 } __attribute__ ((packed)) ata; 129 } __attribute__ ((packed)) atapi; 135 } __attribute__ ((packed)) scsi; 139 } __attribute__ ((packe [all...] |
H A D | btrfs_tree.h | 449 } __attribute__ ((__packed__)); 455 } __attribute__ ((__packed__)); 475 } __attribute__ ((__packed__)); 521 } __attribute__ ((__packed__)); 531 } __attribute__ ((__packed__)); 543 } __attribute__ ((__packed__)); 553 } __attribute__ ((__packed__)); 558 } __attribute__ ((__packed__)); 605 } __attribute__ ((__packed__)); 611 } __attribute__ ((__packed_ [all...] |
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | edd.h | 70 } __attribute__((packed)) isa; 77 } __attribute__((packed)) pci; 80 } __attribute__((packed)) ibnd; 83 } __attribute__((packed)) xprs; 86 } __attribute__((packed)) htpt; 89 } __attribute__((packed)) unknown; 98 } __attribute__((packed)) ata; 106 } __attribute__((packed)) atapi; 112 } __attribute__((packed)) scsi; 116 } __attribute__((packe [all...] |
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | edd.h | 70 } __attribute__((packed)) isa; 77 } __attribute__((packed)) pci; 80 } __attribute__((packed)) ibnd; 83 } __attribute__((packed)) xprs; 86 } __attribute__((packed)) htpt; 89 } __attribute__((packed)) unknown; 98 } __attribute__((packed)) ata; 106 } __attribute__((packed)) atapi; 112 } __attribute__((packed)) scsi; 116 } __attribute__((packe [all...] |
/kernel/linux/linux-5.10/tools/include/nolibc/ |
H A D | nolibc.h | 1459 static __attribute__((unused)) 1465 static __attribute__((noreturn,unused)) 1472 static __attribute__((unused)) 1478 static __attribute__((unused)) 1488 static __attribute__((unused)) 1498 static __attribute__((unused)) 1504 static __attribute__((unused)) 1510 static __attribute__((unused)) 1516 static __attribute__((unused)) 1522 static __attribute__((unuse [all...] |
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifspdu.h | 419 } __attribute__((packed)) DosError; 421 } __attribute__((packed)) Status; 429 } __attribute__((packed)) Sequence; 431 } __attribute__((packed)) Signature; 438 } __attribute__((packed)); 515 } __attribute__((packed)) NEGOTIATE_REQ; 533 } __attribute__((packed)) SrvTime; 539 } __attribute__((packed)) LANMAN_NEG_RSP; 568 } __attribute__((packed)) extended_response; 569 } __attribute__((packe [all...] |
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | cifspdu.h | 391 } __attribute__((packed)) DosError; 393 } __attribute__((packed)) Status; 401 } __attribute__((packed)) Sequence; 403 } __attribute__((packed)) Signature; 410 } __attribute__((packed)); 487 } __attribute__((packed)) NEGOTIATE_REQ; 519 } __attribute__((packed)) extended_response; 520 } __attribute__((packed)) u; 521 } __attribute__((packed)) NEGOTIATE_RSP; 568 } __attribute__((packe [all...] |
/kernel/linux/linux-5.10/net/ceph/ |
H A D | auth_x_protocol.h | 15 } __attribute__ ((packed)); 21 } __attribute__ ((packed)); 26 } __attribute__ ((packed)); 35 } __attribute__ ((packed)); 42 } __attribute__ ((packed)); 47 } __attribute__ ((packed)); 52 } __attribute__ ((packed)); 68 } __attribute__ ((packed)); 75 } __attribute__ ((packed)); 80 } __attribute__ ((packe [all...] |
/kernel/linux/linux-6.6/net/ceph/ |
H A D | auth_x_protocol.h | 15 } __attribute__ ((packed)); 21 } __attribute__ ((packed)); 26 } __attribute__ ((packed)); 35 } __attribute__ ((packed)); 43 } __attribute__ ((packed)); 48 } __attribute__ ((packed)); 53 } __attribute__ ((packed)); 69 } __attribute__ ((packed)); 76 } __attribute__ ((packed)); 81 } __attribute__ ((packe [all...] |