Home
last modified time | relevance | path

Searched refs:mtype (Results 1 – 25 of 85) sorted by relevance

1234

/kernel/linux/linux-5.10/arch/arm/mm/
Dioremap.c49 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 …]
Dnommu.c204 size_t size, unsigned int mtype) in __arm_ioremap_pfn() argument
213 unsigned int mtype, void *caller) in __arm_ioremap_caller() argument
/kernel/linux/linux-5.10/tools/testing/selftests/ipc/
Dmsgque.c16 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()
/kernel/linux/linux-5.10/drivers/edac/
Dghes_edac.c133 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 …]
Di82443bxgx_edac.c187 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()
Dfsl_ddr_edac.c398 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 …]
Dbluefield_edac.c195 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()
Dsb_edac.c880 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 …]
Die31200_edac.c500 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()
/kernel/linux/linux-5.10/net/netfilter/ipset/
Dip_set_bitmap_gen.h31 #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 …]
/kernel/linux/linux-5.10/kernel/bpf/
Dbpf_struct_ops.c292 const struct btf_type *mtype; in check_zero_holes() local
300 mtype = btf_type_by_id(btf_vmlinux, member->type); in check_zero_holes()
301 mtype = btf_resolve_size(btf_vmlinux, mtype, &msize); in check_zero_holes()
302 if (IS_ERR(mtype)) in check_zero_holes()
303 return PTR_ERR(mtype); in check_zero_holes()
367 const struct btf_type *mtype, *ptype; in bpf_struct_ops_map_update_elem() local
398 mtype = btf_type_by_id(btf_vmlinux, member->type); in bpf_struct_ops_map_update_elem()
399 mtype = btf_resolve_size(btf_vmlinux, mtype, &msize); in bpf_struct_ops_map_update_elem()
400 if (IS_ERR(mtype)) { in bpf_struct_ops_map_update_elem()
401 err = PTR_ERR(mtype); in bpf_struct_ops_map_update_elem()
/kernel/linux/linux-5.10/arch/arm/mach-imx/
Dmm-imx3.c57 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()
/kernel/linux/linux-5.10/mm/
Dvmstat.c1463 int order, mtype; in pagetypeinfo_showfree_print() local
1465 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) { in pagetypeinfo_showfree_print()
1469 migratetype_names[mtype]); in pagetypeinfo_showfree_print()
1478 list_for_each(curr, &area->free_list[mtype]) { in pagetypeinfo_showfree_print()
1522 int mtype; in pagetypeinfo_showblockcount_print() local
1538 mtype = get_pageblock_migratetype(page); in pagetypeinfo_showblockcount_print()
1540 if (mtype < MIGRATE_TYPES) in pagetypeinfo_showblockcount_print()
1541 count[mtype]++; in pagetypeinfo_showblockcount_print()
1546 for (mtype = 0; mtype < MIGRATE_TYPES; mtype++) in pagetypeinfo_showblockcount_print()
1547 seq_printf(m, "%12lu ", count[mtype]); in pagetypeinfo_showblockcount_print()
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/scsi/
Dscsi_netlink.h50 …I_NL_HDR(hdr,t,mtype,mlen) { (hdr)->version = SCSI_NL_VERSION; (hdr)->transport = t; (hdr)->magic … argument
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/scsi/
Dscsi_netlink.h40 #define INIT_SCSI_NL_HDR(hdr, t, mtype, mlen) \ argument
45 (hdr)->msgtype = mtype; \
/kernel/linux/linux-5.10/include/uapi/scsi/
Dscsi_netlink.h99 #define INIT_SCSI_NL_HDR(hdr, t, mtype, mlen) \ argument
104 (hdr)->msgtype = mtype; \
/kernel/linux/linux-5.10/arch/arm/mach-mvebu/
Dcoherency.c165 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()
/kernel/linux/linux-5.10/drivers/scsi/csiostor/
Dcsio_hw_t5.c253 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()
/kernel/linux/linux-5.10/ipc/
Dmsg.c842 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 …]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
Dkfd_mqd_manager_vi.c170 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()
/kernel/linux/linux-5.10/arch/arm/mach-ixp4xx/
Dcommon.c340 unsigned int mtype, void *caller) in ixp4xx_ioremap_caller() argument
343 return __arm_ioremap_caller(addr, size, mtype, caller); in ixp4xx_ioremap_caller()
/kernel/linux/linux-5.10/arch/arm/include/asm/mach/
Dmap.h59 const struct mem_type *mtype);
/kernel/linux/linux-5.10/include/uapi/linux/
Dmsg.h39 __kernel_long_t mtype; /* type of message */ member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dmsg.h45 __kernel_long_t mtype; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dmsg.h32 __kernel_long_t mtype; member

1234