Searched refs:map (Results 1 - 25 of 1099) sorted by relevance

1234567891011>>

/src/sys/external/bsd/drm2/include/drm/
H A Ddrm_iomap_netbsd.h41 DRM_IS_BUS_SPACE(struct drm_local_map *map) argument
43 switch (map->type) {
64 * map->handle, so maybe that's right.
77 DRM_READ8(struct drm_local_map *map, bus_size_t offset) argument
79 if (DRM_IS_BUS_SPACE(map))
80 return bus_space_read_1(map->lm_data.bus_space.bst,
81 map->lm_data.bus_space.bsh, offset);
83 return *(volatile uint8_t *)((vaddr_t)map->handle + offset);
87 DRM_READ16(struct drm_local_map *map, bus_size_t offset) argument
89 if (DRM_IS_BUS_SPACE(map))
97 DRM_READ32(struct drm_local_map * map,bus_size_t offset) argument
107 DRM_READ64(struct drm_local_map * map,bus_size_t offset) argument
132 DRM_WRITE8(struct drm_local_map * map,bus_size_t offset,uint8_t value) argument
142 DRM_WRITE16(struct drm_local_map * map,bus_size_t offset,uint16_t value) argument
152 DRM_WRITE32(struct drm_local_map * map,bus_size_t offset,uint32_t value) argument
162 DRM_WRITE64(struct drm_local_map * map,bus_size_t offset,uint64_t value) argument
[all...]
/src/lib/libc/arch/ia64/gen/
H A Dflt_rounds.c11 static const int map[] = { variable in typeref:typename:const int[]
24 return (map[(x >> 10) & 0x03]);
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_test_config.h22 #include <map>
/src/sbin/gpt/
H A Dmap.h1 /* $NetBSD: map.h,v 1.7 2019/06/30 11:38:16 sevan Exp $ */
28 * $FreeBSD: src/sbin/gpt/map.h,v 1.6 2005/08/31 01:47:19 marcel Exp $
34 struct map { struct
37 struct map *map_next;
38 struct map *map_prev;
56 struct map *map_add(struct gpt *, off_t, off_t, int, void *, int);
57 struct map *map_alloc(struct gpt *, off_t, off_t, off_t);
58 struct map *map_find(struct gpt *, int);
59 struct map *map_first(struct gpt *);
60 struct map *map_las
[all...]
/src/sys/external/bsd/drm/dist/bsd-core/
H A Ddrm_memory.c96 drm_netbsd_ioremap(struct drm_device *dev, drm_local_map_t *map, int wc) argument
106 map->offset >= dev->pci_map_data[i].base &&
107 map->offset + map->size <= dev->pci_map_data[i].base +
110 map->bst = dev->pa.pa_memt;
111 map->fullmap = &(dev->pci_map_data[i]);
112 map->mapsize = map->size;
123 map->offset - dev->pci_map_data[i].base,
124 map
238 drm_ioremap_wc(struct drm_device * dev,drm_local_map_t * map) argument
247 drm_ioremap(struct drm_device * dev,drm_local_map_t * map) argument
256 drm_ioremapfree(drm_local_map_t * map) argument
[all...]
/src/sys/arch/emips/emips/
H A Dbus_dma.c100 * Common function for DMA map creation. May be called by bus-specific
101 * DMA map creation functions.
107 struct emips_bus_dmamap *map; local in function:_bus_dmamap_create
111 * Allocate and initialize the DMA map. The end of the map
126 map = (struct emips_bus_dmamap *)mapstore;
127 map->_dm_size = size;
128 map->_dm_segcnt = nsegments;
129 map->_dm_maxmaxsegsz = maxsegsz;
130 map
146 _bus_dmamap_destroy(bus_dma_tag_t t,bus_dmamap_t map) argument
159 _bus_dmamap_load_buffer(bus_dmamap_t map,void * buf,bus_size_t buflen,struct vmspace * vm,int flags,vaddr_t * lastaddrp,int * segp,int first) argument
246 _bus_dmamap_load(bus_dma_tag_t t,bus_dmamap_t map,void * buf,bus_size_t buflen,struct proc * p,int flags) argument
294 _bus_dmamap_load_mbuf(bus_dma_tag_t t,bus_dmamap_t map,struct mbuf * m0,int flags) argument
338 _bus_dmamap_load_uio(bus_dma_tag_t t,bus_dmamap_t map,struct uio * uio,int flags) argument
386 _bus_dmamap_load_raw(bus_dma_tag_t t,bus_dmamap_t map,bus_dma_segment_t * segs,int nsegs,bus_size_t size,int flags) argument
398 _bus_dmamap_unload(bus_dma_tag_t t,bus_dmamap_t map) argument
420 _bus_dmamap_sync_r3k(bus_dma_tag_t t,bus_dmamap_t map,bus_addr_t offset,bus_size_t len,int ops) argument
524 _bus_dmamap_sync_r4k(bus_dma_tag_t t,bus_dmamap_t map,bus_addr_t offset,bus_size_t len,int ops) argument
[all...]
/src/sys/arch/pmax/pmax/
H A Dbus_dma.c100 * Common function for DMA map creation. May be called by bus-specific
101 * DMA map creation functions.
107 struct pmax_bus_dmamap *map; local in function:_bus_dmamap_create
111 * Allocate and initialize the DMA map. The end of the map
126 map = (struct pmax_bus_dmamap *)mapstore;
127 map->_dm_size = size;
128 map->_dm_segcnt = nsegments;
129 map->_dm_maxmaxsegsz = maxsegsz;
130 map
146 _bus_dmamap_destroy(bus_dma_tag_t t,bus_dmamap_t map) argument
159 _bus_dmamap_load_buffer(bus_dmamap_t map,void * buf,bus_size_t buflen,struct vmspace * vm,int flags,vaddr_t * lastaddrp,int * segp,int first) argument
246 _bus_dmamap_load(bus_dma_tag_t t,bus_dmamap_t map,void * buf,bus_size_t buflen,struct proc * p,int flags) argument
294 _bus_dmamap_load_mbuf(bus_dma_tag_t t,bus_dmamap_t map,struct mbuf * m0,int flags) argument
338 _bus_dmamap_load_uio(bus_dma_tag_t t,bus_dmamap_t map,struct uio * uio,int flags) argument
386 _bus_dmamap_load_raw(bus_dma_tag_t t,bus_dmamap_t map,bus_dma_segment_t * segs,int nsegs,bus_size_t size,int flags) argument
398 _bus_dmamap_unload(bus_dma_tag_t t,bus_dmamap_t map) argument
420 _bus_dmamap_sync_r3k(bus_dma_tag_t t,bus_dmamap_t map,bus_addr_t offset,bus_size_t len,int ops) argument
524 _bus_dmamap_sync_r4k(bus_dma_tag_t t,bus_dmamap_t map,bus_addr_t offset,bus_size_t len,int ops) argument
[all...]
/src/tests/libexec/ld.elf_so/
H A Dt_dlinfo.c45 struct link_map *map; local in function:ATF_TC_BODY
48 rv = dlinfo(RTLD_SELF, RTLD_DI_LINKMAP, &map);
50 ATF_CHECK((strstr(map->l_name, "t_dlinfo") != NULL));
74 struct link_map *map; local in function:ATF_TC_BODY
81 rv = dlinfo(handle, RTLD_DI_LINKMAP, &map);
83 ATF_CHECK((strstr(map->l_name, "libutil.so") != NULL));
94 struct link_map *map; local in function:ATF_TC_BODY
100 ATF_REQUIRE_EQ_MSG(dlinfo(RTLD_SELF, RTLD_DI_LINKMAP, &map), 0,
103 for (; map->l_next; map
[all...]
/src/sys/uvm/
H A Duvm_fault_i.h59 vm_map_unlock(ufi->map);
61 vm_map_unlock_read(ufi->map);
84 * uvmfault_lookup: lookup a virtual address in a map
88 * => we will lookup the map entry (handling submaps) as we go
90 * => if "write_lock" is true, we write_lock the map, otherwise we only
93 * required to use the same virtual addresses as the map they
95 * map and the submap is unnecessary).
107 ufi->map = ufi->orig_map;
117 * lock map
120 vm_map_lock(ufi->map);
[all...]
/src/lib/libc/arch/arm/gen/
H A Dflt_rounds.c43 static const int map[] = { variable in typeref:typename:const int[]
60 * index our map table and return the appropriate value.
81 return(map[fpgetround()]);
/src/lib/libc/arch/sh3/gen/
H A Dflt_rounds.c43 static const int map[] = { variable in typeref:typename:const int[]
60 * index our map table and return the appropriate value.
81 return(map[fpgetround()]);
/src/lib/libc/arch/sparc/gen/
H A Dflt_rounds.c16 static const int map[] = { variable in typeref:typename:const int[]
29 return map[(x >> 30) & 0x03];
/src/lib/libc/arch/sparc64/gen/
H A Dflt_rounds.c16 static const int map[] = { variable in typeref:typename:const int[]
29 return map[(x >> 30) & 0x03];
/src/lib/libc/softfloat/
H A Dflt_rounds.c17 static const int map[] = { variable in typeref:typename:const int[]
32 return map[fpgetround()];
/src/usr.bin/mklocale/
H A Dldef.h43 __nbrune_t map; member in struct:rune_list
49 u_int32_t map[_CTYPE_CACHE_SIZE]; member in struct:rune_map
/src/sys/arch/atari/stand/keymaps/de/
H A DMakefile4 MAP=de.map
/src/sys/arch/atari/stand/keymaps/fr/
H A DMakefile4 MAP=fr.map
/src/sys/arch/atari/stand/keymaps/uk/
H A DMakefile4 MAP=uk.map
/src/sys/arch/atari/stand/keymaps/us/
H A DMakefile4 MAP=us.map
/src/sys/arch/amiga/stand/loadkmap/din/
H A DMakefile6 FILES= din.map
/src/sys/arch/amiga/stand/loadkmap/es/
H A DMakefile4 FILES= es.map
/src/sys/arch/amiga/stand/loadkmap/fr/
H A DMakefile4 FILES= fr.map
/src/sys/arch/amiga/stand/loadkmap/pl_din/
H A DMakefile4 FILES= pl_din.map
/src/sys/arch/amiga/stand/loadkmap/pl_us/
H A DMakefile4 FILES= pl_us.map
/src/sys/arch/amiga/stand/loadkmap/sw/
H A DMakefile4 FILES= sw.map

Completed in 8 milliseconds

1234567891011>>