/kernel/linux/linux-5.10/arch/arm/crypto/ |
D | sha1-armv7-neon.S | 47 #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, 346 _R( _a, _b, _c, _d, _e, F1, 5, 349 _R( _e, _a, _b, _c, _d, F1, 6, 352 _R( _d, _e, _a, _b, _c, F1, 7, [all …]
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/ |
D | iavf.h | 329 #define CLIENT_ALLOWED(_a) ((_a)->vf_res ? \ argument 330 (_a)->vf_res->vf_cap_flags & \ 333 #define CLIENT_ENABLED(_a) ((_a)->cinst) argument 335 #define RSS_PF(_a) ((_a)->vf_res->vf_cap_flags & \ argument 337 #define RSS_AQ(_a) ((_a)->vf_res->vf_cap_flags & \ argument 339 #define RSS_REG(_a) (!((_a)->vf_res->vf_cap_flags & \ argument 342 #define VLAN_ALLOWED(_a) ((_a)->vf_res->vf_cap_flags & \ argument 344 #define ADV_LINK_SUPPORT(_a) ((_a)->vf_res->vf_cap_flags & \ argument 349 #define PF_IS_V11(_a) (((_a)->pf_version.major == 1) && \ argument 350 ((_a)->pf_version.minor == 1))
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
D | nconf.h | 26 typeof(a) _a = a;\ 28 _a > _b ? _a : _b; }) 31 typeof(a) _a = a;\ 33 _a < _b ? _a : _b; })
|
/kernel/linux/linux-5.10/drivers/net/ethernet/8390/ |
D | xsurf100.c | 28 #define ax_convert_addr(_a) ((void __force __iomem *)(_a)) argument 30 #define ei_inb(_a) z_readb(ax_convert_addr(_a)) argument 31 #define ei_outb(_v, _a) z_writeb(_v, ax_convert_addr(_a)) argument 33 #define ei_inw(_a) z_readw(ax_convert_addr(_a)) argument 34 #define ei_outw(_v, _a) z_writew(_v, ax_convert_addr(_a)) argument 36 #define ei_inb_p(_a) ei_inb(_a) argument 37 #define ei_outb_p(_v, _a) ei_outb(_v, _a) argument
|
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
|
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
D | hw.h | 435 #define DPTXFSIZN(_a) HSOTG_REG(0x104 + (((_a) - 1) * 4)) argument 537 #define DIEPCTL(_a) HSOTG_REG(0x900 + ((_a) * 0x20)) argument 540 #define DOEPCTL(_a) HSOTG_REG(0xB00 + ((_a) * 0x20)) argument 587 #define DIEPINT(_a) HSOTG_REG(0x908 + ((_a) * 0x20)) argument 588 #define DOEPINT(_a) HSOTG_REG(0xB08 + ((_a) * 0x20)) argument 629 #define DIEPTSIZ(_a) HSOTG_REG(0x910 + ((_a) * 0x20)) argument 630 #define DOEPTSIZ(_a) HSOTG_REG(0xB10 + ((_a) * 0x20)) argument 646 #define DIEPDMA(_a) HSOTG_REG(0x914 + ((_a) * 0x20)) argument 647 #define DOEPDMA(_a) HSOTG_REG(0xB14 + ((_a) * 0x20)) argument 649 #define DTXFSTS(_a) HSOTG_REG(0x918 + ((_a) * 0x20)) argument [all …]
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/ |
D | rtw_io.h | 350 #define PlatformEFIOWrite1Byte(_a, _b, _c) \ argument 351 rtw_write8(_a, _b, _c) 352 #define PlatformEFIOWrite2Byte(_a, _b, _c) \ argument 353 rtw_write16(_a, _b, _c) 354 #define PlatformEFIOWrite4Byte(_a, _b, _c) \ argument 355 rtw_write32(_a, _b, _c) 357 #define PlatformEFIORead1Byte(_a, _b) \ argument 358 rtw_read8(_a, _b) 359 #define PlatformEFIORead2Byte(_a, _b) \ argument 360 rtw_read16(_a, _b) [all …]
|
/kernel/linux/linux-5.10/drivers/pinctrl/mediatek/ |
D | pinctrl-moore.h | 27 #define MTK_RANGE(_a) { .range = (_a), .nranges = ARRAY_SIZE(_a), } argument
|
D | pinctrl-paris.h | 29 #define MTK_RANGE(_a) { .range = (_a), .nranges = ARRAY_SIZE(_a), } argument
|
/kernel/linux/linux-5.10/drivers/soc/fsl/qbman/ |
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()
|
/kernel/linux/linux-5.10/include/asm-generic/ |
D | local64.h | 47 #define local64_add_unless(l, _a, u) local_add_unless((&(l)->a), (_a), (u)) argument 85 #define local64_add_unless(l, _a, u) atomic64_add_unless((&(l)->a), (_a), (u)) argument
|
D | local.h | 46 #define local_add_unless(l, _a, u) atomic_long_add_unless((&(l)->a), (_a), (u)) argument
|
/kernel/linux/linux-5.10/tools/lib/traceevent/plugins/ |
D | plugin_futex.c | 15 #define ARRAY_SIZE(_a) (sizeof(_a) / sizeof((_a)[0])) argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | memory.h | 104 u64 _a = (a), _c = (c), _d = (d), _o = _a >> s, _s = _c << s; \ 114 for (; _c; _c--, _a += BIT(s)) \ 115 nvkm_wo##t((o), _a, _d); \
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
D | pmtu.sh | 394 …run_cmd ${ns_a} ip link add ${encap}_a type ${type} ${mode} local ${a_addr} remote ${b_addr} encap… 400 run_cmd ${ns_a} ip addr add ${tunnel4_a_addr}/${tunnel4_mask} dev ${encap}_a 403 run_cmd ${ns_a} ip addr add ${tunnel6_a_addr}/${tunnel6_mask} dev ${encap}_a 407 run_cmd ${ns_a} ip link set ${encap}_a up 533 …run_cmd ${ns_a} ip link add vti${proto}_a type ${vti_type} local ${veth_a_addr} remote ${veth_b_ad… 536 run_cmd ${ns_a} ip addr add ${vti_a_addr}/${vti_mask} dev vti${proto}_a 539 run_cmd ${ns_a} ip link set vti${proto}_a up 567 …run_cmd ${ns_a} ip link add ${type}_a type ${type} id 1 ${opts_a} remote ${b_addr} ${opts} || retu… 573 run_cmd ${ns_a} ip link set ${type}_a master ${br_if_a} 575 run_cmd ${ns_a} ip addr add ${tunnel4_a_addr}/${tunnel4_mask} dev ${type}_a [all …]
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/x86_64/ |
D | tsc_msrs_test.c | 22 __typeof(a) _a = (a); \ 24 if (_a != _b) \ 27 #a " == " #b, __LINE__, _a, _b); \
|
/kernel/linux/linux-5.10/include/linux/ |
D | overflow.h | 241 typeof(a) _a = a; \ 244 u64 _a_full = _a; \ 248 (_to_shift != _s || is_negative(*_d) || is_negative(_a) || \ 249 (*_d >> _to_shift) != _a); \
|
/kernel/linux/linux-5.10/kernel/ |
D | static_call.c | 65 static int static_call_site_cmp(const void *_a, const void *_b) in static_call_site_cmp() argument 67 const struct static_call_site *a = _a; in static_call_site_cmp() 81 static void static_call_site_swap(void *_a, void *_b, int size) in static_call_site_swap() argument 83 long delta = (unsigned long)_a - (unsigned long)_b; in static_call_site_swap() 84 struct static_call_site *a = _a; in static_call_site_swap()
|
D | groups.c | 81 static int gid_cmp(const void *_a, const void *_b) in gid_cmp() argument 83 kgid_t a = *(kgid_t *)_a; in gid_cmp()
|
/kernel/linux/linux-5.10/drivers/scsi/fnic/ |
D | fnic_trace.h | 87 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument 100 trace_buf->data[0] = (u64)(unsigned long)_a; \
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
D | unwind_orc.c | 201 static void orc_sort_swap(void *_a, void *_b, int size) in orc_sort_swap() argument 205 int *a = _a, *b = _b, tmp; in orc_sort_swap() 206 int delta = _b - _a; in orc_sort_swap() 221 static int orc_sort_cmp(const void *_a, const void *_b) in orc_sort_cmp() argument 224 const int *a = _a, *b = _b; in orc_sort_cmp()
|
/kernel/linux/linux-5.10/drivers/sh/intc/ |
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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
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))
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
D | test_perf_branches.c | 16 __u64 _a; member
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
D | s3c24xx-cpufreq.c | 500 #define do_min(_a, _b) ((_a) == 0 ? (_b) : (_b) == 0 ? (_a) : min(_a, _b)) argument
|