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

1 2 3

  /src/usr.bin/tset/
extern.h 40 const char *mapped(const char *);
term.c 89 map: ttype = mapped(ttype);
map.c 189 mapped(const char *type) function in typeref:typename:const char *
  /src/sys/arch/newsmips/apbus/
apbus_subr.c 51 static bool mapped = false; local in function:apbus_map_romwork
56 if (!mapped) {
62 mapped = mips3_wired_enter_page(apbd_work_va, apbd_work_pa,
64 if (!mapped) {
  /src/sys/external/bsd/drm/dist/bsd-core/
drm_memory.c 113 dev->pci_map_data[i].mapped++;
115 /* If we've already mapped this resource in, handle
118 if (dev->pci_map_data[i].mapped > 1)
147 dev->pci_map_data[i].mapped--;
148 #if NAGP_I810 > 0 /* XXX horrible kludge: agp might have mapped it */
188 if (dev->agp_map_data[i].mapped > 0 &&
194 dev->agp_map_data[i].mapped++;
198 if (dev->agp_map_data[i].mapped == 0) {
202 dev->agp_map_data[i].mapped++;
217 dev->agp_map_data[i].mapped--
    [all...]
  /src/usr.sbin/ldpd/
conffile.c 53 char *mapped, *nextline; variable in typeref:typename:char *
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/dev/pci/
puc.c 80 int mapped; member in struct:puc_softc::__anon764abd6d0108
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) {
  /src/sys/external/bsd/common/include/asm/
barrier.h 91 #error Missing Linux memory-mapped I/O barriers for this architecture.
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
intel-ixp42x-ixdp425.dts 30 /* 16 MB of Flash mapped in at CS0 */
intel-ixp43x-kixrp435.dts 26 /* 16 MB of Flash mapped in at CS0 */
intel-ixp42x-netgear-wg302v2.dts 42 * mapped in at CS0 and CS1
bcm2837-rpi-3-a-plus.dts 175 /* uart1 is mapped to the pin header */
bcm2837-rpi-3-b-plus.dts 178 /* uart1 is mapped to the pin header */
bcm2837-rpi-3-b.dts 146 /* uart1 is mapped to the pin header */
intel-ixp42x-adi-coyote.dts 43 * mapped in at CS0 and CS1
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/engine/
fifo.h 33 bool mapped; member in struct:nvkm_fifo_chan
  /src/usr.bin/make/unit-tests/
parse.mk 46 # allocated on a page boundary and the following page is not mapped, this line
51 # allocated on a page boundary and the following page is not mapped, this line
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/
nouveau_nvkm_engine_fifo_chan.c 287 if (likely(chan->mapped))
295 chan->mapped = true;
297 out: KASSERT(chan->mapped);
384 if (!chan->subregion && chan->mapped) {
386 chan->mapped = false;
518 chan->mapped = true;
523 chan->mapped = false;
  /src/sys/arch/evbsh3/evbsh3/
bus_dma.c 258 bool mapped; local in function:_bus_bus_dmamap_load_buffer
260 mapped = pmap_extract(pmap, vaddr, &curaddr);
261 if (!mapped)
405 bool mapped; local in function:_bus_dmamap_load_mbuf
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 in function:_bus_bus_dmamap_load_buffer
260 mapped = pmap_extract(pmap, vaddr, &curaddr);
261 if (!mapped)
405 bool mapped; local in function:_bus_dmamap_load_mbuf
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/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 in function:nvkm_vmm_pfn_map
1378 * should be mapped or not) within a single VMA
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
opregion.c 286 vgpu_opregion(vgpu)->mapped = map;
317 if (vgpu_opregion(vgpu)->mapped)
346 if (vgpu_opregion(vgpu)->mapped)
  /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;
  /src/sys/dev/i2o/
dpti.c 457 int rv, msgsize, repsize, sgoff, i, mapped, nbuf, nfrag, j, sz; local in function:dpti_passthrough
547 * be mapped directly.
549 mapped = 0;
696 mapped = 1;
718 if (mapped)

Completed in 44 milliseconds

1 2 3