| /linux/include/math-emu/ |
| H A D | op-common.h | 28 _FP_I_TYPE X##_c=0, X##_s=0, X##_e=0; \ 38 switch (X##_e) \ 43 X##_e -= _FP_EXPBIAS_##fs; \ 57 X##_e -= _FP_EXPBIAS_##fs - 1 + _shift; \ 94 X##_e += _FP_EXPBIAS_##fs; \ 95 if (X##_e > 0) \ 101 X##_e++; \ 104 if (X##_e >= _FP_EXPMAX_##fs) \ 122 X##_e = _FP_EXPMAX_##fs; \ 128 X##_e = _FP_EXPMAX_##fs - 1; \ [all …]
|
| H A D | op-1.h | 80 X##_e = _flo.bits.exp; \ 90 X##_e = _flo->bits.exp; \ 103 _flo.bits.exp = X##_e; \ 115 _flo->bits.exp = X##_e; \ 193 ? R##_e--, _FP_WFRACBITS_##fs \ 214 R##_e--; \ 233 R##_e--; \
|
| H A D | op-2.h | 186 X##_e = _flo.bits.exp; \ 197 X##_e = _flo->bits.exp; \ 212 _flo.bits.exp = X##_e; \ 225 _flo->bits.exp = X##_e; \ 434 R##_e--; \ 498 R##_e++; \
|
| H A D | op-4.h | 191 X##_e = _flo.bits.exp; \ 204 X##_e = _flo->bits.exp; \ 215 _flo.bits.exp = X##_e; \ 229 _flo->bits.exp = X##_e; \ 242 _FP_FRAC_DECL_2(_d); _FP_FRAC_DECL_2(_e); _FP_FRAC_DECL_2(_f); \ 366 R##_e--; \
|
| /linux/lib/crypto/arm/ |
| H A D | sha1-armv7-neon.S | 51 #define _e r8 macro 316 ldm RSTATE, {_a-_e}; 327 _R( _a, _b, _c, _d, _e, F1, 0, 330 _R( _e, _a, _b, _c, _d, F1, 1, 333 _R( _d, _e, _a, _b, _c, F1, 2, 336 _R( _c, _d, _e, _a, _b, F1, 3, 342 _R( _b, _c, _d, _e, _a, F1, 4, 345 _R( _a, _b, _c, _d, _e, F1, 5, 348 _R( _e, _a, _b, _c, _d, F1, 6, 351 _R( _d, _e, _a, _b, _c, F1, 7, [all …]
|
| /linux/arch/sparc/vdso/ |
| H A D | vma.c | 87 static int find_sections64(const struct vdso_image *image, struct vdso_elfinfo *_e) in find_sections64() argument 89 struct vdso_elfinfo64 *e = &_e->u.elf64; in find_sections64() 116 static int patchsym64(struct vdso_elfinfo *_e, const char *orig, in patchsym64() argument 119 struct vdso_elfinfo64 *e = &_e->u.elf64; in patchsym64() 155 static int find_sections32(const struct vdso_image *image, struct vdso_elfinfo *_e) in find_sections32() argument 157 struct vdso_elfinfo32 *e = &_e->u.elf32; in find_sections32() 184 static int patchsym32(struct vdso_elfinfo *_e, const char *orig, in patchsym32() argument 187 struct vdso_elfinfo32 *e = &_e->u.elf32; in patchsym32()
|
| /linux/drivers/scsi/fnic/ |
| H A D | fnic_trace.h | 73 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument 90 trace_buf->data[4] = (u64)(unsigned long)_e; \
|
| /linux/fs/afs/ |
| H A D | vl_probe.c | 150 struct afs_error *_e) in afs_do_probe_vlserver() argument 188 afs_prioritise_error(_e, call->error, call->abort_code); in afs_do_probe_vlserver() 192 afs_prioritise_error(_e, PTR_ERR(call), 0); in afs_do_probe_vlserver()
|
| /linux/rust/syn/ |
| H A D | macros.rs | 126 ($($arms)* $(#[cfg $cfg_attr])* $name::$variant(_e) => _e.to_tokens($tokens),)
|
| /linux/arch/arm/mach-footbridge/ |
| H A D | dc21285.c | 291 #define dc21285_request_irq(_a, _b, _c, _d, _e) \ argument 292 WARN_ON(request_irq(_a, _b, _c, _d, _e) < 0)
|
| /linux/arch/x86/kvm/ |
| H A D | emulate.c | 3941 #define EXT(_f, _e) { .flags = ((_f) | RMExt), .u.group = (_e) } argument 3946 #define E(_f, _e) { .flags = ((_f) | Escape | ModRM), .u.esc = (_e) } argument 3947 #define I(_f, _e) { .flags = (_f), .u.execute = (_e) } argument 3948 #define II(_f, _e, _i) \ argument 3949 { .flags = (_f)|Intercept, .u.execute = (_e), .intercept = x86_intercept_##_i } 3950 #define IIP(_f, _e, _i, _p) \ argument 3951 { .flags = (_f)|Intercept|CheckPerm, .u.execute = (_e), \ 3957 #define I2bv(_f, _e) I((_f) | ByteOp, _e), I(_f, _e) argument 3958 #define F2bv(_f, _e) F((_f) | ByteOp, _e), F(_f, _e) argument 3959 #define I2bvIP(_f, _e, _i, _p) \ argument [all …]
|
| /linux/arch/powerpc/platforms/ps3/ |
| H A D | spu.c | 121 #define dump_areas(_a, _b, _c, _d, _e) \ argument 122 _dump_areas(_a, _b, _c, _d, _e, __func__, __LINE__)
|
| /linux/drivers/net/wireless/ath/ath5k/ |
| H A D | ath5k.h | 932 #define AR5K_ASSERT_ENTRY(_e, _s) do { \ argument 933 if (_e >= _s) \
|
| /linux/kernel/trace/ |
| H A D | trace.h | 2376 struct ftrace_graph_ent_entry *_e = e; \ 2382 _re = (typeof(_re))_e; \ 2385 _args = _e->args; \
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | debug.c | 468 #define __GEN_TXPWR_ENT_NESTED(_e) \ argument 469 { .nested = true, .ptr = __txpwr_ent_##_e, \ 470 .len = ARRAY_SIZE(__txpwr_ent_##_e) }
|