/linux/lib/crypto/arm/ |
H A D | sha1-armv7-neon.S | 47 #define _a r4 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, _ [all...] |
/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf.h | 409 #define RSS_PF(_a) ((_a)->vf_res->vf_cap_flags & \ argument 411 #define RSS_AQ(_a) ((_a)->vf_res->vf_cap_flags & \ argument 413 #define RSS_REG(_a) (!((_a)->vf_res->vf_cap_flags & \ argument 416 #define VLAN_ALLOWED(_a) ((_a)->vf_res->vf_cap_flags & \ argument 418 #define VLAN_V2_ALLOWED(_a) ((_a) argument 420 CRC_OFFLOAD_ALLOWED(_a) global() argument 422 TC_U32_SUPPORT(_a) global() argument 424 VLAN_V2_FILTERING_ALLOWED(_a) global() argument 428 VLAN_FILTERING_ALLOWED(_a) global() argument 430 ADV_LINK_SUPPORT(_a) global() argument 432 FDIR_FLTR_SUPPORT(_a) global() argument 434 ADV_RSS_SUPPORT(_a) global() argument 436 QOS_ALLOWED(_a) global() argument 445 PF_IS_V11(_a) global() argument [all...] |
/linux/drivers/net/ethernet/8390/ |
H A D | xsurf100.c | 26 #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 ei_inb_p(_a) global() argument 35 ei_outb_p(_v,_a) global() argument [all...] |
H A D | ax88796.c | 44 #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 [all...] |
/linux/drivers/hid/bpf/progs/ |
H A D | hid_bpf_helpers.h | 176 #define _ARG10(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a) _1; _2; _3; _4; _5; _6; _7; _8; _9; _a; argument 177 #define _ARG11(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b) _1; _2; _3; _4; _5; _6; _7; _8; _9; _a; _b; argument 178 #define _ARG12(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c) _1; _2; _3; _4; _5; _6; _7; _8; _9; _a; _b; _c; argument 179 #define _ARG13(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, _d) _1; _2; _3; _4; _5; _6; _7; _8; _9; _a; _b; _c; _d; argument 180 #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; _ argument 181 _ARG15(_1,_2,_3,_4,_5,_6,_7,_8,_9,_a,_b,_c,_d,_e,_f) global() argument [all...] |
/linux/drivers/usb/dwc2/ |
H A D | hw.h | 420 #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) * argument 614 DIEPTSIZ(_a) global() argument 615 DOEPTSIZ(_a) global() argument 631 DIEPDMA(_a) global() argument 632 DOEPDMA(_a) global() argument 634 DTXFSTS(_a) global() argument 668 EPFIFO(_a) global() argument [all...] |
/linux/drivers/gpu/drm/imagination/ |
H A D | pvr_rogue_fwif_common.h | 17 #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")
|
/linux/drivers/pinctrl/mediatek/ |
H A D | pinctrl-paris.h | 29 #define MTK_RANGE(_a) { .range = (_a), .nranges = ARRAY_SIZE(_a), } argument
|
/linux/drivers/soc/fsl/qbman/ |
H A D | qman_priv.h | 134 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/include/asm-generic/ |
H A D | local64.h | 56 #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 D | local.h | 47 #define local_add_unless(l, _a, u) atomic_long_add_unless((&(l)->a), (_a), (u)) argument
|
/linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | memory.h | 107 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/include/linux/ |
H A D | overflow.h | 199 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/tools/testing/selftests/net/ |
H A D | pmtu.sh | 439 run_cmd ${ns_a} ip link add ${encap}_a type ${type} ${mode} local ${a_addr} remote ${b_addr} encap ${encap} encap-sport auto encap-dport 5556 || return $ksft_skip 445 run_cmd ${ns_a} ip addr add ${tunnel4_a_addr}/${tunnel4_mask} dev ${encap}_a 448 run_cmd ${ns_a} ip addr add ${tunnel6_a_addr}/${tunnel6_mask} dev ${encap}_a 452 run_cmd ${ns_a} ip link set ${encap}_a up 582 run_cmd ${ns_a} ip link add vti${proto}_a type ${vti_type} local ${veth_a_addr} remote ${veth_b_addr} key 10 || return 1 585 run_cmd ${ns_a} ip addr add ${vti_a_addr}/${vti_mask} dev vti${proto}_a 588 run_cmd ${ns_a} ip link set vti${proto}_a up 624 run_cmd ${ns_a} ip link add ${type}_a type ${type} id 1 ${opts_a} remote ${b_addr} ${opts} || return 1 630 run_cmd ${ns_a} ip link set ${type}_a master ${br_if_a} 632 run_cmd ${ns_a} ip addr add ${tunnel4_a_addr}/${tunnel4_mask} dev ${type}_a [all...] |
/linux/drivers/gpu/drm/i915/ |
H A D | i915_reg_defs.h | 118 #define _MASKED_BIT_ENABLE(a) ({ typeof(a) _a = (a); _MASKED_FIELD(_a, _a); })
|
/linux/kernel/ |
H A D | static_call_inline.c | 76 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/drivers/scsi/fnic/ |
H A D | fnic_trace.h | 73 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument 86 trace_buf->data[0] = (u64)(unsigned long)_a; \
|
/linux/arch/loongarch/kernel/ |
H A D | unwind_orc.c | 203 static void orc_sort_swap(void *_a, void *_b, int size) in orc_sort_swap() argument 205 int delta = _b - _a; in orc_sort_swap() 206 int *a = _a, *b = _b, tmp; in orc_sort_swap() 220 static int orc_sort_cmp(const void *_a, const void *_b) in orc_sort_cmp() argument 222 const int *a = _a, *b = _b; in orc_sort_cmp()
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | get_func_args_test.c | 71 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
|
H A D | test_perf_branches.c | 16 __u64 _a; member
|
/linux/fs/bcachefs/ |
H A D | eytzinger.c | 265 u32 _a = *(u32 *)a; 269 if (_a < _b) 271 else if (_a > _b)
|
H A D | rcu_pending.c | 15 #define static_array_for_each(_a, _i) \ argument 16 for (typeof(&(_a)[0]) _i = _a; \ 17 _i < (_a) + ARRAY_SIZE(_a); \
|
/linux/arch/x86/kernel/ |
H A D | unwind_orc.c | 250 static void orc_sort_swap(void *_a, void *_b, int size) in orc_sort_swap() argument 253 int *a = _a, *b = _b, tmp; in orc_sort_swap() 254 int delta = _b - _a; in orc_sort_swap() 267 static int orc_sort_cmp(const void *_a, const void *_b) in orc_sort_cmp() argument 270 const int *a = _a, *b = _b; in orc_sort_cmp()
|
/linux/drivers/sh/intc/ |
H A D | internals.h | 108 const struct intc_handle_int *_a = a; in intc_handle_int_cmp() local 111 return _a->irq - _b->irq; in intc_handle_int_cmp()
|
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | hw.h | 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))
|