/linux/include/uapi/linux/ |
H A D | types.h | 28 #define __bitwise __attribute__((bitwise)) macro 30 #define __bitwise macro 34 #define __bitwise__ __bitwise 36 typedef __u16 __bitwise __le16; 37 typedef __u16 __bitwise __be16; 38 typedef __u32 __bitwise __le32; 39 typedef __u32 __bitwise __be32; 40 typedef __u64 __bitwise __le64; 41 typedef __u64 __bitwise __be64; 43 typedef __u16 __bitwise __sum1 [all...] |
H A D | rpmsg_types.h | 7 typedef __u16 __bitwise __rpmsg16; 8 typedef __u32 __bitwise __rpmsg32; 9 typedef __u64 __bitwise __rpmsg64;
|
H A D | virtio_types.h | 42 typedef __u16 __bitwise __virtio16; 43 typedef __u32 __bitwise __virtio32; 44 typedef __u64 __bitwise __virtio64;
|
/linux/tools/include/uapi/linux/ |
H A D | types.h | 10 #define __bitwise macro 11 typedef __u16 __bitwise __le16; 12 typedef __u16 __bitwise __be16; 13 typedef __u32 __bitwise __le32; 14 typedef __u32 __bitwise __be32; 15 typedef __u64 __bitwise __le64; 16 typedef __u64 __bitwise __be64; 18 typedef __u16 __bitwise __sum16; 19 typedef __u32 __bitwise __wsum;
|
/linux/tools/include/linux/ |
H A D | types.h | 48 #define __bitwise __attribute__((bitwise)) macro 50 #define __bitwise macro 63 typedef __u16 __bitwise __le16; 64 typedef __u16 __bitwise __be16; 65 typedef __u32 __bitwise __le32; 66 typedef __u32 __bitwise __be32; 67 typedef __u64 __bitwise __le64; 68 typedef __u64 __bitwise __be64; 70 typedef __u16 __bitwise __sum16; 71 typedef __u32 __bitwise __wsu [all...] |
/linux/Documentation/translations/zh_CN/dev-tools/ |
H A D | sparse.rst | 31 "__bitwise" 是一种类型属性,所以你应该这样使用它:: 33 typedef int __bitwise pm_request_t; 45 而且使用 gcc 编译的时候,所有的 __bitwise/__force 都会消失,最后在 gcc 49 __bitwise"类型。 53 typedef int __bitwise pm_request_t;
|
/linux/Documentation/translations/zh_TW/dev-tools/ |
H A D | sparse.rst | 30 "__bitwise" 是一種類型屬性,所以你應該這樣使用它:: 32 typedef int __bitwise pm_request_t; 44 而且使用 gcc 編譯的時候,所有的 __bitwise/__force 都會消失,最後在 gcc 48 __bitwise"類型。 52 typedef int __bitwise pm_request_t;
|
/linux/drivers/md/ |
H A D | dm-cache-block-types.h | 21 typedef dm_block_t __bitwise dm_oblock_t; 22 typedef uint32_t __bitwise dm_cblock_t; 23 typedef dm_block_t __bitwise dm_dblock_t;
|
/linux/fs/qnx6/ |
H A D | qnx6.h | 23 typedef __u16 __bitwise __fs16; 24 typedef __u32 __bitwise __fs32; 25 typedef __u64 __bitwise __fs64;
|
/linux/include/linux/ |
H A D | types.h | 163 typedef unsigned int __bitwise gfp_t; 164 typedef unsigned int __bitwise slab_flags_t; 165 typedef unsigned int __bitwise fmode_t;
|
H A D | pagewalk.h | 146 typedef int __bitwise folio_walk_flags_t;
|
H A D | mm_types.h | 1451 typedef __bitwise unsigned int vm_fault_t; 1612 typedef unsigned int __bitwise zap_flags_t; 1615 typedef int __bitwise cydp_t;
|
/linux/Documentation/dev-tools/ |
H A D | sparse.rst | 19 "__bitwise" is a type attribute, so you have to do something like this:: 21 typedef int __bitwise pm_request_t; 34 And with gcc, all the "__bitwise"/"__force stuff" goes away, and it all 38 boils down to one special "int __bitwise" type. 42 typedef int __bitwise pm_request_t;
|
/linux/fs/befs/ |
H A D | befs_fs_types.h | 87 typedef u64 __bitwise fs64; 88 typedef u32 __bitwise fs32; 89 typedef u16 __bitwise fs16;
|
/linux/arch/s390/include/asm/ |
H A D | dma-types.h | 20 typedef u32 __bitwise dma32_t; 31 typedef u64 __bitwise dma64_t;
|
/linux/fs/freevxfs/ |
H A D | vxfs.h | 37 typedef __u16 __bitwise __fs16; 38 typedef __u32 __bitwise __fs32; 39 typedef __u64 __bitwise __fs64;
|
/linux/include/net/ |
H A D | inet_dscp.h | 38 typedef u8 __bitwise dscp_t;
|
H A D | macsec.h | 34 typedef u64 __bitwise sci_t; 35 typedef u32 __bitwise ssci_t;
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_tcp_estats.c | 51 typedef __u32 __bitwise __portpair; 52 typedef __u64 __bitwise __addrpair;
|
/linux/tools/perf/trace/beauty/include/uapi/sound/ |
H A D | asound.h | 172 typedef int __bitwise snd_pcm_access_t; 180 typedef int __bitwise snd_pcm_format_t; 268 typedef int __bitwise snd_pcm_subformat_t; 306 typedef int __bitwise snd_pcm_state_t; 1075 typedef int __bitwise snd_ctl_elem_type_t; 1085 typedef int __bitwise snd_ctl_elem_iface_t;
|
/linux/include/uapi/sound/ |
H A D | asound.h | 172 typedef int __bitwise snd_pcm_access_t; 180 typedef int __bitwise snd_pcm_format_t; 268 typedef int __bitwise snd_pcm_subformat_t; 306 typedef int __bitwise snd_pcm_state_t; 1075 typedef int __bitwise snd_ctl_elem_type_t; 1085 typedef int __bitwise snd_ctl_elem_iface_t;
|
/linux/net/ieee802154/6lowpan/ |
H A D | 6lowpan_i.h | 11 typedef unsigned __bitwise lowpan_rx_result;
|
/linux/arch/arm/mach-s3c/ |
H A D | gpio-cfg.h | 25 typedef unsigned int __bitwise samsung_gpio_pull_t;
|
/linux/drivers/dma/ |
H A D | fsldma.h | 89 typedef u64 __bitwise v64; 90 typedef u32 __bitwise v32;
|
/linux/net/mac80211/ |
H A D | drop.h | 12 typedef unsigned int __bitwise ieee80211_rx_result;
|