| /src/sys/arch/x86/x86/ |
| sys_machdep.c | 402 void *iomap; local 412 iomap = pcb->pcb_iomap; 413 if (iomap == NULL) { 414 iomap = dummymap = kmem_alloc(IOMAPSIZE, KM_SLEEP); 417 error = copyout(iomap, ua.iomap, IOMAPSIZE); 447 error = copyin(ua.iomap, new, IOMAPSIZE); 458 CTASSERT(offsetof(struct cpu_tss, iomap) - 463 memcpy(ci->ci_tss->iomap, pcb->pcb_iomap, IOMAPSIZE);
|
| /src/sys/arch/x86/include/ |
| sysarch.h | 117 u_long *iomap; local 121 u_long *iomap; local
|
| cpu.h | 95 uint8_t iomap[IOMAPSIZE]; member in struct:cpu_tss
|
| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| intel_memory_region.h | 78 struct io_mapping iomap; member in struct:intel_memory_region
|
| i915_vma_types.h | 187 void __iomem *iomap; member in struct:i915_vma
|
| /src/sys/arch/hp300/hp300/ |
| autoconf.c | 968 va = iomap(pa, PAGE_SIZE); 1052 iomap(void *vpa, int size) function
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
| i915_gem_mman.c | 321 resource_size_t iomap; local 336 iomap = -1; 338 iomap = obj->mm.region->iomap.base; 339 iomap -= obj->mm.region->region.start; 388 obj->mm.pages->sgl, iomap); 530 &ggtt->iomap);
|
| /src/external/bsd/libevent/dist/ |
| evmap.c | 555 struct event_io_map *iomap = &base->io; local 559 HT_FOREACH(mapent, event_io_map, iomap) { 563 for (fd = 0; fd < iomap->nentries; ++fd) { 564 struct evmap_io *ctx = iomap->entries[fd];
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| evmap.c | 553 struct event_io_map *iomap = &base->io; local 557 HT_FOREACH(mapent, event_io_map, iomap) { 561 for (fd = 0; fd < iomap->nentries; ++fd) { 562 struct evmap_io *ctx = iomap->entries[fd];
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
| intel_gtt.h | 349 struct io_mapping iomap; /* Mapping to our CPU mappable region */ member in struct:i915_ggtt
|