| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A D | ioremap.c | 49 size_t size, unsigned int mtype) in find_static_vm_paddr() argument 58 if ((vm->flags & VM_ARM_MTYPE_MASK) != VM_ARM_MTYPE(mtype)) in find_static_vm_paddr() 110 const struct mem_type *mtype) in ioremap_page() argument 113 __pgprot(mtype->prot_pte)); in ioremap_page() 245 unsigned long offset, size_t size, unsigned int mtype, void *caller) in __arm_ioremap_pfn_caller() argument 261 type = get_mem_type(mtype); in __arm_ioremap_pfn_caller() 276 svm = find_static_vm_paddr(paddr, size, mtype); in __arm_ioremap_pfn_caller() 289 mtype != MT_MEMORY_RW)) in __arm_ioremap_pfn_caller() 323 unsigned int mtype, void *caller) in __arm_ioremap_caller() argument 336 return __arm_ioremap_pfn_caller(pfn, offset, size, mtype, in __arm_ioremap_caller() [all …]
|
| H A D | nommu.c | 204 size_t size, unsigned int mtype) in __arm_ioremap_pfn() argument 213 unsigned int mtype, void *caller) in __arm_ioremap_caller() argument
|
| /OK3568_Linux_fs/kernel/drivers/edac/ |
| H A D | ghes_edac.c | 133 dimm->mtype = MEM_RDDR; in assign_dmi_dimm_info() 135 dimm->mtype = MEM_DDR; in assign_dmi_dimm_info() 139 dimm->mtype = MEM_RDDR2; in assign_dmi_dimm_info() 141 dimm->mtype = MEM_DDR2; in assign_dmi_dimm_info() 144 dimm->mtype = MEM_FB_DDR2; in assign_dmi_dimm_info() 148 dimm->mtype = MEM_NVDIMM; in assign_dmi_dimm_info() 150 dimm->mtype = MEM_RDDR3; in assign_dmi_dimm_info() 152 dimm->mtype = MEM_DDR3; in assign_dmi_dimm_info() 156 dimm->mtype = MEM_NVDIMM; in assign_dmi_dimm_info() 158 dimm->mtype = MEM_RDDR4; in assign_dmi_dimm_info() [all …]
|
| H A D | i82443bxgx_edac.c | 187 enum mem_type mtype) in i82443bxgx_init_csrows() argument 223 dimm->mtype = mtype; in i82443bxgx_init_csrows() 238 enum mem_type mtype; in i82443bxgx_edacmc_probe1() local 266 mtype = MEM_EDO; in i82443bxgx_edacmc_probe1() 269 mtype = MEM_SDR; in i82443bxgx_edacmc_probe1() 272 mtype = MEM_RDR; in i82443bxgx_edacmc_probe1() 276 mtype = -MEM_UNKNOWN; in i82443bxgx_edacmc_probe1() 279 if ((mtype == MEM_SDR) || (mtype == MEM_RDR)) in i82443bxgx_edacmc_probe1() 309 i82443bxgx_init_csrows(mci, pdev, edac_mode, mtype); in i82443bxgx_edacmc_probe1()
|
| H A D | fsl_ddr_edac.c | 398 enum mem_type mtype; in fsl_ddr_init_csrows() local 408 mtype = MEM_RDDR; in fsl_ddr_init_csrows() 411 mtype = MEM_RDDR2; in fsl_ddr_init_csrows() 414 mtype = MEM_RDDR3; in fsl_ddr_init_csrows() 417 mtype = MEM_RDDR4; in fsl_ddr_init_csrows() 420 mtype = MEM_UNKNOWN; in fsl_ddr_init_csrows() 426 mtype = MEM_DDR; in fsl_ddr_init_csrows() 429 mtype = MEM_DDR2; in fsl_ddr_init_csrows() 432 mtype = MEM_DDR3; in fsl_ddr_init_csrows() 435 mtype = MEM_DDR4; in fsl_ddr_init_csrows() [all …]
|
| H A D | bluefield_edac.c | 195 dimm->mtype = MEM_EMPTY; in bluefield_edac_init_dimms() 204 dimm->mtype = MEM_NVDIMM; in bluefield_edac_init_dimms() 206 dimm->mtype = MEM_LRDDR4; in bluefield_edac_init_dimms() 208 dimm->mtype = MEM_RDDR4; in bluefield_edac_init_dimms() 210 dimm->mtype = MEM_DDR4; in bluefield_edac_init_dimms()
|
| H A D | sb_edac.c | 880 enum mem_type mtype; in get_memory_type() local 887 mtype = MEM_RDDR3; in get_memory_type() 889 mtype = MEM_DDR3; in get_memory_type() 891 mtype = MEM_UNKNOWN; in get_memory_type() 893 return mtype; in get_memory_type() 900 enum mem_type mtype = MEM_UNKNOWN; in haswell_get_memory_type() local 914 mtype = MEM_RDDR4; in haswell_get_memory_type() 916 mtype = MEM_DDR4; in haswell_get_memory_type() 919 mtype = MEM_RDDR3; in haswell_get_memory_type() 921 mtype = MEM_DDR3; in haswell_get_memory_type() [all …]
|
| H A D | ie31200_edac.c | 500 dimm->mtype = MEM_DDR4; in ie31200_probe1() 502 dimm->mtype = MEM_DDR3; in ie31200_probe1() 511 dimm->mtype = MEM_DDR4; in ie31200_probe1() 513 dimm->mtype = MEM_DDR3; in ie31200_probe1()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ipc/ |
| H A D | msgque.c | 16 long mtype; member 67 if (msgsnd(msgque->msq_id, &msgque->messages[i].mtype, in restore_queue() 88 ret = msgrcv(msgque->msq_id, &message.mtype, MAX_MSG_SIZE, in check_and_destroy_queue() 103 if (message.mtype != msgque->messages[cnt].mtype) { in check_and_destroy_queue() 162 ret = msgrcv(msgque->msq_id, &msgque->messages[i].mtype, in dump_queue() 177 msgbuf.mtype = MSG_TYPE; in fill_msgque() 179 if (msgsnd(msgque->msq_id, &msgbuf.mtype, sizeof(TEST_STRING), in fill_msgque() 185 msgbuf.mtype = ANOTHER_MSG_TYPE; in fill_msgque() 187 if (msgsnd(msgque->msq_id, &msgbuf.mtype, sizeof(ANOTHER_TEST_STRING), in fill_msgque()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ipset/ |
| H A D | ip_set_bitmap_gen.h | 31 #define mtype MTYPE macro 38 struct mtype *map = set->data; in mtype_gc_init() 47 struct mtype *map = set->data; in mtype_ext_cleanup() 58 struct mtype *map = set->data; in mtype_destroy() 74 struct mtype *map = set->data; in mtype_flush() 85 mtype_memsize(const struct mtype *map, size_t dsize) in mtype_memsize() 94 const struct mtype *map = set->data; in mtype_head() 119 struct mtype *map = set->data; in mtype_test() 133 struct mtype *map = set->data; in mtype_add() 178 struct mtype *map = set->data; in mtype_del() [all …]
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | bpf_struct_ops.c | 293 const struct btf_type *mtype; in check_zero_holes() local 301 mtype = btf_type_by_id(btf_vmlinux, member->type); in check_zero_holes() 302 mtype = btf_resolve_size(btf_vmlinux, mtype, &msize); in check_zero_holes() 303 if (IS_ERR(mtype)) in check_zero_holes() 304 return PTR_ERR(mtype); in check_zero_holes() 368 const struct btf_type *mtype, *ptype; in bpf_struct_ops_map_update_elem() local 399 mtype = btf_type_by_id(btf_vmlinux, member->type); in bpf_struct_ops_map_update_elem() 400 mtype = btf_resolve_size(btf_vmlinux, mtype, &msize); in bpf_struct_ops_map_update_elem() 401 if (IS_ERR(mtype)) { in bpf_struct_ops_map_update_elem() 402 err = PTR_ERR(mtype); in bpf_struct_ops_map_update_elem()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | vmstat.c | 1440 int order, mtype; in pagetypeinfo_showfree_print() local 1442 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) { in pagetypeinfo_showfree_print() 1446 migratetype_names[mtype]); in pagetypeinfo_showfree_print() 1455 list_for_each(curr, &area->free_list[mtype]) { in pagetypeinfo_showfree_print() 1499 int mtype; in pagetypeinfo_showblockcount_print() local 1515 mtype = get_pageblock_migratetype(page); in pagetypeinfo_showblockcount_print() 1517 if (mtype < MIGRATE_TYPES) in pagetypeinfo_showblockcount_print() 1518 count[mtype]++; in pagetypeinfo_showblockcount_print() 1523 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showblockcount_print() 1524 seq_printf(m, "%12lu ", count[mtype]); in pagetypeinfo_showblockcount_print() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-imx/ |
| H A D | mm-imx3.c | 57 unsigned int mtype, void *caller) in imx3_ioremap_caller() argument 59 if (mtype == MT_DEVICE) { in imx3_ioremap_caller() 67 mtype = MT_DEVICE_NONSHARED; in imx3_ioremap_caller() 70 return __arm_ioremap_caller(phys_addr, size, mtype, caller); in imx3_ioremap_caller()
|
| /OK3568_Linux_fs/kernel/ipc/ |
| H A D | msg.c | 842 static long do_msgsnd(int msqid, long mtype, void __user *mtext, in do_msgsnd() argument 855 if (mtype < 1) in do_msgsnd() 862 msg->m_type = mtype; in do_msgsnd() 958 long mtype; in ksys_msgsnd() local 960 if (get_user(mtype, &msgp->mtype)) in ksys_msgsnd() 962 return do_msgsnd(msqid, mtype, msgp->mtext, msgsz, msgflg); in ksys_msgsnd() 974 compat_long_t mtype; member 982 compat_long_t mtype; in compat_ksys_msgsnd() local 984 if (get_user(mtype, &up->mtype)) in compat_ksys_msgsnd() 986 return do_msgsnd(msqid, mtype, up->mtext, (ssize_t)msgsz, msgflg); in compat_ksys_msgsnd() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/csiostor/ |
| H A D | csio_hw_t5.c | 253 csio_t5_memory_rw(struct csio_hw *hw, u32 win, int mtype, u32 addr, in csio_t5_memory_rw() argument 273 if (mtype != MEM_MC1) in csio_t5_memory_rw() 274 memoffset = (mtype * (edc_size * 1024 * 1024)); in csio_t5_memory_rw() 309 mtype, addr, len); in csio_t5_memory_rw()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-mvebu/ |
| H A D | coherency.c | 165 unsigned int mtype, void *caller) in armada_wa_ioremap_caller() argument 167 mtype = MT_UNCACHED; in armada_wa_ioremap_caller() 168 return __arm_ioremap_caller(phys_addr, size, mtype, caller); in armada_wa_ioremap_caller()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/scsi/ |
| H A D | scsi_netlink.h | 114 #define INIT_SCSI_NL_HDR(hdr, t, mtype, mlen) \ argument 119 (hdr)->msgtype = mtype; \
|
| /OK3568_Linux_fs/kernel/include/uapi/scsi/ |
| H A D | scsi_netlink.h | 99 #define INIT_SCSI_NL_HDR(hdr, t, mtype, mlen) \ argument 104 (hdr)->msgtype = mtype; \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/scsi/ |
| H A D | scsi_netlink.h | 114 #define INIT_SCSI_NL_HDR(hdr, t, mtype, mlen) \ argument 119 (hdr)->msgtype = mtype; \
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_mqd_manager_vi.c | 170 struct queue_properties *q, unsigned int mtype, in __update_mqd() argument 179 mtype << CP_HQD_PQ_CONTROL__MTYPE__SHIFT; in __update_mqd() 198 mtype << CP_HQD_EOP_CONTROL__MTYPE__SHIFT; in __update_mqd() 202 mtype << CP_HQD_IB_CONTROL__MTYPE__SHIFT; in __update_mqd() 219 mtype << CP_HQD_IQ_TIMER__MTYPE__SHIFT; in __update_mqd() 231 mtype << CP_HQD_CTX_SAVE_CONTROL__MTYPE__SHIFT; in __update_mqd()
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | mieq.c | 380 int mtype; /* which master type? */ in CopyGetMasterEvent() local 396 mtype = MASTER_KEYBOARD; in CopyGetMasterEvent() 403 mtype = MASTER_POINTER; in CopyGetMasterEvent() 406 mtype = MASTER_ATTACHED; in CopyGetMasterEvent() 410 mdev = GetMaster(sdev, mtype); in CopyGetMasterEvent()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap3/ |
| H A D | emif4.c | 138 if ((sysinfo.mtype == DDR_COMBO) || (sysinfo.mtype == DDR_STACKED)) in dram_init()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/ |
| H A D | common.c | 340 unsigned int mtype, void *caller) in ixp4xx_ioremap_caller() argument 343 return __arm_ioremap_caller(addr, size, mtype, caller); in ixp4xx_ioremap_caller()
|
| /OK3568_Linux_fs/kernel/drivers/ata/ |
| H A 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()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/ |
| H A D | msg.h | 52 __syscall_slong_t mtype; /* type of received/sent message */ member
|