Home
last modified time | relevance | path

Searched refs:_f (Results 1 – 25 of 44) sorted by relevance

12

/linux-6.15/include/math-emu/
H A Dop-4.h30 (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 …]
H A Dop-1.h39 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 …]
H A Dop-8.h42 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-6.15/drivers/net/ethernet/meta/fbnic/
H A Dfbnic.h128 #define wr32(_f, _r, _v) fbnic_wr32(_f, _r, _v) argument
129 #define rd32(_f, _r) fbnic_rd32(_f, _r) argument
130 #define wrfl(_f) fbnic_wrfl(_f) argument
136 #define fw_rd32(_f, _r) fbnic_fw_rd32(_f, _r) argument
137 #define fw_wr32(_f, _r, _v) fbnic_fw_wr32(_f, _r, _v) argument
138 #define fw_wrfl(_f) fbnic_fw_rd32(_f, FBNIC_FW_ZERO_REG) argument
/linux-6.15/drivers/net/ethernet/sfc/
H A Def100_rx.c22 #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-6.15/fs/bcachefs/
H A Dsuper-io.h39 #define field_to_type(_f, _name) \ argument
40 container_of_or_null(_f, struct bch_sb_field_##_name, field)
56 #define bch2_sb_field_nr_entries(_f) \ argument
57 (_f ? ((bch2_sb_field_bytes(&_f->field) - sizeof(*_f)) / \
58 sizeof(_f->entries[0])) \
H A Dbtree_node_scan.c495 #define for_each_found_btree_node_in_range(_f, _search, _idx) \ argument
496 for (size_t _idx = eytzinger0_find_gt((_f)->nodes.data, (_f)->nodes.nr, \
497 sizeof((_f)->nodes.data[0]), \
499 _idx < (_f)->nodes.nr && \
500 (_f)->nodes.data[_idx].btree_id == _search.btree_id && \
501 (_f)->nodes.data[_idx].level == _search.level && \
502 bpos_lt((_f)->nodes.data[_idx].min_key, _search.max_key); \
503 _idx = eytzinger0_next(_idx, (_f)->nodes.nr))
H A Dbtree_gc.c876 #define copy_bucket_field(_errtype, _f) \ in bch2_alloc_write_key() argument
877 if (fsck_err_on(new._f != gc._f, \ in bch2_alloc_write_key()
879 "bucket %llu:%llu gen %u data type %s has wrong " #_f \ in bch2_alloc_write_key()
884 (u64) new._f, (u64) gc._f)) \ in bch2_alloc_write_key()
885 new._f = gc._f; \ in bch2_alloc_write_key()
/linux-6.15/drivers/clk/x86/
H A Dclk-cgu.h203 #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-6.15/include/linux/
H A Dsh_clk.h126 #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)
H A Dirq_work.h33 #define DEFINE_IRQ_WORK(name, _f) \ argument
34 struct irq_work name = IRQ_WORK_INIT(_f)
H A Dpacking.h54 typeof(&(fields)[0]) _f = (fields); \
55 typeof(_f[0]) __f = _f[index]; \
76 typeof(&(fields)[0]) _f = (fields); \
82 BUILD_BUG_ON_MSG(_f[0].startbit >= BITS_PER_BYTE * _len, \
84 BUILD_BUG_ON_MSG(_f[num_fields - 1].startbit >= BITS_PER_BYTE * _len, \
/linux-6.15/drivers/net/wireless/ath/ath9k/
H A Dhw.h121 #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-6.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfeature.h72 #define BRCMF_FEAT_DEF(_f) \ argument
73 BRCMF_FEAT_ ## _f,
/linux-6.15/tools/perf/util/
H A Dperf_event_attr_fprintf.c278 #define PRINT_ATTRn(_n, _f, _p, _a) \ argument
280 if (_a || attr->_f) { \
281 _p(attr->_f); \
286 #define PRINT_ATTRf(_f, _p) PRINT_ATTRn(#_f, _f, _p, false) argument
/linux-6.15/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600.h299 #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-6.15/drivers/gpu/drm/
H A Ddrm_debugfs.c574 #define DEFINE_INFOFRAME_FILE(_f) \ argument
575 static ssize_t _f##_read_infoframe(struct file *filp, \
594 infoframe = &conn_state->hdmi.infoframes._f; \
610 static const struct file_operations _f##_infoframe_fops = { \
613 .read = _f##_read_infoframe, \
616 static int create_hdmi_## _f ## _infoframe_file(struct drm_connector *connector, \
621 file = debugfs_create_file(#_f, 0400, parent, connector, &_f ## _infoframe_fops); \
/linux-6.15/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Drs.h709 #define LQ_FLAG_COLOR_GET(_f) (((_f) & LQ_FLAG_COLOR_MSK) >>\ argument
713 #define LQ_FLAG_COLOR_SET(_f, _c) ((_c) | ((_f) & ~LQ_FLAG_COLOR_MSK)) argument
/linux-6.15/drivers/net/wireless/ath/ath10k/
H A Dcore.h33 #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-6.15/arch/x86/kvm/
H A Demulate.c3964 #define EXT(_f, _e) { .flags = ((_f) | RMExt), .u.group = (_e) } argument
3968 #define MD(_f, _m) { .flags = ((_f) | ModeDual), .u.mdual = (_m) } argument
3970 #define I(_f, _e) { .flags = (_f), .u.execute = (_e) } argument
3971 #define F(_f, _e) { .flags = (_f) | Fastop, .u.fastop = (_e) } argument
3977 #define GP(_f, _g) { .flags = ((_f) | Prefix), .u.gprefix = (_g) } argument
3979 #define D2bv(_f) D((_f) | ByteOp), D(_f) argument
3980 #define D2bvIP(_f, _i, _p) DIP((_f) | ByteOp, _i, _p), DIP(_f, _i, _p) argument
3981 #define I2bv(_f, _e) I((_f) | ByteOp, _e), I(_f, _e) argument
3982 #define F2bv(_f, _e) F((_f) | ByteOp, _e), F(_f, _e) argument
3984 IIP((_f) | ByteOp, _e, _i, _p), IIP(_f, _e, _i, _p)
[all …]
/linux-6.15/include/uapi/linux/
H A Dsysinfo.h22 char _f[20-2*sizeof(__kernel_ulong_t)-sizeof(__u32)]; /* Padding: libc5 uses this.. */ member
/linux-6.15/arch/arm64/include/asm/
H A Dkvm_host.h840 #define __vcpu_single_flag(_set, _f) _set, (_f), (_f) argument
842 #define __unpack_flag(_set, _f, _m) _f argument
925 #define __vcpu_except_flags(_f) iflags, (_f << __EXCEPT_SHIFT), __EXCEPT_MASK_VAL argument
/linux-6.15/drivers/hid/bpf/progs/
H A Dhid_bpf_helpers.h181 … _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-6.15/drivers/ptp/
H A Dptp_vmclock.c54 #define VMCLOCK_FIELD_PRESENT(_c, _f) \ argument
55 (le32_to_cpu((_c)->size) >= (offsetof(struct vmclock_abi, _f) + \
56 sizeof((_c)->_f)))
/linux-6.15/arch/microblaze/include/uapi/asm/
H A Delf.h107 #define ELF_PLAT_INIT(_r, _f) \ argument

12