HomeSort by: relevance | last modified time | path
    Searched defs:mapped (Results 1 - 25 of 25) sorted by relevancy

  /src/sys/arch/newsmips/apbus/
apbus_subr.c 51 static bool mapped = false; local
56 if (!mapped) {
62 mapped = mips3_wired_enter_page(apbd_work_va, apbd_work_pa,
64 if (!mapped) {
  /src/usr.bin/tset/
map.c 189 mapped(const char *type) function
  /src/sys/dev/pci/
puc.c 80 int mapped; member in struct:puc_softc::__anon3502
186 sc->sc_bar_mappings[i].mapped = 0;
205 sc->sc_bar_mappings[i].mapped = (pci_mapreg_map(pa,
210 if (sc->sc_bar_mappings[i].mapped)
242 if (!sc->sc_bar_mappings[1].mapped) {
244 "optional register is not mapped\n");
263 /* make sure the base address register is mapped */
269 sc->sc_bar_mappings[barindex].mapped = 1;
276 if (!sc->sc_bar_mappings[barindex].mapped) {
mly.c 1695 panic("mly_ccb_map: already mapped");
1771 panic("mly_ccb_unmap: not mapped");
2328 int rv, mapped; local
2333 mapped = 0;
2366 mapped = 1;
2398 if (mapped)
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/engine/
fifo.h 33 bool mapped; member in struct:nvkm_fifo_chan
  /src/sys/arch/aarch64/aarch64/
pmap_machdep.c 97 panic("%s: illegal kernel mapped address %#"PRIxVADDR,
316 /* Note last mapped address for future color check */
387 * uvm_pageboot_alloc() returns a direct mapped address
663 vsize_t mapped = 0; local
686 mapped += blocksize;
689 return mapped;
  /src/sys/arch/evbsh3/evbsh3/
bus_dma.c 258 bool mapped; local
260 mapped = pmap_extract(pmap, vaddr, &curaddr);
261 if (!mapped)
405 bool mapped; local
407 mapped = pmap_extract(pmap_kernel(), vaddr,
409 if (!mapped)
676 * If we're mapping only a single segment, use direct-mapped
735 /* nothing to do if we mapped it via P1SEG or P2SEG */
  /src/sys/arch/landisk/landisk/
bus_dma.c 258 bool mapped; local
260 mapped = pmap_extract(pmap, vaddr, &curaddr);
261 if (!mapped)
405 bool mapped; local
407 mapped = pmap_extract(pmap_kernel(), vaddr,
409 if (!mapped)
676 * If we're mapping only a single segment, use direct-mapped
735 /* nothing to do if we mapped it via P1SEG or P2SEG */
  /src/sys/dev/i2o/
dpti.c 457 int rv, msgsize, repsize, sgoff, i, mapped, nbuf, nfrag, j, sz; local
547 * be mapped directly.
549 mapped = 0;
696 mapped = 1;
718 if (mapped)
iop.c 1933 * If this is the first xfer we've mapped for this message, adjust
2057 panic("iop_msg_unmap: no transfers mapped");
2560 int rv, i, mapped; local
2566 mapped = 1;
2599 mapped = 1;
2613 if (mapped != 0)
  /src/usr.sbin/ldpd/
conffile.c 53 char *mapped, *nextline; variable
129 (mapped = mmap(NULL, fs.st_size, PROT_READ, MAP_SHARED, confh, 0))
137 nextline = mapped;
156 munmap(mapped, mapsize);
160 munmap(mapped, mapsize);
170 if (nextline < mapped || (size_t)(nextline - mapped) >= mapsize)
173 for (p = nextline; *p != '\n' && (size_t)(p - mapped) < mapsize; p++);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
mmu.h 22 bool mapped:1; /* Region contains valid pages. */ member in struct:nvkm_vma
23 struct nvkm_memory *memory; /* Memory currently mapped into VMA. */
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_ttm_buffer.c 253 bool mapped; member in struct:vmw_ttm_tt
359 * vmw_ttm_unmap_from_dma - unmap device addresses previsouly mapped for
364 * Used to free dma mappings previously mapped by vmw_ttm_map_for_dma.
428 if (vmw_tt->mapped)
485 vmw_tt->mapped = true;
524 vmw_tt->mapped = false;
vmwgfx_cmdbuf.c 89 * @map: Pointer to command buffer space. May be a mapped buffer object or
1257 int error, nseg, alloced = 0, mapped = 0, loaded = 0; local
1274 mapped = 1;
1284 if (mapped)
  /src/sys/netinet/
in_pcb.c 395 struct in6_addr mapped; local
415 in6_in_2_v4mapin6(&sin->sin_addr, &mapped);
416 t6 = in6pcb_lookup_local(table, &mapped, sin->sin_port, wild, &vestige);
  /src/sys/netinet6/
in6_pcb.c 395 struct in6_addr mapped; local
423 /* sanity check for mapped address case */
463 memset(&mapped, 0, sizeof(mapped));
464 mapped.s6_addr16[5] = htons(0xffff);
465 memcpy(&mapped.s6_addr32[3], &IA_SIN(ia4)->sin_addr,
468 in6a = &mapped;
966 * IPv4 mapped address.
  /src/sys/dev/ic/
mlx.c 1534 int rv, mapped; local
1537 mapped = 0;
1549 mapped = 1;
1575 if (mapped)
1723 int rv, mapped; local
1730 mapped = 0;
1775 mapped = 1;
1819 if (mapped)
  /src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_drv.h 75 uint32_t mapped; member in struct:virtio_gpu_object
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/
nouveau_nvkm_subdev_mmu_vmm.c 786 new->mapped = vma->mapped;
1074 vma->mapped ? 'M' : '-',
1290 if (prev->memory || prev->mapped != map)
1296 next->memory || next->mapped != map)
1317 if (!vma->mapped || vma->memory)
1329 vma->mapped = false;
1372 bool mapped = vma->mapped; local
1378 * should be mapped or not) within a single VMA
    [all...]
  /src/sys/dev/qbus/
qd.c 101 u_int mapped; /* user mapping status word */ member in struct:qdflags
129 * bit definitions for 'mapped' member of flag structure
131 #define MAPDEV 0x01 /* hardware is mapped */
132 #define MAPDMA 0x02 /* DMA buffer mapped */
133 #define MAPEQ 0x04 /* event queue buffer mapped */
134 #define MAPSCR 0x08 /* scroll param area mapped */
135 #define MAPCOLOR 0x10 /* color map writing buffer mapped */
489 * mapped.
547 * side effects: QDSS gets mapped into Qbus memory space at the first
581 * QDSS regs must be mapped to Qbus memory space at a 64k
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
gvt.h 122 bool mapped; member in struct:intel_vgpu_opregion
  /src/sys/external/bsd/drm2/include/linux/
pci.h 182 bool mapped; member in struct:pci_dev::__anon6021
  /src/lib/libc/stdlib/
jemalloc.c 398 /* Number of bytes currently mapped. */
399 size_t mapped; member in struct:arena_stats_s
1130 " allocated/mapped nmalloc ndalloc\n");
1140 arena->stats.mapped,
1765 arena->stats.mapped += chunksize;
1810 arena->stats.mapped -= chunksize;
1818 arena->stats.mapped -= chunksize;
3171 size_t allocated, mapped; local
3175 /* Calculate and print allocated/mapped stats. */
3192 mapped = stats_chunks.curchunks * chunksize
    [all...]
  /src/libexec/ftpd/
ftpd.c 192 int mapped; /* IPv4 connection on AF_INET6 socket */ variable
312 mapped = 0;
663 "Connection from IPv4 mapped address is not supported.");
667 mapped = 1;
670 mapped = 0;
672 if (!mapped && his_addr.su_family == AF_INET) {
1975 if (!mapped && ctrl_addr.su_family == AF_INET) {
2031 if (!mapped) {
  /src/sys/external/bsd/drm/dist/bsd-core/
drmP.h 620 int mapped; member in struct:__anon4205
636 enum drm_map_type type; /* Type of memory mapped */

Completed in 54 milliseconds