Home
last modified time | relevance | path

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

123

/Linux-v5.10/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-v5.10/tools/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-v5.10/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-v5.10/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-v5.10/fs/ntfs/
Dtypes.h17 typedef __u16 __bitwise sle16;
18 typedef __u32 __bitwise sle32;
19 typedef __u64 __bitwise sle64;
/Linux-v5.10/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-v5.10/drivers/staging/gdm724x/
Dgdm_endian.h13 typedef __u32 __bitwise __dev32;
14 typedef __u16 __bitwise __dev16;
/Linux-v5.10/include/linux/
Dtypes.h148 typedef unsigned int __bitwise gfp_t;
149 typedef unsigned int __bitwise slab_flags_t;
150 typedef unsigned int __bitwise fmode_t;
Dblk_types.h56 typedef u32 __bitwise blk_status_t;
58 typedef u8 __bitwise blk_status_t;
317 typedef __u32 __bitwise blk_mq_req_flags_t;
Domap-mailbox.h13 typedef int __bitwise omap_mbox_irq_t;
/Linux-v5.10/fs/qnx6/
Dqnx6.h23 typedef __u16 __bitwise __fs16;
24 typedef __u32 __bitwise __fs32;
25 typedef __u64 __bitwise __fs64;
/Linux-v5.10/Documentation/dev-tools/
Dsparse.rst19 "__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-v5.10/fs/befs/
Dbefs_fs_types.h87 typedef u64 __bitwise fs64;
88 typedef u32 __bitwise fs32;
89 typedef u16 __bitwise fs16;
/Linux-v5.10/fs/freevxfs/
Dvxfs.h62 typedef __u16 __bitwise __fs16;
63 typedef __u32 __bitwise __fs32;
64 typedef __u64 __bitwise __fs64;
/Linux-v5.10/tools/include/uapi/sound/
Dasound.h186 typedef int __bitwise snd_pcm_access_t;
194 typedef int __bitwise snd_pcm_format_t;
277 typedef int __bitwise snd_pcm_subformat_t;
310 typedef int __bitwise snd_pcm_state_t;
953 typedef int __bitwise snd_ctl_elem_type_t;
963 typedef int __bitwise snd_ctl_elem_iface_t;
/Linux-v5.10/include/uapi/sound/
Dasound.h186 typedef int __bitwise snd_pcm_access_t;
194 typedef int __bitwise snd_pcm_format_t;
277 typedef int __bitwise snd_pcm_subformat_t;
310 typedef int __bitwise snd_pcm_state_t;
953 typedef int __bitwise snd_ctl_elem_type_t;
963 typedef int __bitwise snd_ctl_elem_iface_t;
/Linux-v5.10/include/net/
Dmacsec.h20 typedef u64 __bitwise sci_t;
21 typedef u32 __bitwise ssci_t;
/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dtest_tcp_estats.c51 typedef __u32 __bitwise __portpair;
52 typedef __u64 __bitwise __addrpair;
/Linux-v5.10/net/ieee802154/6lowpan/
D6lowpan_i.h11 typedef unsigned __bitwise lowpan_rx_result;
/Linux-v5.10/fs/sysv/
Dsysv.h7 typedef __u16 __bitwise __fs16;
8 typedef __u32 __bitwise __fs32;
/Linux-v5.10/arch/arm/mach-s3c/
Dgpio-cfg.h25 typedef unsigned int __bitwise samsung_gpio_pull_t;
/Linux-v5.10/fs/xfs/
Dkmem.h18 typedef unsigned __bitwise xfs_km_flags_t;
/Linux-v5.10/drivers/dma/
Dfsldma.h89 typedef u64 __bitwise v64;
90 typedef u32 __bitwise v32;
/Linux-v5.10/drivers/usb/host/
Duhci-hcd.h114 typedef __u32 __bitwise __hc32;
115 typedef __u16 __bitwise __hc16;

123