/linux-4.4.14/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 | 346 size_t size, unsigned int mtype) in __arm_ioremap_pfn() argument 355 unsigned int mtype, void *caller) in __arm_ioremap_caller() argument
|
/linux-4.4.14/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.4.14/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.4.14/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() 80 struct mtype *map = set->data; in mtype_flush() 90 const struct mtype *map = set->data; in mtype_head() 114 struct mtype *map = set->data; in mtype_test() 135 struct mtype *map = set->data; in mtype_add() 176 struct mtype *map = set->data; in mtype_del() 203 struct mtype *map = set->data; in mtype_list() [all …]
|
D | ip_set_hash_gen.h | 194 #undef mtype 236 #define mtype MTYPE macro
|
/linux-4.4.14/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 | 105 dimm->mtype = MEM_RDDR; in ghes_edac_dmidecode() 107 dimm->mtype = MEM_DDR; in ghes_edac_dmidecode() 111 dimm->mtype = MEM_RDDR2; in ghes_edac_dmidecode() 113 dimm->mtype = MEM_DDR2; in ghes_edac_dmidecode() 116 dimm->mtype = MEM_FB_DDR2; in ghes_edac_dmidecode() 120 dimm->mtype = MEM_RDDR3; in ghes_edac_dmidecode() 122 dimm->mtype = MEM_DDR3; in ghes_edac_dmidecode() 126 dimm->mtype = MEM_RMBS; in ghes_edac_dmidecode() 129 dimm->mtype = MEM_RDR; in ghes_edac_dmidecode() 131 dimm->mtype = MEM_SDR; in ghes_edac_dmidecode() [all …]
|
D | mpc85xx_edac.c | 937 enum mem_type mtype; in mpc85xx_init_csrows() local 947 mtype = MEM_RDDR; in mpc85xx_init_csrows() 950 mtype = MEM_RDDR2; in mpc85xx_init_csrows() 953 mtype = MEM_RDDR3; in mpc85xx_init_csrows() 956 mtype = MEM_UNKNOWN; in mpc85xx_init_csrows() 962 mtype = MEM_DDR; in mpc85xx_init_csrows() 965 mtype = MEM_DDR2; in mpc85xx_init_csrows() 968 mtype = MEM_DDR3; in mpc85xx_init_csrows() 971 mtype = MEM_UNKNOWN; in mpc85xx_init_csrows() 1001 dimm->mtype = mtype; in mpc85xx_init_csrows()
|
D | sb_edac.c | 724 enum mem_type mtype; in get_memory_type() local 731 mtype = MEM_RDDR3; in get_memory_type() 733 mtype = MEM_DDR3; in get_memory_type() 735 mtype = MEM_UNKNOWN; in get_memory_type() 737 return mtype; in get_memory_type() 744 enum mem_type mtype = MEM_UNKNOWN; in haswell_get_memory_type() local 758 mtype = MEM_RDDR4; in haswell_get_memory_type() 760 mtype = MEM_DDR4; in haswell_get_memory_type() 763 mtype = MEM_RDDR3; in haswell_get_memory_type() 765 mtype = MEM_DDR3; in haswell_get_memory_type() [all …]
|
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 | 898 enum mem_type mtype; in ppc4xx_edac_init_csrows() local 906 mtype = ppc4xx_edac_get_mtype(mcopt1); in ppc4xx_edac_init_csrows() 982 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 | amd76x_edac.c | 215 dimm->mtype = MEM_RDDR; in amd76x_init_csrows()
|
D | highbank_mc_edac.c | 238 dimm->mtype = MEM_DDR3; in highbank_mc_probe()
|
D | i82860_edac.c | 180 dimm->mtype = MEM_RMBS; in i82860_init_csrows()
|
D | r82600_edac.c | 260 dimm->mtype = reg_sdram ? MEM_RDDR : MEM_DDR; in r82600_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 | synopsys_edac.c | 375 dimm->mtype = synps_edac_get_mtype(priv->baseaddr); in synps_edac_init_csrows()
|
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 | i3200_edac.c | 410 dimm->mtype = MEM_DDR2; in i3200_probe1()
|
D | edac_mc_sysfs.c | 199 return sprintf(data, "%s\n", mem_types[csrow->channels[0]->dimm->mtype]); in csrow_mem_type_show() 534 return sprintf(data, "%s\n", mem_types[dimm->mtype]); in dimmdev_mem_type_show()
|
D | e7xxx_edac.c | 415 dimm->mtype = MEM_RDDR; /* only one type supported */ in e7xxx_init_csrows()
|
D | altera_edac.c | 398 dimm->mtype = MEM_DDR3; in altr_sdram_probe()
|
D | i82975x_edac.c | 428 dimm->mtype = MEM_DDR2; /* I82975x supports only DDR2 */ in i82975x_init_csrows()
|
D | i7300_edac.c | 653 dimm->mtype = MEM_FB_DDR2; in decode_mtr()
|
D | mv64x60_edac.c | 679 dimm->mtype = (ctl & MV64X60_SDRAM_REGISTERED) ? MEM_RDDR : MEM_DDR; in mv64x60_init_csrows()
|
D | cpc925_edac.c | 384 dimm->mtype = MEM_RDDR; in cpc925_init_csrows()
|
D | i5400_edac.c | 1211 dimm->mtype = MEM_FB_DDR2; in i5400_init_dimms()
|
D | i5100_edac.c | 871 dimm->mtype = MEM_RDDR2; in i5100_init_csrows()
|
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 | 2479 dimm->mtype = pvt->dram_type; in init_csrows()
|
/linux-4.4.14/mm/ |
D | vmstat.c | 959 int order, mtype; in pagetypeinfo_showfree_print() local 961 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) { in pagetypeinfo_showfree_print() 965 migratetype_names[mtype]); in pagetypeinfo_showfree_print() 973 list_for_each(curr, &area->free_list[mtype]) in pagetypeinfo_showfree_print() 1001 int mtype; in pagetypeinfo_showblockcount_print() local 1019 mtype = get_pageblock_migratetype(page); in pagetypeinfo_showblockcount_print() 1021 if (mtype < MIGRATE_TYPES) in pagetypeinfo_showblockcount_print() 1022 count[mtype]++; in pagetypeinfo_showblockcount_print() 1027 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showblockcount_print() 1028 seq_printf(m, "%12lu ", count[mtype]); in pagetypeinfo_showblockcount_print() [all …]
|
/linux-4.4.14/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.4.14/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.4.14/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_mqd_manager_vi.c | 102 struct queue_properties *q, unsigned int mtype, in __update_mqd() argument 115 mtype << CP_HQD_PQ_CONTROL__MTYPE__SHIFT; in __update_mqd() 134 mtype << CP_HQD_EOP_CONTROL__MTYPE__SHIFT; in __update_mqd() 138 mtype << CP_HQD_IB_CONTROL__MTYPE__SHIFT; in __update_mqd() 148 mtype << CP_HQD_IQ_TIMER__MTYPE__SHIFT; in __update_mqd()
|
/linux-4.4.14/include/uapi/scsi/ |
D | scsi_netlink.h | 113 #define INIT_SCSI_NL_HDR(hdr, t, mtype, mlen) \ argument 118 (hdr)->msgtype = mtype; \
|
/linux-4.4.14/arch/arm/mach-mvebu/ |
D | coherency.c | 172 unsigned int mtype, void *caller) in armada_pcie_wa_ioremap_caller() argument 179 mtype = MT_UNCACHED; in armada_pcie_wa_ioremap_caller() 181 return __arm_ioremap_caller(phys_addr, size, mtype, caller); in armada_pcie_wa_ioremap_caller()
|
/linux-4.4.14/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.4.14/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.4.14/ipc/ |
D | msg.c | 609 long do_msgsnd(int msqid, long mtype, void __user *mtext, in do_msgsnd() argument 621 if (mtype < 1) in do_msgsnd() 628 msg->m_type = mtype; in do_msgsnd() 725 long mtype; in SYSCALL_DEFINE4() local 727 if (get_user(mtype, &msgp->mtype)) in SYSCALL_DEFINE4() 729 return do_msgsnd(msqid, mtype, msgp->mtext, msgsz, msgflg); in SYSCALL_DEFINE4() 758 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.4.14/arch/arm/include/asm/mach/ |
D | map.h | 59 const struct mem_type *mtype);
|
/linux-4.4.14/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
|
D | lightnvm.h | 66 u8 mtype; member
|
/linux-4.4.14/include/uapi/linux/ |
D | msg.h | 37 __kernel_long_t mtype; /* type of message */ member
|
/linux-4.4.14/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 | 1453 u32 ctrl, mtype; in cpsw_hwtstamp_v2() local 1483 mtype = (30 << TS_SEQ_ID_OFFSET_SHIFT) | EVENT_MSG_BITS; in cpsw_hwtstamp_v2() 1485 slave_write(slave, mtype, CPSW2_TS_SEQ_MTYPE); in cpsw_hwtstamp_v2()
|
/linux-4.4.14/drivers/ata/ |
D | pata_it821x.c | 607 const 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.4.14/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.4.14/arch/arm/mach-ixp4xx/ |
D | common.c | 659 unsigned int mtype, void *caller) in ixp4xx_ioremap_caller() argument 662 return __arm_ioremap_caller(addr, size, mtype, caller); in ixp4xx_ioremap_caller()
|
/linux-4.4.14/drivers/nvme/host/ |
D | lightnvm.c | 150 __u8 mtype; member 247 dst->mtype = src->mtype; in init_grps()
|
/linux-4.4.14/fs/ufs/ |
D | super.c | 475 unsigned mtype = sbi->s_mount_opt & UFS_MOUNT_UFSTYPE; in ufs_setup_cstotal() local 477 UFSD("ENTER, mtype=%u\n", mtype); in ufs_setup_cstotal() 482 if ((mtype == UFS_MOUNT_UFSTYPE_44BSD && in ufs_setup_cstotal() 484 mtype == UFS_MOUNT_UFSTYPE_UFS2) { in ufs_setup_cstotal() 588 unsigned mtype = UFS_SB(sb)->s_mount_opt & UFS_MOUNT_UFSTYPE; in ufs_put_cstotal() local 599 if ((mtype == UFS_MOUNT_UFSTYPE_44BSD && in ufs_put_cstotal() 601 mtype == UFS_MOUNT_UFSTYPE_UFS2) { in ufs_put_cstotal()
|
/linux-4.4.14/net/netfilter/ |
D | nf_nat_core.c | 484 enum nf_nat_manip_type mtype = HOOK2MANIP(hooknum); in nf_nat_packet() local 486 if (mtype == NF_NAT_MANIP_SRC) in nf_nat_packet() 505 if (!l3proto->manip_pkt(skb, 0, l4proto, &target, mtype)) in nf_nat_packet()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4.h | 1231 int t4_memory_rw(struct adapter *adap, int win, int mtype, u32 addr, u32 len, 1233 static inline int t4_memory_write(struct adapter *adap, int mtype, u32 addr, in t4_memory_write() argument 1236 return t4_memory_rw(adap, 0, mtype, addr, len, buf, 0); in t4_memory_write()
|
D | cxgb4_main.c | 3415 unsigned long mtype = 0, maddr = 0; in adap_init0_config() local 3467 mtype = FW_MEMTYPE_CF_FLASH; in adap_init0_config() 3498 mtype = FW_PARAMS_PARAM_Y_G(val[0]); in adap_init0_config() 3502 ret = t4_memory_rw(adapter, 0, mtype, maddr, in adap_init0_config() 3514 ret = t4_memory_rw(adapter, 0, mtype, in adap_init0_config() 3541 FW_CAPS_CONFIG_CMD_MEMTYPE_CF_V(mtype) | in adap_init0_config()
|
D | t4_hw.c | 403 int t4_memory_rw(struct adapter *adap, int win, int mtype, u32 addr, in t4_memory_rw() argument 431 if (mtype != MEM_MC1) in t4_memory_rw() 432 memoffset = (mtype * (edc_size * 1024 * 1024)); in t4_memory_rw() 3382 unsigned long mtype = 0, maddr = 0; in t4_load_phy_fw() local 3418 mtype = val >> 8; in t4_load_phy_fw() 3426 ret = t4_memory_rw(adap, win, mtype, maddr, in t4_load_phy_fw()
|
/linux-4.4.14/drivers/lightnvm/ |
D | core.c | 214 if (grp->mtype != 0) { in nvm_core_init()
|
/linux-4.4.14/drivers/net/can/ |
D | grcan.c | 1473 #define GRCAN_MODULE_PARAM(name, mtype, valcheckf, desc) \ argument 1487 mtype, S_IRUGO); \
|
/linux-4.4.14/drivers/block/ |
D | null_blk.c | 501 grp->mtype = 0; in null_lnvm_id()
|