| /linux/include/math-emu/ |
| A D | op-4.h | 30 (D##_f[0] = S##_f[0], D##_f[1] = S##_f[1], \ 31 D##_f[2] = S##_f[2], D##_f[3] = S##_f[3]) 113 X##_f[3], X##_f[2], X##_f[1], X##_f[0], \ 114 Y##_f[3], Y##_f[2], Y##_f[1], Y##_f[0]) 118 X##_f[3], X##_f[2], X##_f[1], X##_f[0], \ 119 Y##_f[3], Y##_f[2], Y##_f[1], Y##_f[0]) 123 Y##_f[3], Y##_f[2], Y##_f[1], Y##_f[0]) 138 (X##_f[0] == Y##_f[0] && X##_f[1] == Y##_f[1] \ 139 && X##_f[2] == Y##_f[2] && X##_f[3] == Y##_f[3]) 143 (X##_f[3] == Y##_f[3] && (X##_f[2] > Y##_f[2] || \ [all …]
|
| A D | op-1.h | 39 X##_f += X##_f; \ 52 #define _FP_FRAC_ADD_1(R,X,Y) (R##_f = X##_f + Y##_f) 53 #define _FP_FRAC_SUB_1(R,X,Y) (R##_f = X##_f - Y##_f) 129 R##_f = X##_f * Y##_f; \ 192 X##_f <<= (X##_f < Y##_f \ 212 if (X##_f < Y##_f) \ 231 if (X##_f < Y##_f) \ 257 T##_f = S##_f + q; \ 258 if (T##_f <= X##_f) \ 269 if (S##_f < X##_f) \ [all …]
|
| A D | op-8.h | 42 X##_f[_i] = X##_f[_i-_skip]; \ 46 X##_f[_i] = X##_f[_i-_skip] << _up \ 48 X##_f[_i--] = X##_f[0] << _up; \ 51 X##_f[_i] = 0; \ 62 X##_f[_i] = X##_f[_i+_skip]; \ 66 X##_f[_i] = X##_f[_i+_skip] >> _down \ 68 X##_f[_i++] = X##_f[7] >> _down; \ 71 X##_f[_i] = 0; \ 93 X##_f[_i] = X##_f[_i+_skip]; \ 97 X##_f[_i] = X##_f[_i+_skip] >> _down \ [all …]
|
| /linux/drivers/net/ethernet/meta/fbnic/ |
| A D | fbnic.h | 98 #define wr32(_f, _r, _v) fbnic_wr32(_f, _r, _v) argument 99 #define rd32(_f, _r) fbnic_rd32(_f, _r) argument 100 #define wrfl(_f) fbnic_wrfl(_f) argument 106 #define fw_rd32(_f, _r) fbnic_fw_rd32(_f, _r) argument 107 #define fw_wr32(_f, _r, _v) fbnic_fw_wr32(_f, _r, _v) argument 108 #define fw_wrfl(_f) fbnic_fw_rd32(_f, FBNIC_FW_ZERO_REG) argument
|
| /linux/drivers/net/ethernet/sfc/ |
| A D | ef100_rx.c | 22 #define PREFIX_OFFSET_W(_f) (ESF_GZ_RX_PREFIX_ ## _f ## _LBN / 32) argument 23 #define PREFIX_OFFSET_B(_f) (ESF_GZ_RX_PREFIX_ ## _f ## _LBN % 32) argument 24 #define PREFIX_WIDTH_MASK(_f) ((1ULL << ESF_GZ_RX_PREFIX_ ## _f ## _WIDTH) - 1) argument 25 #define PREFIX_WORD(_p, _f) le32_to_cpu((__force __le32)(_p)[PREFIX_OFFSET_W(_f)]) argument 26 #define PREFIX_FIELD(_p, _f) ((PREFIX_WORD(_p, _f) >> PREFIX_OFFSET_B(_f)) & \ argument 27 PREFIX_WIDTH_MASK(_f))
|
| /linux/fs/bcachefs/ |
| A D | super-io.h | 27 #define field_to_type(_f, _name) \ argument 28 container_of_or_null(_f, struct bch_sb_field_##_name, field) 44 #define bch2_sb_field_nr_entries(_f) \ argument 45 (_f ? ((bch2_sb_field_bytes(&_f->field) - sizeof(*_f)) / \ 46 sizeof(_f->entries[0])) \
|
| A D | btree_node_scan.c | 446 #define for_each_found_btree_node_in_range(_f, _search, _idx) \ argument 447 for (size_t _idx = eytzinger0_find_gt((_f)->nodes.data, (_f)->nodes.nr, \ 448 sizeof((_f)->nodes.data[0]), \ 450 _idx < (_f)->nodes.nr && \ 451 (_f)->nodes.data[_idx].btree_id == _search.btree_id && \ 452 (_f)->nodes.data[_idx].level == _search.level && \ 453 bpos_lt((_f)->nodes.data[_idx].min_key, _search.max_key); \ 454 _idx = eytzinger0_next(_idx, (_f)->nodes.nr))
|
| A D | btree_gc.c | 851 #define copy_bucket_field(_errtype, _f) \ in bch2_alloc_write_key() argument 852 if (fsck_err_on(new._f != gc._f, \ in bch2_alloc_write_key() 854 "bucket %llu:%llu gen %u data type %s has wrong " #_f \ in bch2_alloc_write_key() 859 (u64) new._f, (u64) gc._f)) \ in bch2_alloc_write_key() 860 new._f = gc._f; \ in bch2_alloc_write_key()
|
| /linux/drivers/clk/x86/ |
| A D | clk-cgu.h | 203 #define LGM_MUX(_id, _name, _pdata, _f, _reg, \ argument 211 .flags = _f, \ 219 #define LGM_DIV(_id, _name, _pname, _f, _reg, _shift, _width, \ argument 230 .flags = _f, \ 241 #define LGM_GATE(_id, _name, _pname, _f, _reg, \ argument 252 .flags = _f, \ 259 #define LGM_FIXED(_id, _name, _pname, _f, _reg, \ argument 270 .flags = _f, \ 279 #define LGM_FIXED_FACTOR(_id, _name, _pname, _f, _reg, \ argument 290 .flags = _f, \
|
| /linux/include/linux/ |
| A D | sh_clk.h | 126 #define SH_CLK_MSTP32(_p, _r, _b, _f) \ argument 127 SH_CLK_MSTP(_p, _r, _b, 0, _f | CLK_ENABLE_REG_32BIT) 129 #define SH_CLK_MSTP32_STS(_p, _r, _b, _s, _f) \ argument 130 SH_CLK_MSTP(_p, _r, _b, _s, _f | CLK_ENABLE_REG_32BIT) 132 #define SH_CLK_MSTP16(_p, _r, _b, _f) \ argument 133 SH_CLK_MSTP(_p, _r, _b, 0, _f | CLK_ENABLE_REG_16BIT) 135 #define SH_CLK_MSTP8(_p, _r, _b, _f) \ argument 136 SH_CLK_MSTP(_p, _r, _b, 0, _f | CLK_ENABLE_REG_8BIT)
|
| A D | irq_work.h | 33 #define DEFINE_IRQ_WORK(name, _f) \ argument 34 struct irq_work name = IRQ_WORK_INIT(_f)
|
| /linux/tools/perf/util/ |
| A D | perf_event_attr_fprintf.c | 172 #define PRINT_ID(_s, _f) \ argument 176 snprintf(buf, size, _f, value); \ 178 snprintf(buf, size, _f" (%s)", value, __s); \ 263 #define PRINT_ATTRn(_n, _f, _p, _a) \ argument 265 if (_a || attr->_f) { \ 266 _p(attr->_f); \ 271 #define PRINT_ATTRf(_f, _p) PRINT_ATTRn(#_f, _f, _p, false) argument
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| A D | hw.h | 121 #define SM(_v, _f) (((_v) << _f##_S) & _f) argument 122 #define MS(_v, _f) (((_v) & _f) >> _f##_S) argument 123 #define REG_RMW_FIELD(_a, _r, _f, _v) \ argument 124 REG_RMW(_a, _r, (((_v) << _f##_S) & _f), (_f)) 125 #define REG_READ_FIELD(_a, _r, _f) \ argument 126 (((REG_READ(_a, _r) & _f) >> _f##_S)) 127 #define REG_SET_BIT(_a, _r, _f) \ argument 128 REG_RMW(_a, _r, (_f), 0) 129 #define REG_CLR_BIT(_a, _r, _f) \ argument 130 REG_RMW(_a, _r, 0, (_f))
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| A D | feature.h | 72 #define BRCMF_FEAT_DEF(_f) \ argument 73 BRCMF_FEAT_ ## _f,
|
| A D | feature.c | 25 #define BRCMF_FEAT_DEF(_f) \ argument 26 #_f,
|
| /linux/drivers/iio/imu/inv_icm42600/ |
| A D | inv_icm42600.h | 299 #define INV_ICM42600_GYRO_ACCEL_CONFIG0_ACCEL_FILT(_f) \ argument 300 FIELD_PREP(GENMASK(7, 4), (_f)) 301 #define INV_ICM42600_GYRO_ACCEL_CONFIG0_GYRO_FILT(_f) \ argument 302 FIELD_PREP(GENMASK(3, 0), (_f))
|
| /linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| A D | rs.h | 657 #define LQ_FLAG_COLOR_GET(_f) (((_f) & LQ_FLAG_COLOR_MSK) >>\ argument 661 #define LQ_FLAG_COLOR_SET(_f, _c) ((_c) | ((_f) & ~LQ_FLAG_COLOR_MSK)) argument
|
| /linux/drivers/gpu/drm/ |
| A D | drm_debugfs.c | 569 #define DEFINE_INFOFRAME_FILE(_f) \ argument 570 static ssize_t _f##_read_infoframe(struct file *filp, \ 589 infoframe = &conn_state->hdmi.infoframes._f; \ 605 static const struct file_operations _f##_infoframe_fops = { \ 608 .read = _f##_read_infoframe, \ 611 static int create_hdmi_## _f ## _infoframe_file(struct drm_connector *connector, \ 616 file = debugfs_create_file(#_f, 0400, parent, connector, &_f ## _infoframe_fops); \
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| A D | core.h | 33 #define MS(_v, _f) (((_v) & _f##_MASK) >> _f##_LSB) argument 34 #define SM(_v, _f) (((_v) << _f##_LSB) & _f##_MASK) argument 35 #define WO(_f) ((_f##_OFFSET) >> 2) argument
|
| /linux/arch/x86/kvm/ |
| A D | emulate.c | 3958 #define EXT(_f, _e) { .flags = ((_f) | RMExt), .u.group = (_e) } argument 3962 #define MD(_f, _m) { .flags = ((_f) | ModeDual), .u.mdual = (_m) } argument 3964 #define I(_f, _e) { .flags = (_f), .u.execute = (_e) } argument 3965 #define F(_f, _e) { .flags = (_f) | Fastop, .u.fastop = (_e) } argument 3971 #define GP(_f, _g) { .flags = ((_f) | Prefix), .u.gprefix = (_g) } argument 3973 #define D2bv(_f) D((_f) | ByteOp), D(_f) argument 3974 #define D2bvIP(_f, _i, _p) DIP((_f) | ByteOp, _i, _p), DIP(_f, _i, _p) argument 3975 #define I2bv(_f, _e) I((_f) | ByteOp, _e), I(_f, _e) argument 3976 #define F2bv(_f, _e) F((_f) | ByteOp, _e), F(_f, _e) argument 3978 IIP((_f) | ByteOp, _e, _i, _p), IIP(_f, _e, _i, _p) [all …]
|
| /linux/include/uapi/linux/ |
| A D | sysinfo.h | 22 char _f[20-2*sizeof(__kernel_ulong_t)-sizeof(__u32)]; /* Padding: libc5 uses this.. */ member
|
| /linux/drivers/hid/bpf/progs/ |
| A D | hid_bpf_helpers.h | 162 … _4, _5, _6, _7, _8, _9, _a, _b, _c, _d, _e, _f) _1; _2; _3; _4; _5; _6; _7; _8; _9; _a; _b; _c; _… argument
|
| /linux/arch/arm64/include/asm/ |
| A D | kvm_host.h | 792 #define __vcpu_single_flag(_set, _f) _set, (_f), (_f) argument 794 #define __unpack_flag(_set, _f, _m) _f argument 879 #define __vcpu_except_flags(_f) iflags, (_f << __EXCEPT_SHIFT), __EXCEPT_MASK_VAL argument
|
| /linux/arch/microblaze/include/uapi/asm/ |
| A D | elf.h | 107 #define ELF_PLAT_INIT(_r, _f) \ argument
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| A D | rs.h | 387 #define RS_DRV_DATA_LQ_COLOR_GET(_f) (((_f) & RS_DRV_DATA_LQ_COLOR_MSK) >>\ argument
|