/linux-4.4.14/arch/mn10300/include/asm/ |
D | bitops.h | 28 volatile unsigned char *_a = (unsigned char *)(addr); \ 30 _a += (nr) >> 3; \ 33 : "=m"(*_a) \ 34 : "a"(_a), "d"(1 << shift), "m"(*_a) \ 45 volatile unsigned char *_a = (unsigned char *)(addr); \ 47 _a += (nr) >> 3; \ 50 : "=m"(*_a) \ 51 : "a"(_a), "d"(1 << shift), "m"(*_a) \ 96 volatile unsigned char *_a = (unsigned char *)(addr); \ 99 _a += (nr) >> 3; \ [all …]
|
/linux-4.4.14/arch/arm/crypto/ |
D | sha1-armv7-neon.S | 52 #define _a r4 macro 322 ldm RSTATE, {_a-_e}; 333 _R( _a, _b, _c, _d, _e, F1, 0, 336 _R( _e, _a, _b, _c, _d, F1, 1, 339 _R( _d, _e, _a, _b, _c, F1, 2, 342 _R( _c, _d, _e, _a, _b, F1, 3, 348 _R( _b, _c, _d, _e, _a, F1, 4, 351 _R( _a, _b, _c, _d, _e, F1, 5, 354 _R( _e, _a, _b, _c, _d, F1, 6, 357 _R( _d, _e, _a, _b, _c, F1, 7, [all …]
|
/linux-4.4.14/drivers/staging/rtl8723au/include/ |
D | rtw_io.h | 226 #define PlatformEFIOWrite1Byte(_a, _b, _c) \ argument 227 rtl8723au_write8(_a, _b, _c) 228 #define PlatformEFIOWrite2Byte(_a, _b, _c) \ argument 229 rtl8723au_write16(_a, _b, _c) 230 #define PlatformEFIOWrite4Byte(_a, _b, _c) \ argument 231 rtl8723au_write32(_a, _b, _c) 233 #define PlatformEFIORead1Byte(_a, _b) rtl8723au_read8(_a, _b) argument 234 #define PlatformEFIORead2Byte(_a, _b) rtl8723au_read16(_a, _b) argument 235 #define PlatformEFIORead4Byte(_a, _b) rtl8723au_read32(_a, _b) argument
|
/linux-4.4.14/arch/parisc/lib/ |
D | memcpy.c | 100 #define def_load_ai_insn(_insn,_sz,_tt,_s,_a,_t,_e) \ argument 104 : _tt(_t), "+r"(_a) \ 108 #define def_store_ai_insn(_insn,_sz,_tt,_s,_a,_t,_e) \ argument 112 : "+r"(_a) \ 116 #define ldbma(_s, _a, _t, _e) def_load_ai_insn(ldbs,1,"=r",_s,_a,_t,_e) argument 117 #define stbma(_s, _t, _a, _e) def_store_ai_insn(stbs,1,"r",_s,_a,_t,_e) argument 118 #define ldwma(_s, _a, _t, _e) def_load_ai_insn(ldw,4,"=r",_s,_a,_t,_e) argument 119 #define stwma(_s, _t, _a, _e) def_store_ai_insn(stw,4,"r",_s,_a,_t,_e) argument 120 #define flddma(_s, _a, _t, _e) def_load_ai_insn(fldd,8,"=f",_s,_a,_t,_e) argument 121 #define fstdma(_s, _t, _a, _e) def_store_ai_insn(fstd,8,"f",_s,_a,_t,_e) argument [all …]
|
/linux-4.4.14/drivers/usb/dwc2/ |
D | hw.h | 401 #define DPTXFSIZN(_a) HSOTG_REG(0x104 + (((_a) - 1) * 4)) argument 494 #define DIEPCTL(_a) HSOTG_REG(0x900 + ((_a) * 0x20)) argument 497 #define DOEPCTL(_a) HSOTG_REG(0xB00 + ((_a) * 0x20)) argument 544 #define DIEPINT(_a) HSOTG_REG(0x908 + ((_a) * 0x20)) argument 545 #define DOEPINT(_a) HSOTG_REG(0xB08 + ((_a) * 0x20)) argument 577 #define DIEPTSIZ(_a) HSOTG_REG(0x910 + ((_a) * 0x20)) argument 578 #define DOEPTSIZ(_a) HSOTG_REG(0xB10 + ((_a) * 0x20)) argument 594 #define DIEPDMA(_a) HSOTG_REG(0x914 + ((_a) * 0x20)) argument 595 #define DOEPDMA(_a) HSOTG_REG(0xB14 + ((_a) * 0x20)) argument 597 #define DTXFSTS(_a) HSOTG_REG(0x918 + ((_a) * 0x20)) argument [all …]
|
/linux-4.4.14/scripts/kconfig/ |
D | nconf.h | 30 typeof(a) _a = a;\ 32 _a > _b ? _a : _b; }) 35 typeof(a) _a = a;\ 37 _a < _b ? _a : _b; })
|
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/ |
D | i40evf.h | 259 #define CLIENT_ENABLED(_a) ((_a)->vf_res->vf_offload_flags & \ argument 261 #define RSS_AQ(_a) ((_a)->vf_res->vf_offload_flags & \ argument 263 #define VLAN_ALLOWED(_a) ((_a)->vf_res->vf_offload_flags & \ argument 268 #define PF_IS_V11(_a) (((_a)->pf_version.major == 1) && \ argument 269 ((_a)->pf_version.minor == 1))
|
/linux-4.4.14/arch/powerpc/platforms/ps3/ |
D | time.c | 31 #define dump_tm(_a) _dump_tm(_a, __func__, __LINE__) argument 43 #define dump_time(_a) _dump_time(_a, __func__, __LINE__) argument
|
D | os-area.c | 317 #define dump_header(_a) _dump_header(_a, __func__, __LINE__) argument 338 #define dump_params(_a) _dump_params(_a, __func__, __LINE__) argument
|
D | repository.c | 35 #define dump_field(_a, _b) _dump_field(_a, _b, __func__, __LINE__) argument 51 #define dump_node_name(_a, _b, _c, _d, _e) \ argument 52 _dump_node_name(_a, _b, _c, _d, _e, __func__, __LINE__) 63 #define dump_node(_a, _b, _c, _d, _e, _f, _g) \ argument 64 _dump_node(_a, _b, _c, _d, _e, _f, _g, __func__, __LINE__)
|
D | spu.c | 133 #define dump_areas(_a, _b, _c, _d, _e) \ argument 134 _dump_areas(_a, _b, _c, _d, _e, __func__, __LINE__)
|
D | mm.c | 355 #define dma_dump_region(_a) _dma_dump_region(_a, __func__, __LINE__) argument 390 #define dma_dump_chunk(_a) _dma_dump_chunk(_a, __func__, __LINE__) argument
|
D | system-bus.c | 241 #define dump_mmio_region(_a) _dump_mmio_region(_a, __func__, __LINE__) argument
|
/linux-4.4.14/include/asm-generic/ |
D | local64.h | 46 #define local64_add_unless(l, _a, u) local_add_unless((&(l)->a), (_a), (u)) argument 84 #define local64_add_unless(l, _a, u) atomic64_add_unless((&(l)->a), (_a), (u)) argument
|
D | local.h | 45 #define local_add_unless(l, _a, u) atomic_long_add_unless((&(l)->a), (_a), (u)) argument
|
/linux-4.4.14/arch/mips/include/asm/sn/ |
D | addrs.h | 156 #define IS_IALIAS(_a) (((_a) >= IALIAS_BASE) && \ argument 157 ((_a) < (IALIAS_BASE + IALIAS_SIZE))) 269 #define HUB_L(_a) *(_a) argument 270 #define HUB_S(_a, _d) *(_a) = (_d) argument
|
/linux-4.4.14/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; \
|
/linux-4.4.14/drivers/net/ethernet/8390/ |
D | ax88796.c | 47 #define ax_convert_addr(_a) ((void __force __iomem *)(_a)) argument 49 #define ei_inb(_a) readb(ax_convert_addr(_a)) argument 50 #define ei_outb(_v, _a) writeb(_v, ax_convert_addr(_a)) argument 52 #define ei_inb_p(_a) ei_inb(_a) argument 53 #define ei_outb_p(_v, _a) ei_outb(_v, _a) argument
|
/linux-4.4.14/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))
|
/linux-4.4.14/drivers/sh/intc/ |
D | internals.h | 107 const struct intc_handle_int *_a = a; in intc_handle_int_cmp() local 110 return _a->irq - _b->irq; in intc_handle_int_cmp()
|
/linux-4.4.14/drivers/scsi/cxlflash/ |
D | main.h | 106 #define cxl_perst_reloads_same_image(_a, _b) do { } while (0) argument
|
/linux-4.4.14/drivers/cpufreq/ |
D | s3c24xx-cpufreq.c | 519 #define do_min(_a, _b) ((_a) == 0 ? (_b) : (_b) == 0 ? (_a) : min(_a, _b)) argument
|
/linux-4.4.14/arch/arm/mach-footbridge/ |
D | dc21285.c | 284 #define dc21285_request_irq(_a, _b, _c, _d, _e) \ argument 285 WARN_ON(request_irq(_a, _b, _c, _d, _e) < 0)
|
/linux-4.4.14/include/linux/netfilter/ |
D | x_tables.h | 347 static inline unsigned long ifname_compare_aligned(const char *_a, in ifname_compare_aligned() argument 351 const unsigned long *a = (const unsigned long *)_a; in ifname_compare_aligned()
|
/linux-4.4.14/arch/unicore32/mm/ |
D | init.c | 235 static int __init meminfo_cmp(const void *_a, const void *_b) in meminfo_cmp() argument 237 const struct membank *a = _a, *b = _b; in meminfo_cmp()
|
/linux-4.4.14/net/mac80211/ |
D | sta_info.h | 598 #define _sta_bucket_idx(_tbl, _a) \ argument 599 rht_bucket_index(_tbl, sta_addr_hash(_a, ETH_ALEN, (_tbl)->hash_rnd))
|
/linux-4.4.14/drivers/iio/frequency/ |
D | ad9523.c | 243 #define AD_IFE(_pde, _a, _b) ((pdata->_pde) ? _a : _b) argument 244 #define AD_IF(_pde, _a) AD_IFE(_pde, _a, 0) argument
|
/linux-4.4.14/drivers/clk/tegra/ |
D | clk-emc.c | 421 static int cmp_timings(const void *_a, const void *_b) in cmp_timings() argument 423 const struct emc_timing *a = _a; in cmp_timings()
|
/linux-4.4.14/drivers/net/wireless/p54/ |
D | eeprom.c | 107 static int p54_compare_channels(const void *_a, in p54_compare_channels() argument 110 const struct p54_channel_entry *a = _a; in p54_compare_channels() 116 static int p54_compare_rssichan(const void *_a, in p54_compare_rssichan() argument 119 const struct p54_rssi_db_entry *a = _a; in p54_compare_rssichan()
|
/linux-4.4.14/drivers/base/regmap/ |
D | regcache.c | 590 const struct reg_default *_a = a; in regcache_default_cmp() local 593 return _a->reg - _b->reg; in regcache_default_cmp()
|
/linux-4.4.14/drivers/net/wireless/rsi/ |
D | rsi_91x_mgmt.c | 961 u16 _a = *(const u16 *)(a); in rsi_compare() local 964 if (_a > _b) in rsi_compare() 967 if (_a < _b) in rsi_compare()
|
/linux-4.4.14/include/math-emu/ |
D | op-1.h | 172 _FP_FRAC_ADD_2(_z, _z, _a); \
|
/linux-4.4.14/drivers/memory/tegra/ |
D | tegra124-emc.c | 940 static int cmp_timings(const void *_a, const void *_b) in cmp_timings() argument 942 const struct emc_timing *a = _a; in cmp_timings()
|
/linux-4.4.14/fs/logfs/ |
D | journal.c | 574 static void *logfs_write_area(struct super_block *sb, void *_a, in logfs_write_area() argument 579 struct logfs_je_area *a = _a; in logfs_write_area()
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | arp_tables.c | 84 static unsigned long ifname_compare(const char *_a, const char *_b, const char *_mask) in ifname_compare() argument 87 unsigned long ret = ifname_compare_aligned(_a, _b, _mask); in ifname_compare() 90 const u16 *a = (const u16 *)_a; in ifname_compare()
|
/linux-4.4.14/scripts/ |
D | asn1_compiler.c | 723 static int type_index_compare(const void *_a, const void *_b) in type_index_compare() argument 725 const struct type *const *a = _a, *const *b = _b; in type_index_compare()
|
/linux-4.4.14/drivers/tty/serial/ |
D | ioc3_serial.c | 114 #define PENDING(_a, _p) (readl(&(_p)->vma->sio_ir) & (_a)->ic_enable) argument
|
/linux-4.4.14/sound/soc/codecs/ |
D | arizona.c | 2350 static bool arizona_eq_filter_unstable(bool mode, __be16 _a, __be16 _b) in arizona_eq_filter_unstable() argument 2352 s16 a = be16_to_cpu(_a); in arizona_eq_filter_unstable()
|
/linux-4.4.14/drivers/acpi/ |
D | nfit.c | 616 static int nfit_mem_cmp(void *priv, struct list_head *_a, struct list_head *_b) in nfit_mem_cmp() argument 618 struct nfit_mem *a = container_of(_a, typeof(*a), list); in nfit_mem_cmp()
|
/linux-4.4.14/mm/ |
D | memcontrol.c | 3336 const struct mem_cgroup_threshold *_a = a; in compare_thresholds() local 3339 if (_a->threshold > _b->threshold) in compare_thresholds() 3342 if (_a->threshold < _b->threshold) in compare_thresholds()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_reg.h | 46 #define _MASKED_BIT_ENABLE(a) ({ typeof(a) _a = (a); _MASKED_FIELD(_a, _a); })
|
/linux-4.4.14/Documentation/ |
D | kernel-parameters.txt | 829 1 will print _a lot_ more information - normally
|