Symbol: _e
arch/arm/mach-footbridge/dc21285.c
291
#define dc21285_request_irq(_a, _b, _c, _d, _e) \
arch/arm/mach-footbridge/dc21285.c
292
WARN_ON(request_irq(_a, _b, _c, _d, _e) < 0)
arch/powerpc/platforms/ps3/repository.c
39
#define dump_node_name(_a, _b, _c, _d, _e) \
arch/powerpc/platforms/ps3/repository.c
40
_dump_node_name(_a, _b, _c, _d, _e, __func__, __LINE__)
arch/powerpc/platforms/ps3/repository.c
51
#define dump_node(_a, _b, _c, _d, _e, _f, _g) \
arch/powerpc/platforms/ps3/repository.c
52
_dump_node(_a, _b, _c, _d, _e, _f, _g, __func__, __LINE__)
arch/powerpc/platforms/ps3/spu.c
121
#define dump_areas(_a, _b, _c, _d, _e) \
arch/powerpc/platforms/ps3/spu.c
122
_dump_areas(_a, _b, _c, _d, _e, __func__, __LINE__)
arch/sparc/vdso/vma.c
116
static int patchsym64(struct vdso_elfinfo *_e, const char *orig,
arch/sparc/vdso/vma.c
119
struct vdso_elfinfo64 *e = &_e->u.elf64;
arch/sparc/vdso/vma.c
155
static int find_sections32(const struct vdso_image *image, struct vdso_elfinfo *_e)
arch/sparc/vdso/vma.c
157
struct vdso_elfinfo32 *e = &_e->u.elf32;
arch/sparc/vdso/vma.c
184
static int patchsym32(struct vdso_elfinfo *_e, const char *orig,
arch/sparc/vdso/vma.c
187
struct vdso_elfinfo32 *e = &_e->u.elf32;
arch/sparc/vdso/vma.c
87
static int find_sections64(const struct vdso_image *image, struct vdso_elfinfo *_e)
arch/sparc/vdso/vma.c
89
struct vdso_elfinfo64 *e = &_e->u.elf64;
arch/x86/include/asm/xen/interface_64.h
92
uint32_t _e ## name; \
arch/x86/kvm/emulate.c
3941
#define EXT(_f, _e) { .flags = ((_f) | RMExt), .u.group = (_e) }
arch/x86/kvm/emulate.c
3946
#define E(_f, _e) { .flags = ((_f) | Escape | ModRM), .u.esc = (_e) }
arch/x86/kvm/emulate.c
3947
#define I(_f, _e) { .flags = (_f), .u.execute = (_e) }
arch/x86/kvm/emulate.c
3948
#define II(_f, _e, _i) \
arch/x86/kvm/emulate.c
3949
{ .flags = (_f)|Intercept, .u.execute = (_e), .intercept = x86_intercept_##_i }
arch/x86/kvm/emulate.c
3950
#define IIP(_f, _e, _i, _p) \
arch/x86/kvm/emulate.c
3951
{ .flags = (_f)|Intercept|CheckPerm, .u.execute = (_e), \
arch/x86/kvm/emulate.c
3957
#define I2bv(_f, _e) I((_f) | ByteOp, _e), I(_f, _e)
arch/x86/kvm/emulate.c
3958
#define F2bv(_f, _e) F((_f) | ByteOp, _e), F(_f, _e)
arch/x86/kvm/emulate.c
3959
#define I2bvIP(_f, _e, _i, _p) \
arch/x86/kvm/emulate.c
3960
IIP((_f) | ByteOp, _e, _i, _p), IIP(_f, _e, _i, _p)
arch/x86/kvm/emulate.c
3962
#define I6ALU(_f, _e) I2bv((_f) | DstMem | SrcReg | ModRM, _e), \
arch/x86/kvm/emulate.c
3963
I2bv(((_f) | DstReg | SrcMem | ModRM) & ~Lock, _e), \
arch/x86/kvm/emulate.c
3964
I2bv(((_f) & ~Lock) | DstAcc | SrcImm, _e)
drivers/clk/nxp/clk-lpc32xx.c
1170
#define LPC32XX_DEFINE_CLK(_idx, _reg, _e, _em, _d, _dm, _b, _bm, _ops) \
drivers/clk/nxp/clk-lpc32xx.c
1179
.enable = (_e), \
drivers/clk/nxp/clk-lpc32xx.c
1191
#define LPC32XX_DEFINE_USB(_idx, _ce, _cd, _cm, _e, _b, _ops) \
drivers/clk/nxp/clk-lpc32xx.c
1202
.enable = (_e), \
drivers/hid/bpf/progs/hid_bpf_helpers.h
178
#define _ARG14(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, _d, _e) _1; _2; _3; _4; _5; _6; _7; _8; _9; _a; _b; _c; _d; _e;
drivers/hid/bpf/progs/hid_bpf_helpers.h
179
#define _ARG15(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, _d, _e, _f) _1; _2; _3; _4; _5; _6; _7; _8; _9; _a; _b; _c; _d; _e; _f;
drivers/net/wireless/ath/ath5k/ath5k.h
932
#define AR5K_ASSERT_ENTRY(_e, _s) do { \
drivers/net/wireless/ath/ath5k/ath5k.h
933
if (_e >= _s) \
drivers/net/wireless/realtek/rtw89/debug.c
468
#define __GEN_TXPWR_ENT_NESTED(_e) \
drivers/net/wireless/realtek/rtw89/debug.c
469
{ .nested = true, .ptr = __txpwr_ent_##_e, \
drivers/net/wireless/realtek/rtw89/debug.c
470
.len = ARRAY_SIZE(__txpwr_ent_##_e) }
drivers/scsi/fnic/fnic_trace.h
73
#define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \
drivers/scsi/fnic/fnic_trace.h
90
trace_buf->data[4] = (u64)(unsigned long)_e; \
fs/afs/vl_probe.c
150
struct afs_error *_e)
fs/afs/vl_probe.c
188
afs_prioritise_error(_e, call->error, call->abort_code);
fs/afs/vl_probe.c
192
afs_prioritise_error(_e, PTR_ERR(call), 0);
include/linux/iio/iio.h
100
#define IIO_ENUM(_name, _shared, _e) \
include/linux/iio/iio.h
106
.private = (uintptr_t)(_e), \
include/linux/iio/iio.h
118
#define IIO_ENUM_AVAILABLE(_name, _shared, _e) \
include/linux/iio/iio.h
123
.private = (uintptr_t)(_e), \
include/math-emu/op-1.h
103
_flo.bits.exp = X##_e; \
include/math-emu/op-1.h
115
_flo->bits.exp = X##_e; \
include/math-emu/op-1.h
193
? R##_e--, _FP_WFRACBITS_##fs \
include/math-emu/op-1.h
214
R##_e--; \
include/math-emu/op-1.h
233
R##_e--; \
include/math-emu/op-1.h
80
X##_e = _flo.bits.exp; \
include/math-emu/op-1.h
90
X##_e = _flo->bits.exp; \
include/math-emu/op-2.h
186
X##_e = _flo.bits.exp; \
include/math-emu/op-2.h
197
X##_e = _flo->bits.exp; \
include/math-emu/op-2.h
212
_flo.bits.exp = X##_e; \
include/math-emu/op-2.h
225
_flo->bits.exp = X##_e; \
include/math-emu/op-2.h
434
R##_e--; \
include/math-emu/op-2.h
498
R##_e++; \
include/math-emu/op-4.h
191
X##_e = _flo.bits.exp; \
include/math-emu/op-4.h
204
X##_e = _flo->bits.exp; \
include/math-emu/op-4.h
215
_flo.bits.exp = X##_e; \
include/math-emu/op-4.h
229
_flo->bits.exp = X##_e; \
include/math-emu/op-4.h
242
_FP_FRAC_DECL_2(_d); _FP_FRAC_DECL_2(_e); _FP_FRAC_DECL_2(_f); \
include/math-emu/op-4.h
366
R##_e--; \
include/math-emu/op-common.h
101
X##_e++; \
include/math-emu/op-common.h
104
if (X##_e >= _FP_EXPMAX_##fs) \
include/math-emu/op-common.h
122
X##_e = _FP_EXPMAX_##fs; \
include/math-emu/op-common.h
128
X##_e = _FP_EXPMAX_##fs - 1; \
include/math-emu/op-common.h
138
X##_e = -X##_e + 1; \
include/math-emu/op-common.h
139
if (X##_e <= _FP_WFRACBITS_##fs) \
include/math-emu/op-common.h
141
_FP_FRAC_SRS_##wc(X, X##_e, _FP_WFRACBITS_##fs); \
include/math-emu/op-common.h
145
X##_e = 1; \
include/math-emu/op-common.h
154
X##_e = 1; \
include/math-emu/op-common.h
160
X##_e = 0; \
include/math-emu/op-common.h
171
X##_e = 0; \
include/math-emu/op-common.h
184
X##_e = 0; \
include/math-emu/op-common.h
189
X##_e = _FP_EXPMAX_##fs; \
include/math-emu/op-common.h
194
X##_e = _FP_EXPMAX_##fs; \
include/math-emu/op-common.h
212
if (X##_e == _FP_EXPMAX_##fs) \
include/math-emu/op-common.h
236
_FP_I_TYPE diff = X##_e - Y##_e; \
include/math-emu/op-common.h
245
R##_e = Y##_e; \
include/math-emu/op-common.h
256
R##_e = X##_e; \
include/math-emu/op-common.h
268
R##_e++; \
include/math-emu/op-common.h
28
_FP_I_TYPE X##_c=0, X##_s=0, X##_e=0; \
include/math-emu/op-common.h
297
R##_e -= diff; \
include/math-emu/op-common.h
310
R##_e = X##_e; \
include/math-emu/op-common.h
321
R##_e = Y##_e; \
include/math-emu/op-common.h
38
switch (X##_e) \
include/math-emu/op-common.h
386
R##_e = X##_e; \
include/math-emu/op-common.h
402
R##_e = X##_e + Y##_e + 1; \
include/math-emu/op-common.h
409
R##_e--; \
include/math-emu/op-common.h
43
X##_e -= _FP_EXPBIAS_##fs; \
include/math-emu/op-common.h
467
R##_e = X##_e - Y##_e; \
include/math-emu/op-common.h
534
if ((X##_e == _FP_EXPMAX_##fs && !_FP_FRAC_ZEROP_##wc(X)) \
include/math-emu/op-common.h
535
|| (Y##_e == _FP_EXPMAX_##fs && !_FP_FRAC_ZEROP_##wc(Y))) \
include/math-emu/op-common.h
544
__is_zero_x = (!X##_e && _FP_FRAC_ZEROP_##wc(X)) ? 1 : 0; \
include/math-emu/op-common.h
545
__is_zero_y = (!Y##_e && _FP_FRAC_ZEROP_##wc(Y)) ? 1 : 0; \
include/math-emu/op-common.h
555
else if (X##_e > Y##_e) \
include/math-emu/op-common.h
557
else if (X##_e < Y##_e) \
include/math-emu/op-common.h
57
X##_e -= _FP_EXPBIAS_##fs - 1 + _shift; \
include/math-emu/op-common.h
574
if ((X##_e == _FP_EXPMAX_##fs && !_FP_FRAC_ZEROP_##wc(X)) \
include/math-emu/op-common.h
575
|| (Y##_e == _FP_EXPMAX_##fs && !_FP_FRAC_ZEROP_##wc(Y))) \
include/math-emu/op-common.h
581
ret = !(X##_e == Y##_e \
include/math-emu/op-common.h
583
&& (X##_s == Y##_s || !X##_e && _FP_FRAC_ZEROP_##wc(X))); \
include/math-emu/op-common.h
631
if (X##_e & 1) \
include/math-emu/op-common.h
633
R##_e = X##_e >> 1; \
include/math-emu/op-common.h
662
if (X##_e < 0) \
include/math-emu/op-common.h
669
else if (X##_e >= rsize - (rsigned > 0 || X##_s) \
include/math-emu/op-common.h
678
|| X##_e >= rsize - 1 + _FP_WFRACBITS_##fs) \
include/math-emu/op-common.h
682
_FP_FRAC_SLL_##wc(X, (X##_e - _FP_WFRACBITS_##fs + 1)); \
include/math-emu/op-common.h
705
r <<= X##_e - _FP_WFRACBITS_##fs; \
include/math-emu/op-common.h
709
if (X##_e >= _FP_WFRACBITS_##fs) \
include/math-emu/op-common.h
710
_FP_FRAC_SLL_##wc(X, (X##_e - _FP_WFRACBITS_##fs + 1)); \
include/math-emu/op-common.h
711
else if (X##_e < _FP_WFRACBITS_##fs - 1) \
include/math-emu/op-common.h
713
_FP_FRAC_SRS_##wc(X, (_FP_WFRACBITS_##fs - X##_e - 2), \
include/math-emu/op-common.h
734
if (X##_e >= _FP_FRACBITS_##fs - 1) \
include/math-emu/op-common.h
736
if (X##_e < rsize - 1 + _FP_WFRACBITS_##fs) \
include/math-emu/op-common.h
738
if (X##_e >= _FP_WFRACBITS_##fs - 1) \
include/math-emu/op-common.h
741
r <<= X##_e - _FP_WFRACBITS_##fs + 1; \
include/math-emu/op-common.h
745
_FP_FRAC_SRL_##wc(X, _FP_WORKBITS - X##_e \
include/math-emu/op-common.h
754
if (X##_e <= -_FP_WORKBITS - 1) \
include/math-emu/op-common.h
757
_FP_FRAC_SRS_##wc(X, _FP_FRACBITS_##fs - 1 - X##_e, \
include/math-emu/op-common.h
763
X##_e++; /* For overflow detection. */ \
include/math-emu/op-common.h
769
if (X##_e >= rsize - (rsigned > 0 || X##_s) \
include/math-emu/op-common.h
807
? ({ __FP_CLZ(X##_e, ur_); }) \
include/math-emu/op-common.h
809
__FP_CLZ_2(X##_e, (_FP_W_TYPE)(ur_ >> _FP_W_TYPE_SIZE), \
include/math-emu/op-common.h
813
X##_e -= (_FP_W_TYPE_SIZE - rsize); \
include/math-emu/op-common.h
814
X##_e = rsize - X##_e - 1; \
include/math-emu/op-common.h
816
if (_FP_FRACBITS_##fs < rsize && _FP_WFRACBITS_##fs <= X##_e) \
include/math-emu/op-common.h
817
__FP_FRAC_SRS_1(ur_, (X##_e - _FP_WFRACBITS_##fs + 1), rsize);\
include/math-emu/op-common.h
819
if ((_FP_WFRACBITS_##fs - X##_e - 1) > 0) \
include/math-emu/op-common.h
820
_FP_FRAC_SLL_##wc(X, (_FP_WFRACBITS_##fs - X##_e - 1)); \
include/math-emu/op-common.h
832
D##_e = S##_e; \
include/math-emu/op-common.h
94
X##_e += _FP_EXPBIAS_##fs; \
include/math-emu/op-common.h
95
if (X##_e > 0) \
kernel/trace/trace.h
2376
struct ftrace_graph_ent_entry *_e = e; \
kernel/trace/trace.h
2382
_re = (typeof(_re))_e; \
kernel/trace/trace.h
2385
_args = _e->args; \