Searched refs:__bitwise (Results 1 - 25 of 67) sorted by relevance

123

/linux-master/include/uapi/linux/
H A Dvirtio_types.h42 typedef __u16 __bitwise __virtio16;
43 typedef __u32 __bitwise __virtio32;
44 typedef __u64 __bitwise __virtio64;
H A Drpmsg_types.h7 typedef __u16 __bitwise __rpmsg16;
8 typedef __u32 __bitwise __rpmsg32;
9 typedef __u64 __bitwise __rpmsg64;
H A Dtypes.h28 #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...]
/linux-master/tools/include/uapi/linux/
H A 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-master/tools/include/linux/
H A Dtypes.h46 #define __bitwise __attribute__((bitwise)) macro
48 #define __bitwise macro
61 typedef __u16 __bitwise __le16;
62 typedef __u16 __bitwise __be16;
63 typedef __u32 __bitwise __le32;
64 typedef __u32 __bitwise __be32;
65 typedef __u64 __bitwise __le64;
66 typedef __u64 __bitwise __be64;
68 typedef __u16 __bitwise __sum16;
69 typedef __u32 __bitwise __wsu
[all...]
/linux-master/drivers/md/
H A Ddm-cache-block-types.h21 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-master/include/net/
H A Dnetmem.h20 typedef unsigned long __bitwise netmem_ref;
H A Dinet_dscp.h38 typedef u8 __bitwise dscp_t;
H A Dmacsec.h34 typedef u64 __bitwise sci_t;
35 typedef u32 __bitwise ssci_t;
/linux-master/drivers/staging/gdm724x/
H A Dgdm_endian.h13 typedef __u32 __bitwise __dev32;
14 typedef __u16 __bitwise __dev16;
/linux-master/include/linux/
H A Domap-mailbox.h13 typedef int __bitwise omap_mbox_irq_t;
H A Dtypes.h157 typedef unsigned int __bitwise gfp_t;
158 typedef unsigned int __bitwise slab_flags_t;
159 typedef unsigned int __bitwise fmode_t;
H A Dblk_types.h94 typedef u32 __bitwise blk_status_t;
97 typedef u8 __bitwise blk_status_t;
214 typedef __u32 __bitwise blk_opf_t;
311 typedef __u32 __bitwise blk_mq_req_flags_t;
H A Dgfp_types.h18 typedef unsigned int __bitwise gfp_t;
/linux-master/arch/s390/include/asm/
H A Ddma-types.h20 typedef u32 __bitwise dma32_t;
31 typedef u64 __bitwise dma64_t;
/linux-master/fs/qnx6/
H A Dqnx6.h23 typedef __u16 __bitwise __fs16;
24 typedef __u32 __bitwise __fs32;
25 typedef __u64 __bitwise __fs64;
/linux-master/net/ieee802154/6lowpan/
H A D6lowpan_i.h11 typedef unsigned __bitwise lowpan_rx_result;
/linux-master/fs/befs/
H A Dbefs_fs_types.h87 typedef u64 __bitwise fs64;
88 typedef u32 __bitwise fs32;
89 typedef u16 __bitwise fs16;
/linux-master/arch/arm/mach-s3c/
H A Dgpio-cfg.h25 typedef unsigned int __bitwise samsung_gpio_pull_t;
/linux-master/net/mac80211/
H A Ddrop.h12 typedef unsigned int __bitwise ieee80211_rx_result;
/linux-master/fs/freevxfs/
H A Dvxfs.h37 typedef __u16 __bitwise __fs16;
38 typedef __u32 __bitwise __fs32;
39 typedef __u64 __bitwise __fs64;
/linux-master/drivers/dma/
H A Dfsldma.h89 typedef u64 __bitwise v64;
90 typedef u32 __bitwise v32;
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_estats.c51 typedef __u32 __bitwise __portpair;
52 typedef __u64 __bitwise __addrpair;
/linux-master/fs/sysv/
H A Dsysv.h7 typedef __u16 __bitwise __fs16;
8 typedef __u32 __bitwise __fs32;
/linux-master/include/uapi/sound/
H A Dasound.h172 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;
1055 typedef int __bitwise snd_ctl_elem_type_t;
1065 typedef int __bitwise snd_ctl_elem_iface_t;

Completed in 378 milliseconds

123