__force
return *(*((typeof(addr) __force *) addr));
return (__force __be32 *) x; // should not warn, forced cast
return (__be32 __force *) x; // should not warn, forced cast
#define __cpu_to_be16(x) ((__force __be16)__swab16((x)))
A = (__force apple_t) 0,
B = (__force orange_t) 1,
BR = (__force bits) 0,
BS = (__force bits) 1,
AR = (__force bits) 0,
AS = (__force bits) 1,
RZ = (__force bits) 0,
RO = (__force bits) 1,
RM = (__force bits) -1,
static void foo(__force void * addr)
return (*((typeof(s->a) __force *) &s->a)) & 1;
(__force __le32)t4_read_reg(adap,
(__force u32)cpu_to_le32(last.word));
*data = (__force __u32)(cpu_to_be32(*data));
c.param[0].val = (__force __be32)op;
*buf++ = le32_to_cpu((__force __le32)t4_read_reg(adap,
(__force u32)cpu_to_le32(*buf++));
y = (__force u64)cpu_to_be64(y);