Searched refs:ims (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/arch/hppa/dev/
H A Dastro.c367 struct iommu_map_state *ims; local
375 ims = iommu_iomap_create(atop(round_page(size)), flags);
376 if (ims == NULL) {
381 ims->ims_sc = sc;
382 map->_dm_cookie = ims;
410 struct iommu_map_state *ims = map->_dm_cookie; local
411 struct iommu_page_map *ipm = &ims->ims_map;
426 iommu_iomap_clear_pages(ims);
434 err = iommu_iomap_insert_page(ims, va, pa);
439 iommu_iomap_clear_pages(ims);
529 struct iommu_map_state *ims = map->_dm_cookie; local
620 struct iommu_map_state *ims; local
645 iommu_iomap_destroy(struct iommu_map_state *ims) argument
663 iommu_iomap_insert_page(struct iommu_map_state *ims, vaddr_t va, paddr_t pa) argument
699 iommu_iomap_translate(struct iommu_map_state *ims, paddr_t pa) argument
722 iommu_iomap_clear_pages(struct iommu_map_state *ims) argument
[all...]
/netbsd-current/sys/arch/sh3/include/
H A Ddb_machdep.h95 #define db_thread_fp_used(thread) ((thread)->pcb->ims.ifps != 0)
/netbsd-current/sys/arch/i386/include/
H A Ddb_machdep.h131 #define db_thread_fp_used(thread) ((thread)->pcb->ims.ifps != 0)
/netbsd-current/sys/arch/amd64/include/
H A Ddb_machdep.h132 #define db_thread_fp_used(thread) ((thread)->pcb->ims.ifps != 0)
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/man/
H A Dhelp2man123 if (m!^/(.*)/([ims]*)!)
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/man/
H A Dhelp2man123 if (m!^/(.*)/([ims]*)!)
/netbsd-current/sys/dev/i2c/
H A Dims.c1 /* $NetBSD: ims.c,v 1.5 2023/05/10 00:10:02 riastradh Exp $ */
2 /* $OpenBSD ims.c,v 1.1 2016/01/12 01:11:15 jcs Exp $ */
23 __KERNEL_RCSID(0, "$NetBSD: ims.c,v 1.5 2023/05/10 00:10:02 riastradh Exp $");
60 CFATTACH_DECL2_NEW(ims, sizeof(struct ims_softc), ims_match, ims_attach,
/netbsd-current/share/man/man4/
H A DMakefile35 ihidev.4 ihphy.4 iic.4 ims.4 inet.4 ikphy.4 inphy.4 intersil7170.4 \
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dlifetime.d1008 IS ims = void;
1012 emplace(&ims, ub);
1013 emplace(&ims, ii);

Completed in 265 milliseconds