/netbsd-src/sys/arch/aarch64/aarch64/ |
H A D | cpufunc.c | 137 int cacheable; in aarch64_getcacheinfo() local 141 cacheable = CACHE_CACHEABLE_NONE; in aarch64_getcacheinfo() 144 cacheable = CACHE_CACHEABLE_ICACHE; in aarch64_getcacheinfo() 148 cacheable = CACHE_CACHEABLE_DCACHE; in aarch64_getcacheinfo() 152 cacheable = CACHE_CACHEABLE_IDCACHE; in aarch64_getcacheinfo() 157 cacheable = CACHE_CACHEABLE_UNIFIED; in aarch64_getcacheinfo() 161 cacheable = CACHE_CACHEABLE_NONE; in aarch64_getcacheinfo() 165 cinfo[level].cacheable = cacheable; in aarch64_getcacheinfo() 166 if (cacheable == CACHE_CACHEABLE_NONE) { in aarch64_getcacheinfo() 204 (cinfo[0].cacheable == CACHE_CACHEABLE_ICACHE || in aarch64_parsecacheinfo() [all …]
|
/netbsd-src/sys/arch/arc/arc/ |
H A D | bus_space_sparse.c | 76 const bool cacheable = (flags & BUS_SPACE_MAP_CACHEABLE) != 0; in arc_sparse_bus_space_compose_handle() local 77 const u_int pmap_flags = cacheable ? PMAP_WRITE_BACK : 0; in arc_sparse_bus_space_compose_handle() 88 *bshp = (cacheable ? in arc_sparse_bus_space_compose_handle()
|
/netbsd-src/sys/arch/hpcmips/hpcmips/ |
H A D | bus_space.c | 247 bus_size_t size, int cacheable) in __hpcmips_cacheable() argument 253 mips_pte_cachechange, cacheable); in __hpcmips_cacheable() 257 return cacheable ? MIPS_PHYS_TO_KSEG0(bpa) : MIPS_PHYS_TO_KSEG1(bpa); in __hpcmips_cacheable() 267 int cacheable = flags & BUS_SPACE_MAP_CACHEABLE; in __bs_map() local 285 *bshp = __hpcmips_cacheable(t, bpa, size, cacheable); in __bs_map() 332 int cacheable = flags & BUS_SPACE_MAP_CACHEABLE; in __bs_alloc() local 349 *bshp = __hpcmips_cacheable(t, bpa, size, cacheable); in __bs_alloc()
|
H A D | bus_space_through.c | 44 bus_size_t size, int cacheable, bus_space_handle_t *bshp) in bs_through_bs_map() argument 46 return bus_space_map(t->bs_base, addr, size, cacheable, bshp); in bs_through_bs_map() 68 bus_size_t size, bus_size_t align, bus_size_t boundary, int cacheable, in bs_through_bs_alloc() argument 72 cacheable, addrp, bshp); in bs_through_bs_alloc()
|
/netbsd-src/sys/arch/pmax/pmax/ |
H A D | bus_space.c | 49 int cacheable = flags & BUS_SPACE_MAP_CACHEABLE; in bus_space_map() local 52 if (cacheable) in bus_space_map()
|
/netbsd-src/sys/arch/emips/emips/ |
H A D | bus_space.c | 54 int cacheable = flags & BUS_SPACE_MAP_CACHEABLE; in bus_space_map() local 57 if (cacheable) in bus_space_map()
|
/netbsd-src/sys/arch/cesfic/cesfic/ |
H A D | autoconf.c | 105 mainbus_map(u_long physaddr, int size, int cacheable, void ** virtaddr) in mainbus_map() argument 126 if (!cacheable) { in mainbus_map()
|
/netbsd-src/sys/arch/evbarm/ifpga/ |
H A D | ifpga_io.c | 240 ifpga_bs_map(void *t, bus_addr_t bpa, bus_size_t size, int cacheable, bus_space_handle_t *bshp) in ifpga_bs_map() argument 248 ifpga_mem_bs_map(void *t, bus_addr_t bpa, bus_size_t size, int cacheable, bus_space_handle_t *bshp) in ifpga_mem_bs_map() argument 291 bus_size_t alignment, bus_size_t boundary, int cacheable, in ifpga_bs_alloc() argument
|
/netbsd-src/sys/arch/arm/footbridge/ |
H A D | footbridge_com_io.c | 139 fcomcons_bs_map(void *t, bus_addr_t bpa, bus_size_t size, int cacheable, bus_space_handle_t *bshp) in fcomcons_bs_map() argument 158 int cacheable, in fcomcons_bs_alloc() argument
|
H A D | footbridge_io.c | 166 footbridge_bs_map(void *t, bus_addr_t bpa, bus_size_t size, int cacheable, bus_space_handle_t *bshp) in footbridge_bs_map() argument 250 int cacheable, in footbridge_bs_alloc() argument
|
/netbsd-src/sys/arch/arm/iomd/ |
H A D | iomd_io.c | 134 iomd_bs_map(void *t, bus_addr_t bpa, bus_size_t size, int cacheable, in iomd_bs_map() argument 149 bus_size_t alignment, bus_size_t boundary, int cacheable, bus_addr_t *bpap, in iomd_bs_alloc() argument
|
/netbsd-src/sys/arch/virt68k/virt68k/ |
H A D | bus_dma.c | 140 int seg, cacheable, coherent = BUS_DMA_COHERENT; in _bus_dmamap_load_buffer_direct_common() local 150 cacheable = _pmap_page_is_cacheable(vm_map_pmap(&vm->vm_map), in _bus_dmamap_load_buffer_direct_common() 153 if (cacheable) in _bus_dmamap_load_buffer_direct_common() 181 cacheable ? 0 : BUS_DMA_COHERENT; in _bus_dmamap_load_buffer_direct_common() 198 cacheable ? 0 : BUS_DMA_COHERENT; in _bus_dmamap_load_buffer_direct_common()
|
/netbsd-src/sys/arch/mvme68k/mvme68k/ |
H A D | bus_dma.c | 141 int seg, cacheable, coherent = BUS_DMA_COHERENT; in _bus_dmamap_load_buffer_direct_common() local 151 cacheable = _pmap_page_is_cacheable(vm_map_pmap(&vm->vm_map), in _bus_dmamap_load_buffer_direct_common() 154 if (cacheable) in _bus_dmamap_load_buffer_direct_common() 182 cacheable ? 0 : BUS_DMA_COHERENT; in _bus_dmamap_load_buffer_direct_common() 199 cacheable ? 0 : BUS_DMA_COHERENT; in _bus_dmamap_load_buffer_direct_common()
|
/netbsd-src/sys/arch/m68k/m68k/ |
H A D | bus_dma.c | 143 int seg, cacheable, coherent; in _bus_dmamap_load_buffer_direct_common() local 162 cacheable = _pmap_page_is_cacheable(pmap, vaddr); in _bus_dmamap_load_buffer_direct_common() 164 if (cacheable) in _bus_dmamap_load_buffer_direct_common() 191 cacheable ? 0 : BUS_DMA_COHERENT; in _bus_dmamap_load_buffer_direct_common() 207 cacheable ? 0 : BUS_DMA_COHERENT; in _bus_dmamap_load_buffer_direct_common()
|
/netbsd-src/sys/arch/arm/clps711x/ |
H A D | clps711x_space.c | 128 int cacheable, bus_space_handle_t *bshp) in clps711x_bs_map() argument 183 bus_size_t alignment, bus_size_t boundary, int cacheable, in clps711x_bs_alloc() argument
|
/netbsd-src/sys/arch/arm/ep93xx/ |
H A D | ep93xx_space.c | 132 int cacheable, bus_space_handle_t *bshp) in ep93xx_bs_map() argument 193 bus_size_t size, bus_size_t alignment, bus_size_t boundary, int cacheable, in ep93xx_bs_alloc() argument
|
/netbsd-src/sys/arch/arm/xscale/ |
H A D | ixp425_space.c | 133 int cacheable, bus_space_handle_t *bshp) in ixp425_bs_map() argument 194 bus_size_t size, bus_size_t alignment, bus_size_t boundary, int cacheable, in ixp425_bs_alloc() argument
|
H A D | ixp425_pci_space.c | 225 int cacheable, bus_space_handle_t *bshp) in ixp425_pci_io_bs_map() argument 239 bus_size_t size, bus_size_t alignment, bus_size_t boundary, int cacheable, in ixp425_pci_io_bs_alloc() argument 439 bus_size_t size, bus_size_t alignment, bus_size_t boundary, int cacheable, in ixp425_pci_mem_bs_alloc() argument
|
/netbsd-src/sys/arch/arm/at91/ |
H A D | at91_bus_space.c | 137 int cacheable, bus_space_handle_t *bshp) in at91_bs_map() argument 198 bus_size_t size, bus_size_t alignment, bus_size_t boundary, int cacheable, in at91_bs_alloc() argument
|
/netbsd-src/sys/arch/arm/footbridge/isa/ |
H A D | isa_io.c | 249 isa_bs_map(void *t, bus_addr_t bpa, bus_size_t size, int cacheable, bus_space_handle_t *bshp) in isa_bs_map() argument 278 int cacheable, in isa_bs_alloc() argument
|
/netbsd-src/sys/arch/acorn32/podulebus/ |
H A D | podulebus_io.c | 133 podulebus_bs_map(void *t, bus_addr_t bpa, bus_size_t size, int cacheable, bus_space_handle_t *bshp) in podulebus_bs_map() argument 147 int cacheable, bus_addr_t *bpap, bus_space_handle_t *bshp) in podulebus_bs_alloc() argument
|
/netbsd-src/sys/arch/evbarm/tsarm/isa/ |
H A D | isa_io.c | 296 isa_bs_map(void *t, bus_addr_t bpa, bus_size_t size, int cacheable, bus_space_handle_t *bshp) in isa_bs_map() argument 335 int cacheable, in isa_bs_alloc() argument
|
/netbsd-src/sys/arch/shark/isa/ |
H A D | isa_io.c | 339 isa_bs_map(void *t, bus_addr_t bpa, bus_size_t size, int cacheable, bus_space_handle_t *bshp) in isa_bs_map() argument 399 bus_size_t alignment, bus_size_t boundary, int cacheable, in isa_bs_alloc() argument
|
/netbsd-src/sys/arch/alpha/tc/ |
H A D | tc_bus_mem.c | 271 int cacheable = flags & BUS_SPACE_MAP_CACHEABLE; in tc_mem_map() local 275 if (linear && !cacheable) in tc_mem_map() 280 if (cacheable) in tc_mem_map()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | cache.c | 197 ! to_kill->cacheable; in close_one() 583 abfd->cacheable = true; /* Allow it to be closed later. */ in bfd_open_file()
|