Home
last modified time | relevance | path

Searched refs:__bitwise (Results 1 – 25 of 48) sorted by relevance

12

/Linux-v4.19/include/uapi/linux/
Dtypes.h27 #define __bitwise __bitwise__ macro
29 typedef __u16 __bitwise __le16;
30 typedef __u16 __bitwise __be16;
31 typedef __u32 __bitwise __le32;
32 typedef __u32 __bitwise __be32;
33 typedef __u64 __bitwise __le64;
34 typedef __u64 __bitwise __be64;
36 typedef __u16 __bitwise __sum16;
37 typedef __u32 __bitwise __wsum;
52 typedef unsigned __bitwise __poll_t;
Dvirtio_types.h42 typedef __u16 __bitwise __virtio16;
43 typedef __u32 __bitwise __virtio32;
44 typedef __u64 __bitwise __virtio64;
/Linux-v4.19/tools/testing/selftests/bpf/include/uapi/linux/
Dtypes.h8 #define __bitwise macro
9 typedef __u16 __bitwise __le16;
10 typedef __u16 __bitwise __be16;
11 typedef __u32 __bitwise __le32;
12 typedef __u32 __bitwise __be32;
13 typedef __u64 __bitwise __le64;
14 typedef __u64 __bitwise __be64;
16 typedef __u16 __bitwise __sum16;
17 typedef __u32 __bitwise __wsum;
/Linux-v4.19/tools/include/linux/
Dtypes.h47 #define __bitwise __bitwise__ macro
54 typedef __u16 __bitwise __le16;
55 typedef __u16 __bitwise __be16;
56 typedef __u32 __bitwise __le32;
57 typedef __u32 __bitwise __be32;
58 typedef __u64 __bitwise __le64;
59 typedef __u64 __bitwise __be64;
/Linux-v4.19/Documentation/translations/zh_CN/
Dsparse.txt31 "__bitwise" 是一种类型属性,所以你应该这样使用它:
33 typedef int __bitwise pm_request_t;
45 而且使用 gcc 编译的时候,所有的 __bitwise/__force 都会消失,最后在 gcc
49 __bitwise"类型。
53 typedef int __bitwise pm_request_t;
/Linux-v4.19/fs/ntfs/
Dtypes.h31 typedef __u16 __bitwise sle16;
32 typedef __u32 __bitwise sle32;
33 typedef __u64 __bitwise sle64;
/Linux-v4.19/drivers/md/
Ddm-cache-block-types.h20 typedef dm_block_t __bitwise dm_oblock_t;
21 typedef uint32_t __bitwise dm_cblock_t;
22 typedef dm_block_t __bitwise dm_dblock_t;
/Linux-v4.19/drivers/staging/gdm724x/
Dgdm_endian.h13 typedef __u32 __bitwise __dev32;
14 typedef __u16 __bitwise __dev16;
/Linux-v4.19/include/linux/
Dtypes.h158 typedef unsigned __bitwise gfp_t;
159 typedef unsigned __bitwise slab_flags_t;
160 typedef unsigned __bitwise fmode_t;
Dblk_types.h27 typedef u32 __bitwise blk_status_t;
29 typedef u8 __bitwise blk_status_t;
259 typedef __u32 __bitwise blk_mq_req_flags_t;
Domap-mailbox.h11 typedef int __bitwise omap_mbox_irq_t;
/Linux-v4.19/fs/qnx6/
Dqnx6.h23 typedef __u16 __bitwise __fs16;
24 typedef __u32 __bitwise __fs32;
25 typedef __u64 __bitwise __fs64;
/Linux-v4.19/Documentation/dev-tools/
Dsparse.rst17 "__bitwise" is a type attribute, so you have to do something like this::
19 typedef int __bitwise pm_request_t;
32 And with gcc, all the "__bitwise"/"__force stuff" goes away, and it all
36 boils down to one special "int __bitwise" type.
40 typedef int __bitwise pm_request_t;
/Linux-v4.19/fs/befs/
Dbefs_fs_types.h87 typedef u64 __bitwise fs64;
88 typedef u32 __bitwise fs32;
89 typedef u16 __bitwise fs16;
/Linux-v4.19/fs/freevxfs/
Dvxfs.h62 typedef __u16 __bitwise __fs16;
63 typedef __u32 __bitwise __fs32;
64 typedef __u64 __bitwise __fs64;
/Linux-v4.19/tools/include/uapi/sound/
Dasound.h183 typedef int __bitwise snd_pcm_access_t;
191 typedef int __bitwise snd_pcm_format_t;
274 typedef int __bitwise snd_pcm_subformat_t;
305 typedef int __bitwise snd_pcm_state_t;
838 typedef int __bitwise snd_ctl_elem_type_t;
848 typedef int __bitwise snd_ctl_elem_iface_t;
/Linux-v4.19/include/uapi/sound/
Dasound.h183 typedef int __bitwise snd_pcm_access_t;
191 typedef int __bitwise snd_pcm_format_t;
274 typedef int __bitwise snd_pcm_subformat_t;
305 typedef int __bitwise snd_pcm_state_t;
838 typedef int __bitwise snd_ctl_elem_type_t;
848 typedef int __bitwise snd_ctl_elem_iface_t;
/Linux-v4.19/include/scsi/
Dosd_types.h24 typedef u64 __bitwise osd_id;
/Linux-v4.19/drivers/dma/
Dfsldma.h94 typedef u64 __bitwise v64;
95 typedef u32 __bitwise v32;
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_tcp_estats.c51 typedef __u32 __bitwise __portpair;
52 typedef __u64 __bitwise __addrpair;
/Linux-v4.19/net/ieee802154/6lowpan/
D6lowpan_i.h11 typedef unsigned __bitwise lowpan_rx_result;
/Linux-v4.19/fs/sysv/
Dsysv.h7 typedef __u16 __bitwise __fs16;
8 typedef __u32 __bitwise __fs32;
/Linux-v4.19/arch/arm/plat-samsung/include/plat/
Dgpio-cfg.h25 typedef unsigned int __bitwise samsung_gpio_pull_t;
/Linux-v4.19/fs/xfs/
Dkmem.h18 typedef unsigned __bitwise xfs_km_flags_t;
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/fw/
Dfile.h237 typedef unsigned int __bitwise iwl_ucode_tlv_api_t;
290 typedef unsigned int __bitwise iwl_ucode_tlv_capa_t;

12