Home
last modified time | relevance | path

Searched refs:__force (Results 1 – 11 of 11) sorted by last modified time

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c865 *buf++ = le32_to_cpu((__force __le32)t4_read_reg(adap, in t4_memory_rw_addr()
869 (__force u32)cpu_to_le32(*buf++)); in t4_memory_rw_addr()
906 (__force __le32)t4_read_reg(adap, in t4_memory_rw_addr()
915 (__force u32)cpu_to_le32(last.word)); in t4_memory_rw_addr()
3535 *data = (__force __u32)(cpu_to_be32(*data)); in t4_read_flash()
4433 c.param[0].val = (__force __be32)op; in t4_fwcache()
H A Dcommon.h43 #define __force macro
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg_lib.c3444 y = (__force u64)cpu_to_be64(y); in cudbg_tcamxy2valmask()
/illumos-gate/usr/src/tools/smatch/src/validation/linear/
H A Dunexamined-base-type.c1 # define __force __attribute__((force)) macro
9 return (*((typeof(s->a) __force *) &s->a)) & 1; in foo()
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dfored_arg.c6 #define __force __attribute__((force)) macro
8 static void foo(__force void * addr) in foo()
H A Denum-bitwise.c2 #define __force __attribute__((force)) macro
7 RZ = (__force bits) 0,
8 RO = (__force bits) 1,
9 RM = (__force bits) -1,
H A Denum-bitwise-bad.c2 #define __force __attribute__((force)) macro
8 A = (__force apple_t) 0,
9 B = (__force orange_t) 1,
H A Denum-bitwise-mixed.c2 #define __force __attribute__((force)) macro
7 AR = (__force bits) 0,
9 AS = (__force bits) 1,
16 BR = (__force bits) 0,
18 BS = (__force bits) 1,
H A Dbitwise-cast-ptr.c2 #define __force __attribute__((force)) macro
19 return (__force __be32 *) x; // should not warn, forced cast in tobf()
20 return (__be32 __force *) x; // should not warn, forced cast in tobf()
H A Dbswap-constant-folding.c4 #define __force macro
8 #define __cpu_to_be16(x) ((__force __be16)__swab16((x)))
H A Dbadtype5.c1 #define __force __attribute__((force)) macro
6 return *(*((typeof(addr) __force *) addr)); in foo()