/linux-4.4.14/arch/parisc/lib/ |
D | memcpy.c | 100 #define def_load_ai_insn(_insn,_sz,_tt,_s,_a,_t,_e) \ argument 108 #define def_store_ai_insn(_insn,_sz,_tt,_s,_a,_t,_e) \ argument 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 123 #define def_load_insn(_insn,_tt,_s,_o,_a,_t,_e) \ argument 131 #define def_store_insn(_insn,_tt,_s,_t,_o,_a,_e) \ argument [all …]
|
/linux-4.4.14/drivers/staging/rtl8723au/include/ |
D | rtw_io.h | 226 #define PlatformEFIOWrite1Byte(_a, _b, _c) \ argument 228 #define PlatformEFIOWrite2Byte(_a, _b, _c) \ argument 230 #define PlatformEFIOWrite4Byte(_a, _b, _c) \ argument 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/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 | 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 63 #define dump_node(_a, _b, _c, _d, _e, _f, _g) \ 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 | 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
|
D | spu.c | 133 #define dump_areas(_a, _b, _c, _d, _e) \ argument
|
/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/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
|
/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/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/drivers/scsi/cxlflash/ |
D | main.h | 106 #define cxl_perst_reloads_same_image(_a, _b) do { } while (0) 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
|
/linux-4.4.14/arch/arm/mach-footbridge/ |
D | dc21285.c | 284 #define dc21285_request_irq(_a, _b, _c, _d, _e) \ argument
|
/linux-4.4.14/arch/mips/include/asm/sn/ |
D | addrs.h | 156 #define IS_IALIAS(_a) (((_a) >= IALIAS_BASE) && \ argument 269 #define HUB_L(_a) *(_a) argument 270 #define HUB_S(_a, _d) *(_a) = (_d) argument
|
/linux-4.4.14/drivers/net/wireless/p54/ |
D | eeprom.c | 107 static int p54_compare_channels(const void *_a, in p54_compare_channels() 116 static int p54_compare_rssichan(const void *_a, in p54_compare_rssichan()
|
/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()
|
/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/drivers/clk/tegra/ |
D | clk-emc.c | 421 static int cmp_timings(const void *_a, const void *_b) in cmp_timings()
|
/linux-4.4.14/drivers/sh/intc/ |
D | internals.h | 107 const struct intc_handle_int *_a = a; in intc_handle_int_cmp() local
|
/linux-4.4.14/drivers/base/regmap/ |
D | regcache.c | 590 const struct reg_default *_a = a; in regcache_default_cmp() local
|
/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/net/wireless/rsi/ |
D | rsi_91x_mgmt.c | 961 u16 _a = *(const u16 *)(a); in rsi_compare() local
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | hw.h | 123 #define REG_RMW_FIELD(_a, _r, _f, _v) \ argument 125 #define REG_READ_FIELD(_a, _r, _f) \ argument 127 #define REG_SET_BIT(_a, _r, _f) \ argument 129 #define REG_CLR_BIT(_a, _r, _f) \ argument
|
/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()
|
/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()
|
/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()
|
/linux-4.4.14/net/mac80211/ |
D | sta_info.h | 598 #define _sta_bucket_idx(_tbl, _a) \ argument
|
/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()
|
/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()
|
/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()
|
/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()
|
/linux-4.4.14/arch/arm/crypto/ |
D | sha1-armv7-neon.S | 52 #define _a r4 macro
|
/linux-4.4.14/mm/ |
D | memcontrol.c | 3336 const struct mem_cgroup_threshold *_a = a; in compare_thresholds() local
|