/linux-4.1.27/arch/arm/mm/ |
D | ioremap.c | 46 size_t size, unsigned int mtype) in find_static_vm_paddr() argument 55 if ((vm->flags & VM_ARM_MTYPE_MASK) != VM_ARM_MTYPE(mtype)) in find_static_vm_paddr() 107 const struct mem_type *mtype) in ioremap_page() argument 110 __pgprot(mtype->prot_pte)); in ioremap_page() 259 unsigned long offset, size_t size, unsigned int mtype, void *caller) in __arm_ioremap_pfn_caller() argument 275 type = get_mem_type(mtype); in __arm_ioremap_pfn_caller() 290 svm = find_static_vm_paddr(paddr, size, mtype); in __arm_ioremap_pfn_caller() 335 unsigned int mtype, void *caller) in __arm_ioremap_caller() argument 348 return __arm_ioremap_pfn_caller(pfn, offset, size, mtype, in __arm_ioremap_caller() 363 unsigned int mtype) in __arm_ioremap_pfn() argument [all …]
|
D | nommu.c | 355 size_t size, unsigned int mtype) in __arm_ioremap_pfn() argument 364 size_t size, unsigned int mtype, void *caller) in __arm_ioremap_pfn_caller() argument 366 return __arm_ioremap_pfn(pfn, offset, size, mtype); in __arm_ioremap_pfn_caller() 370 unsigned int mtype) in __arm_ioremap() argument 379 unsigned int mtype, void *caller) in __arm_ioremap_caller() argument 381 return __arm_ioremap(phys_addr, size, mtype); in __arm_ioremap_caller()
|
/linux-4.1.27/tools/testing/selftests/ipc/ |
D | msgque.c | 14 long mtype; member 65 if (msgsnd(msgque->msq_id, &msgque->messages[i].mtype, in restore_queue() 86 ret = msgrcv(msgque->msq_id, &message.mtype, MAX_MSG_SIZE, in check_and_destroy_queue() 101 if (message.mtype != msgque->messages[cnt].mtype) { in check_and_destroy_queue() 160 ret = msgrcv(msgque->msq_id, &msgque->messages[i].mtype, in dump_queue() 175 msgbuf.mtype = MSG_TYPE; in fill_msgque() 177 if (msgsnd(msgque->msq_id, &msgbuf.mtype, sizeof(TEST_STRING), in fill_msgque() 183 msgbuf.mtype = ANOTHER_MSG_TYPE; in fill_msgque() 185 if (msgsnd(msgque->msq_id, &msgbuf.mtype, sizeof(ANOTHER_TEST_STRING), in fill_msgque()
|
/linux-4.1.27/arch/unicore32/mm/ |
D | ioremap.c | 49 const struct mem_type *mtype) in ioremap_page() argument 52 __pgprot(mtype->prot_pte)); in ioremap_page() 130 unsigned long offset, size_t size, unsigned int mtype, void *caller) in __uc32_ioremap_pfn_caller() argument 154 type = get_mem_type(mtype); in __uc32_ioremap_pfn_caller() 185 unsigned int mtype, void *caller) in __uc32_ioremap_caller() argument 198 return __uc32_ioremap_pfn_caller(pfn, offset, size, mtype, caller); in __uc32_ioremap_caller() 212 unsigned int mtype) in __uc32_ioremap_pfn() argument 214 return __uc32_ioremap_pfn_caller(pfn, offset, size, mtype, in __uc32_ioremap_pfn()
|
/linux-4.1.27/net/netfilter/ipset/ |
D | ip_set_bitmap_gen.h | 34 #define mtype MTYPE macro 41 struct mtype *map = set->data; in mtype_gc_init() 53 struct mtype *map = set->data; in mtype_ext_cleanup() 64 struct mtype *map = set->data; in mtype_destroy() 83 struct mtype *map = set->data; in mtype_flush() 93 const struct mtype *map = set->data; in mtype_head() 119 struct mtype *map = set->data; in mtype_test() 140 struct mtype *map = set->data; in mtype_add() 175 struct mtype *map = set->data; in mtype_del() 202 struct mtype *map = set->data; in mtype_list() [all …]
|
D | ip_set_hash_gen.h | 200 #undef mtype 241 #define mtype MTYPE macro
|
/linux-4.1.27/drivers/edac/ |
D | i82443bxgx_edac.c | 189 enum mem_type mtype) in i82443bxgx_init_csrows() argument 225 dimm->mtype = mtype; in i82443bxgx_init_csrows() 240 enum mem_type mtype; in i82443bxgx_edacmc_probe1() local 268 mtype = MEM_EDO; in i82443bxgx_edacmc_probe1() 271 mtype = MEM_SDR; in i82443bxgx_edacmc_probe1() 274 mtype = MEM_RDR; in i82443bxgx_edacmc_probe1() 278 mtype = -MEM_UNKNOWN; in i82443bxgx_edacmc_probe1() 281 if ((mtype == MEM_SDR) || (mtype == MEM_RDR)) in i82443bxgx_edacmc_probe1() 311 i82443bxgx_init_csrows(mci, pdev, edac_mode, mtype); in i82443bxgx_edacmc_probe1()
|
D | ghes_edac.c | 125 dimm->mtype = MEM_RDDR; in ghes_edac_dmidecode() 127 dimm->mtype = MEM_DDR; in ghes_edac_dmidecode() 131 dimm->mtype = MEM_RDDR2; in ghes_edac_dmidecode() 133 dimm->mtype = MEM_DDR2; in ghes_edac_dmidecode() 136 dimm->mtype = MEM_FB_DDR2; in ghes_edac_dmidecode() 140 dimm->mtype = MEM_RDDR3; in ghes_edac_dmidecode() 142 dimm->mtype = MEM_DDR3; in ghes_edac_dmidecode() 146 dimm->mtype = MEM_RMBS; in ghes_edac_dmidecode() 149 dimm->mtype = MEM_RDR; in ghes_edac_dmidecode() 151 dimm->mtype = MEM_SDR; in ghes_edac_dmidecode() [all …]
|
D | sb_edac.c | 688 enum mem_type mtype; in get_memory_type() local 695 mtype = MEM_RDDR3; in get_memory_type() 697 mtype = MEM_DDR3; in get_memory_type() 699 mtype = MEM_UNKNOWN; in get_memory_type() 701 return mtype; in get_memory_type() 708 enum mem_type mtype = MEM_UNKNOWN; in haswell_get_memory_type() local 722 mtype = MEM_RDDR4; in haswell_get_memory_type() 724 mtype = MEM_DDR4; in haswell_get_memory_type() 727 mtype = MEM_RDDR3; in haswell_get_memory_type() 729 mtype = MEM_DDR3; in haswell_get_memory_type() [all …]
|
D | mpc85xx_edac.c | 933 enum mem_type mtype; in mpc85xx_init_csrows() local 943 mtype = MEM_RDDR; in mpc85xx_init_csrows() 946 mtype = MEM_RDDR2; in mpc85xx_init_csrows() 949 mtype = MEM_RDDR3; in mpc85xx_init_csrows() 952 mtype = MEM_UNKNOWN; in mpc85xx_init_csrows() 958 mtype = MEM_DDR; in mpc85xx_init_csrows() 961 mtype = MEM_DDR2; in mpc85xx_init_csrows() 964 mtype = MEM_DDR3; in mpc85xx_init_csrows() 967 mtype = MEM_UNKNOWN; in mpc85xx_init_csrows() 997 dimm->mtype = mtype; in mpc85xx_init_csrows()
|
D | tile_edac.c | 105 dimm->mtype = MEM_DDR2; in tile_edac_init_csrows() 109 dimm->mtype = MEM_DDR3; in tile_edac_init_csrows()
|
D | ppc4xx_edac.c | 897 enum mem_type mtype; in ppc4xx_edac_init_csrows() local 905 mtype = ppc4xx_edac_get_mtype(mcopt1); in ppc4xx_edac_init_csrows() 981 dimm->mtype = mtype; in ppc4xx_edac_init_csrows()
|
D | ie31200_edac.c | 420 dimm->mtype = MEM_DDR3; in ie31200_probe1() 429 dimm->mtype = MEM_DDR3; in ie31200_probe1()
|
D | pasemi_edac.c | 184 dimm->mtype = MEM_DDR; in pasemi_edac_init_csrows()
|
D | highbank_mc_edac.c | 238 dimm->mtype = MEM_DDR3; in highbank_mc_probe()
|
D | amd76x_edac.c | 215 dimm->mtype = MEM_RDDR; in amd76x_init_csrows()
|
D | r82600_edac.c | 260 dimm->mtype = reg_sdram ? MEM_RDDR : MEM_DDR; in r82600_init_csrows()
|
D | i82860_edac.c | 180 dimm->mtype = MEM_RMBS; in i82860_init_csrows()
|
D | i7core_edac.c | 505 enum mem_type mtype; in get_dimm_config() local 572 mtype = MEM_RDDR3; in get_dimm_config() 574 mtype = MEM_DDR3; in get_dimm_config() 638 dimm->mtype = mtype; in get_dimm_config()
|
D | cell_edac.c | 154 dimm->mtype = MEM_XDR; in cell_edac_init_csrows()
|
D | altera_edac.c | 338 dimm->mtype = MEM_DDR3; in altr_sdram_probe()
|
D | synopsys_edac.c | 375 dimm->mtype = synps_edac_get_mtype(priv->baseaddr); in synps_edac_init_csrows()
|
D | i3200_edac.c | 410 dimm->mtype = MEM_DDR2; in i3200_probe1()
|
D | x38_edac.c | 391 dimm->mtype = MEM_DDR2; in x38_probe1()
|
D | i3000_edac.c | 416 dimm->mtype = MEM_DDR2; in i3000_probe1()
|
D | i82875p_edac.c | 382 dimm->mtype = MEM_DDR; in i82875p_init_csrows()
|
D | e7xxx_edac.c | 415 dimm->mtype = MEM_RDDR; /* only one type supported */ in e7xxx_init_csrows()
|
D | i82975x_edac.c | 428 dimm->mtype = MEM_DDR2; /* I82975x supports only DDR2 */ in i82975x_init_csrows()
|
D | edac_mc_sysfs.c | 199 return sprintf(data, "%s\n", mem_types[csrow->channels[0]->dimm->mtype]); in csrow_mem_type_show() 525 return sprintf(data, "%s\n", mem_types[dimm->mtype]); in dimmdev_mem_type_show()
|
D | mv64x60_edac.c | 679 dimm->mtype = (ctl & MV64X60_SDRAM_REGISTERED) ? MEM_RDDR : MEM_DDR; in mv64x60_init_csrows()
|
D | i7300_edac.c | 653 dimm->mtype = MEM_FB_DDR2; in decode_mtr()
|
D | cpc925_edac.c | 384 dimm->mtype = MEM_RDDR; in cpc925_init_csrows()
|
D | i5100_edac.c | 870 dimm->mtype = MEM_RDDR2; in i5100_init_csrows()
|
D | i5400_edac.c | 1211 dimm->mtype = MEM_FB_DDR2; in i5400_init_dimms()
|
D | e752x_edac.c | 1133 dimm->mtype = MEM_RDDR; /* only one type supported */ in e752x_init_csrows()
|
D | i5000_edac.c | 1293 dimm->mtype = MEM_FB_DDR2; in i5000_init_csrows()
|
D | amd64_edac.c | 2464 dimm->mtype = pvt->dram_type; in init_csrows()
|
/linux-4.1.27/mm/ |
D | vmstat.c | 937 int order, mtype; in pagetypeinfo_showfree_print() local 939 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) { in pagetypeinfo_showfree_print() 943 migratetype_names[mtype]); in pagetypeinfo_showfree_print() 951 list_for_each(curr, &area->free_list[mtype]) in pagetypeinfo_showfree_print() 979 int mtype; in pagetypeinfo_showblockcount_print() local 997 mtype = get_pageblock_migratetype(page); in pagetypeinfo_showblockcount_print() 999 if (mtype < MIGRATE_TYPES) in pagetypeinfo_showblockcount_print() 1000 count[mtype]++; in pagetypeinfo_showblockcount_print() 1005 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showblockcount_print() 1006 seq_printf(m, "%12lu ", count[mtype]); in pagetypeinfo_showblockcount_print() [all …]
|
/linux-4.1.27/arch/arm/mach-iop13xx/ |
D | io.c | 27 size_t size, unsigned int mtype, void *caller) in __iop13xx_ioremap_caller() argument 49 size, mtype, __builtin_return_address(0)); in __iop13xx_ioremap_caller() 55 retval = __arm_ioremap_caller(cookie, size, mtype, in __iop13xx_ioremap_caller()
|
/linux-4.1.27/arch/arm/mach-imx/ |
D | mm-imx3.c | 69 unsigned int mtype, void *caller) in imx3_ioremap_caller() argument 71 if (mtype == MT_DEVICE) { in imx3_ioremap_caller() 79 mtype = MT_DEVICE_NONSHARED; in imx3_ioremap_caller() 82 return __arm_ioremap_caller(phys_addr, size, mtype, caller); in imx3_ioremap_caller()
|
/linux-4.1.27/arch/arm/mach-mvebu/ |
D | coherency.c | 126 unsigned int mtype, void *caller) in armada_pcie_wa_ioremap_caller() argument 133 mtype = MT_UNCACHED; in armada_pcie_wa_ioremap_caller() 135 return __arm_ioremap_caller(phys_addr, size, mtype, caller); in armada_pcie_wa_ioremap_caller()
|
/linux-4.1.27/include/uapi/scsi/ |
D | scsi_netlink.h | 113 #define INIT_SCSI_NL_HDR(hdr, t, mtype, mlen) \ argument 118 (hdr)->msgtype = mtype; \
|
/linux-4.1.27/drivers/scsi/csiostor/ |
D | csio_hw_t5.c | 282 csio_t5_memory_rw(struct csio_hw *hw, u32 win, int mtype, u32 addr, in csio_t5_memory_rw() argument 302 if (mtype != MEM_MC1) in csio_t5_memory_rw() 303 memoffset = (mtype * (edc_size * 1024 * 1024)); in csio_t5_memory_rw() 338 mtype, addr, len); in csio_t5_memory_rw()
|
D | csio_hw.c | 184 csio_memory_write(struct csio_hw *hw, int mtype, u32 addr, u32 len, u32 *buf) in csio_memory_write() argument 186 return hw->chip_ops->chip_memory_rw(hw, MEMWIN_CSIOSTOR, mtype, in csio_memory_write() 1581 unsigned int mtype = 0, maddr = 0; in csio_hw_flash_config() local 1606 mtype = FW_PARAMS_PARAM_Y_G(*fw_cfg_param); in csio_hw_flash_config() 1609 ret = csio_memory_write(hw, mtype, maddr, in csio_hw_flash_config() 1623 ret = csio_memory_write(hw, mtype, maddr + size, 4, &last.word); in csio_hw_flash_config() 1658 unsigned int mtype, maddr; in csio_hw_use_fwconfig() local 1687 mtype = FW_MEMTYPE_CF_FLASH; in csio_hw_use_fwconfig() 1691 mtype = FW_PARAMS_PARAM_Y_G(*fw_cfg_param); in csio_hw_use_fwconfig() 1714 FW_CAPS_CONFIG_CMD_MEMTYPE_CF_V(mtype) | in csio_hw_use_fwconfig()
|
/linux-4.1.27/net/tipc/ |
D | name_distr.c | 396 int mtype; in tipc_named_rcv() local 401 mtype = msg_type(msg); in tipc_named_rcv() 406 if (!tipc_update_nametbl(net, item, node, mtype)) in tipc_named_rcv() 407 tipc_named_add_backlog(item, mtype, node); in tipc_named_rcv()
|
/linux-4.1.27/ipc/ |
D | msg.c | 607 long do_msgsnd(int msqid, long mtype, void __user *mtext, in do_msgsnd() argument 619 if (mtype < 1) in do_msgsnd() 626 msg->m_type = mtype; in do_msgsnd() 723 long mtype; in SYSCALL_DEFINE4() local 725 if (get_user(mtype, &msgp->mtype)) in SYSCALL_DEFINE4() 727 return do_msgsnd(msqid, mtype, msgp->mtext, msgsz, msgflg); in SYSCALL_DEFINE4() 756 if (put_user(msg->m_type, &msgp->mtype)) in do_msg_fill()
|
D | compat.c | 38 compat_long_t mtype; member 315 if (put_user(msg->m_type, &msgp->mtype)) in compat_do_msg_fill() 361 if (get_user(type, &up->mtype)) in COMPAT_SYSCALL_DEFINE6() 422 compat_long_t mtype; in COMPAT_SYSCALL_DEFINE4() local 424 if (get_user(mtype, &up->mtype)) in COMPAT_SYSCALL_DEFINE4() 426 return do_msgsnd(msqid, mtype, up->mtext, (ssize_t)msgsz, msgflg); in COMPAT_SYSCALL_DEFINE4()
|
/linux-4.1.27/arch/arm/include/asm/mach/ |
D | map.h | 59 const struct mem_type *mtype);
|
/linux-4.1.27/include/linux/ |
D | msg.h | 35 extern long do_msgsnd(int msqid, long mtype, void __user *mtext,
|
D | edac.h | 555 enum mem_type mtype; /* memory dimm type */ member
|
/linux-4.1.27/include/uapi/linux/ |
D | msg.h | 37 __kernel_long_t mtype; /* type of message */ member
|
/linux-4.1.27/drivers/net/ethernet/ti/ |
D | cpts.c | 294 u8 mtype; in cpts_find_ts() local 308 mtype = (event->high >> MESSAGE_TYPE_SHIFT) & MESSAGE_TYPE_MASK; in cpts_find_ts() 311 cpts_match(skb, class, seqid, mtype)) { in cpts_find_ts()
|
D | cpsw.c | 1442 u32 ctrl, mtype; in cpsw_hwtstamp_v2() local 1472 mtype = (30 << TS_SEQ_ID_OFFSET_SHIFT) | EVENT_MSG_BITS; in cpsw_hwtstamp_v2() 1474 slave_write(slave, mtype, CPSW2_TS_SEQ_MTYPE); in cpsw_hwtstamp_v2()
|
/linux-4.1.27/drivers/ata/ |
D | pata_it821x.c | 607 char *mtype = ""; in it821x_display_disk() local 622 mtype = "UDMA"; in it821x_display_disk() 625 mtype = "MWDMA"; in it821x_display_disk() 632 snprintf(mbuf, 8, "%5s%d", mtype, mode - 1); in it821x_display_disk()
|
/linux-4.1.27/fs/gfs2/ |
D | meta_io.c | 343 u32 mtype = height ? GFS2_METATYPE_IN : GFS2_METATYPE_DI; in gfs2_meta_indirect_buffer() local 346 if (ret == 0 && gfs2_metatype_check(sdp, bh, mtype)) { in gfs2_meta_indirect_buffer()
|
/linux-4.1.27/arch/arm/mach-ixp4xx/ |
D | common.c | 647 unsigned int mtype, void *caller) in ixp4xx_ioremap_caller() argument 650 return __arm_ioremap_caller(addr, size, mtype, caller); in ixp4xx_ioremap_caller()
|
/linux-4.1.27/fs/ufs/ |
D | super.c | 490 unsigned mtype = sbi->s_mount_opt & UFS_MOUNT_UFSTYPE; in ufs_setup_cstotal() local 492 UFSD("ENTER, mtype=%u\n", mtype); in ufs_setup_cstotal() 497 if ((mtype == UFS_MOUNT_UFSTYPE_44BSD && in ufs_setup_cstotal() 499 mtype == UFS_MOUNT_UFSTYPE_UFS2) { in ufs_setup_cstotal() 603 unsigned mtype = UFS_SB(sb)->s_mount_opt & UFS_MOUNT_UFSTYPE; in ufs_put_cstotal() local 614 if ((mtype == UFS_MOUNT_UFSTYPE_44BSD && in ufs_put_cstotal() 616 mtype == UFS_MOUNT_UFSTYPE_UFS2) { in ufs_put_cstotal()
|
/linux-4.1.27/net/netfilter/ |
D | nf_nat_core.c | 480 enum nf_nat_manip_type mtype = HOOK2MANIP(hooknum); in nf_nat_packet() local 482 if (mtype == NF_NAT_MANIP_SRC) in nf_nat_packet() 501 if (!l3proto->manip_pkt(skb, 0, l4proto, &target, mtype)) in nf_nat_packet()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4.h | 1156 int t4_memory_rw(struct adapter *adap, int win, int mtype, u32 addr, u32 len, 1158 static inline int t4_memory_write(struct adapter *adap, int mtype, u32 addr, in t4_memory_write() argument 1161 return t4_memory_rw(adap, 0, mtype, addr, len, buf, 0); in t4_memory_write()
|
D | cxgb4_main.c | 3284 unsigned long mtype = 0, maddr = 0; in adap_init0_config() local 3323 mtype = FW_MEMTYPE_CF_FLASH; in adap_init0_config() 3354 mtype = FW_PARAMS_PARAM_Y_G(val[0]); in adap_init0_config() 3358 ret = t4_memory_rw(adapter, 0, mtype, maddr, in adap_init0_config() 3370 ret = t4_memory_rw(adapter, 0, mtype, in adap_init0_config() 3397 FW_CAPS_CONFIG_CMD_MEMTYPE_CF_V(mtype) | in adap_init0_config()
|
D | t4_hw.c | 462 int t4_memory_rw(struct adapter *adap, int win, int mtype, u32 addr, in t4_memory_rw() argument 491 if (mtype != MEM_MC1) in t4_memory_rw() 492 memoffset = (mtype * (edc_size * 1024 * 1024)); in t4_memory_rw()
|
/linux-4.1.27/drivers/net/can/ |
D | grcan.c | 1472 #define GRCAN_MODULE_PARAM(name, mtype, valcheckf, desc) \ argument 1486 mtype, S_IRUGO); \
|