Home
last modified time | relevance | path

Searched refs:_a (Results 1 – 25 of 88) sorted by relevance

1234

/linux-6.15/arch/arm/crypto/
H A Dsha1-armv7-neon.S47 #define _a r4 macro
317 ldm RSTATE, {_a-_e};
328 _R( _a, _b, _c, _d, _e, F1, 0,
331 _R( _e, _a, _b, _c, _d, F1, 1,
334 _R( _d, _e, _a, _b, _c, F1, 2,
337 _R( _c, _d, _e, _a, _b, F1, 3,
343 _R( _b, _c, _d, _e, _a, F1, 4,
588 add _a, RT0;
594 stm RSTATE, {_a-_e};
621 add _a, RT0;
[all …]
/linux-6.15/drivers/net/ethernet/intel/iavf/
H A Diavf.h412 #define RSS_PF(_a) ((_a)->vf_res->vf_cap_flags & \ argument
414 #define RSS_AQ(_a) ((_a)->vf_res->vf_cap_flags & \ argument
416 #define RSS_REG(_a) (!((_a)->vf_res->vf_cap_flags & \ argument
419 #define VLAN_ALLOWED(_a) ((_a)->vf_res->vf_cap_flags & \ argument
421 #define VLAN_V2_ALLOWED(_a) ((_a)->vf_res->vf_cap_flags & \ argument
425 #define TC_U32_SUPPORT(_a) ((_a)->vf_res->vf_cap_flags & \ argument
432 (VLAN_ALLOWED((_a)) || VLAN_V2_FILTERING_ALLOWED((_a)))
433 #define ADV_LINK_SUPPORT(_a) ((_a)->vf_res->vf_cap_flags & \ argument
437 #define ADV_RSS_SUPPORT(_a) ((_a)->vf_res->vf_cap_flags & \ argument
439 #define QOS_ALLOWED(_a) ((_a)->vf_res->vf_cap_flags & \ argument
[all …]
/linux-6.15/drivers/net/ethernet/8390/
H A Dxsurf100.c26 #define ax_convert_addr(_a) ((void __force __iomem *)(_a)) argument
28 #define ei_inb(_a) z_readb(ax_convert_addr(_a)) argument
29 #define ei_outb(_v, _a) z_writeb(_v, ax_convert_addr(_a)) argument
31 #define ei_inw(_a) z_readw(ax_convert_addr(_a)) argument
32 #define ei_outw(_v, _a) z_writew(_v, ax_convert_addr(_a)) argument
34 #define ei_inb_p(_a) ei_inb(_a) argument
35 #define ei_outb_p(_v, _a) ei_outb(_v, _a) argument
H A Dax88796.c44 #define ax_convert_addr(_a) ((void __force __iomem *)(_a)) argument
46 #define ei_inb(_a) readb(ax_convert_addr(_a)) argument
47 #define ei_outb(_v, _a) writeb(_v, ax_convert_addr(_a)) argument
49 #define ei_inb_p(_a) ei_inb(_a) argument
50 #define ei_outb_p(_v, _a) ei_outb(_v, _a) argument
/linux-6.15/drivers/hid/bpf/progs/
H A Dhid_bpf_helpers.h176 …e _ARG10(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a) _1; _2; _3; _4; _5; _6; _7; _… argument
177 …e _ARG11(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b) _1; _2; _3; _4; _5; _6; _7; _… argument
178 …e _ARG12(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c) _1; _2; _3; _4; _5; _6; _7; _… argument
179 …e _ARG13(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, _d) _1; _2; _3; _4; _5; _6; _7; _… argument
180 …e _ARG14(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, _d, _e) _1; _2; _3; _4; _5; _6; _7; _… argument
181 …e _ARG15(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, _d, _e, _f) _1; _2; _3; _4; _5; _6; _7; _… argument
/linux-6.15/scripts/kconfig/
H A Dnconf.h26 typeof(a) _a = a;\
28 _a > _b ? _a : _b; })
31 typeof(a) _a = a;\
33 _a < _b ? _a : _b; })
/linux-6.15/drivers/usb/dwc2/
H A Dhw.h420 #define DPTXFSIZN(_a) HSOTG_REG(0x104 + (((_a) - 1) * 4)) argument
522 #define DIEPCTL(_a) HSOTG_REG(0x900 + ((_a) * 0x20)) argument
525 #define DOEPCTL(_a) HSOTG_REG(0xB00 + ((_a) * 0x20)) argument
572 #define DIEPINT(_a) HSOTG_REG(0x908 + ((_a) * 0x20)) argument
573 #define DOEPINT(_a) HSOTG_REG(0xB08 + ((_a) * 0x20)) argument
614 #define DIEPTSIZ(_a) HSOTG_REG(0x910 + ((_a) * 0x20)) argument
615 #define DOEPTSIZ(_a) HSOTG_REG(0xB10 + ((_a) * 0x20)) argument
631 #define DIEPDMA(_a) HSOTG_REG(0x914 + ((_a) * 0x20)) argument
632 #define DOEPDMA(_a) HSOTG_REG(0xB14 + ((_a) * 0x20)) argument
634 #define DTXFSTS(_a) HSOTG_REG(0x918 + ((_a) * 0x20)) argument
[all …]
/linux-6.15/drivers/gpu/drm/imagination/
H A Dpvr_rogue_fwif_common.h17 #define PVR_FW_STRUCT_SIZE_ASSERT(_a) \ argument
18 static_assert((sizeof(_a) & PVR_FW_ALIGNMENT_LSB) == 0U, \
19 "Size of " #_a " is not properly aligned")
H A Dpvr_rogue_meta.h321 u32 _a = (a), _b = (b); \
322 ((_a) >= ROGUE_META_COREMEM_CODE_ADDR) && \
323 ((_a) < (ROGUE_META_COREMEM_CODE_ADDR + (_b))); \
327 u32 _a = (a), _b = (b); \
328 ((_a) >= ROGUE_META_COREMEM_DATA_ADDR) && \
329 ((_a) < (ROGUE_META_COREMEM_DATA_ADDR + (_b))); \
/linux-6.15/drivers/pinctrl/mediatek/
H A Dpinctrl-moore.h27 #define MTK_RANGE(_a) { .range = (_a), .nranges = ARRAY_SIZE(_a), } argument
H A Dpinctrl-paris.h29 #define MTK_RANGE(_a) { .range = (_a), .nranges = ARRAY_SIZE(_a), } argument
/linux-6.15/drivers/soc/fsl/qbman/
H A Dqman_priv.h134 const u32 *_a = a->q.state; in qman_cgrs_and() local
138 *_d++ = *_a++ & *_b++; in qman_cgrs_and()
146 const u32 *_a = a->q.state; in qman_cgrs_xor() local
150 *_d++ = *_a++ ^ *_b++; in qman_cgrs_xor()
/linux-6.15/include/asm-generic/
H A Dlocal64.h56 #define local64_add_unless(l, _a, u) local_add_unless((&(l)->a), (_a), (u)) argument
95 #define local64_add_unless(l, _a, u) atomic64_add_unless((&(l)->a), (_a), (u)) argument
H A Dlocal.h47 #define local_add_unless(l, _a, u) atomic_long_add_unless((&(l)->a), (_a), (u)) argument
/linux-6.15/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dmemory.h107 u64 _a = (a), _c = (c), _d = (d), _o = _a >> s, _s = _c << s; \
117 for (; _c; _c--, _a += BIT(s)) \
118 nvkm_wo##t((o), _a, _d); \
/linux-6.15/include/linux/
H A Doverflow.h199 typeof(a) _a = a; \
202 unsigned long long _a_full = _a; \
206 (_to_shift != _s || is_negative(*_d) || is_negative(_a) || \
207 (*_d >> _to_shift) != _a); \
/linux-6.15/tools/testing/selftests/net/
H A Dpmtu.sh453 run_cmd ${ns_a} ip link set ${encap}_a up
589 run_cmd ${ns_a} ip link set vti${proto}_a up
640 run_cmd ${ns_a} ip link set ${type}_a up
913 run_cmd ovs-vsctl add-port ovs_br0 ${type}_a -- \
914 set interface ${type}_a type=${type} \
939 run_cmd ip link set ${type}_a up
1358 trace "${ns_a}" ${type}_a "${ns_b}" ${type}_b \
1376 mtu "${ns_a}" ${type}_a $((${ll_mtu} + 1000))
1456 mtu "${ns_a}" ${type}_a $((${ll_mtu} + 1000))
1663 mtu "${ns_a}" ${encap}_a $((${ll_mtu} + 1000))
[all …]
/linux-6.15/kernel/
H A Dstatic_call_inline.c76 static int static_call_site_cmp(const void *_a, const void *_b) in static_call_site_cmp() argument
78 const struct static_call_site *a = _a; in static_call_site_cmp()
92 static void static_call_site_swap(void *_a, void *_b, int size) in static_call_site_swap() argument
94 long delta = (unsigned long)_a - (unsigned long)_b; in static_call_site_swap()
95 struct static_call_site *a = _a; in static_call_site_swap()
/linux-6.15/drivers/scsi/fnic/
H A Dfnic_trace.h73 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument
86 trace_buf->data[0] = (u64)(unsigned long)_a; \
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_reg_defs.h204 #define _MASKED_BIT_ENABLE(a) ({ typeof(a) _a = (a); _MASKED_FIELD(_a, _a); })
/linux-6.15/arch/loongarch/kernel/
H A Dunwind_orc.c202 static void orc_sort_swap(void *_a, void *_b, int size) in orc_sort_swap() argument
204 int delta = _b - _a; in orc_sort_swap()
205 int *a = _a, *b = _b, tmp; in orc_sort_swap()
219 static int orc_sort_cmp(const void *_a, const void *_b) in orc_sort_cmp() argument
221 const int *a = _a, *b = _b; in orc_sort_cmp()
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dget_func_args_test.c71 int BPF_PROG(fmod_ret_test, int _a, int *_b, int _ret) in BPF_PROG() argument
100 int BPF_PROG(fexit_test, int _a, int *_b, int _ret) in BPF_PROG() argument
/linux-6.15/drivers/dma-buf/
H A Ddma-fence-unwrap.c64 static int fence_cmp(const void *_a, const void *_b) in fence_cmp() argument
66 struct dma_fence *a = *(struct dma_fence **)_a; in fence_cmp()
/linux-6.15/fs/bcachefs/
H A Deytzinger.c265 u32 _a = *(u32 *)a;
269 if (_a < _b)
271 else if (_a > _b)
H A Drcu_pending.c15 #define static_array_for_each(_a, _i) \ argument
16 for (typeof(&(_a)[0]) _i = _a; \
17 _i < (_a) + ARRAY_SIZE(_a); \

1234