/src/sys/arch/emips/emips/ |
bus_space.c | 54 int cacheable = flags & BUS_SPACE_MAP_CACHEABLE; local in function:bus_space_map 57 if (cacheable)
|
bus_space.c | 54 int cacheable = flags & BUS_SPACE_MAP_CACHEABLE; local in function:bus_space_map 57 if (cacheable)
|
/src/sys/arch/pmax/pmax/ |
bus_space.c | 49 int cacheable = flags & BUS_SPACE_MAP_CACHEABLE; local in function:bus_space_map 52 if (cacheable)
|
bus_space.c | 49 int cacheable = flags & BUS_SPACE_MAP_CACHEABLE; local in function:bus_space_map 52 if (cacheable)
|
/src/sys/arch/arc/arc/ |
bus_space_sparse.c | 76 const bool cacheable = (flags & BUS_SPACE_MAP_CACHEABLE) != 0; local in function:arc_sparse_bus_space_compose_handle 77 const u_int pmap_flags = cacheable ? PMAP_WRITE_BACK : 0; 88 *bshp = (cacheable ?
|
bus_space_sparse.c | 76 const bool cacheable = (flags & BUS_SPACE_MAP_CACHEABLE) != 0; local in function:arc_sparse_bus_space_compose_handle 77 const u_int pmap_flags = cacheable ? PMAP_WRITE_BACK : 0; 88 *bshp = (cacheable ?
|
/src/sys/arch/alpha/tc/ |
tc_bus_mem.c | 271 int cacheable = flags & BUS_SPACE_MAP_CACHEABLE; local in function:tc_mem_map 275 if (linear && !cacheable) 280 if (cacheable) 333 * tc_mem_map() catches linear && !cacheable,
|
tc_bus_mem.c | 271 int cacheable = flags & BUS_SPACE_MAP_CACHEABLE; local in function:tc_mem_map 275 if (linear && !cacheable) 280 if (cacheable) 333 * tc_mem_map() catches linear && !cacheable,
|
/src/sys/arch/mvme68k/mvme68k/ |
bus_dma.c | 141 int seg, cacheable, coherent = BUS_DMA_COHERENT; local in function:_bus_dmamap_load_buffer_direct_common 151 cacheable = _pmap_page_is_cacheable(vm_map_pmap(&vm->vm_map), 154 if (cacheable) 182 cacheable ? 0 : BUS_DMA_COHERENT; 199 cacheable ? 0 : BUS_DMA_COHERENT;
|
bus_dma.c | 141 int seg, cacheable, coherent = BUS_DMA_COHERENT; local in function:_bus_dmamap_load_buffer_direct_common 151 cacheable = _pmap_page_is_cacheable(vm_map_pmap(&vm->vm_map), 154 if (cacheable) 182 cacheable ? 0 : BUS_DMA_COHERENT; 199 cacheable ? 0 : BUS_DMA_COHERENT;
|
/src/sys/arch/newsmips/newsmips/ |
bus.c | 93 int cacheable = flags & BUS_SPACE_MAP_CACHEABLE; local in function:bus_space_map 95 if (cacheable)
|
bus.c | 93 int cacheable = flags & BUS_SPACE_MAP_CACHEABLE; local in function:bus_space_map 95 if (cacheable)
|
/src/sys/arch/m68k/m68k/ |
bus_dma.c | 143 int seg, cacheable, coherent; local in function:_bus_dmamap_load_buffer_direct_common 162 cacheable = _pmap_page_is_cacheable(pmap, vaddr); 164 if (cacheable) 191 cacheable ? 0 : BUS_DMA_COHERENT; 207 cacheable ? 0 : BUS_DMA_COHERENT;
|
bus_dma.c | 143 int seg, cacheable, coherent; local in function:_bus_dmamap_load_buffer_direct_common 162 cacheable = _pmap_page_is_cacheable(pmap, vaddr); 164 if (cacheable) 191 cacheable ? 0 : BUS_DMA_COHERENT; 207 cacheable ? 0 : BUS_DMA_COHERENT;
|
pmap_motorola.c | 1131 bool cacheable = true; local in function:pmap_enter 1199 cacheable = false; 1304 checkpv = cacheable = false; 1314 cacheable = false; 1341 checkpv = cacheable = false; 1368 if (!checkpv && !cacheable) 1417 if (checkpv && !cacheable) {
|
pmap_motorola.c | 1131 bool cacheable = true; local in function:pmap_enter 1199 cacheable = false; 1304 checkpv = cacheable = false; 1314 cacheable = false; 1341 checkpv = cacheable = false; 1368 if (!checkpv && !cacheable) 1417 if (checkpv && !cacheable) {
|
/src/sys/arch/virt68k/virt68k/ |
bus_dma.c | 140 int seg, cacheable, coherent = BUS_DMA_COHERENT; local in function:_bus_dmamap_load_buffer_direct_common 150 cacheable = _pmap_page_is_cacheable(vm_map_pmap(&vm->vm_map), 153 if (cacheable) 181 cacheable ? 0 : BUS_DMA_COHERENT; 198 cacheable ? 0 : BUS_DMA_COHERENT;
|
bus_dma.c | 140 int seg, cacheable, coherent = BUS_DMA_COHERENT; local in function:_bus_dmamap_load_buffer_direct_common 150 cacheable = _pmap_page_is_cacheable(vm_map_pmap(&vm->vm_map), 153 if (cacheable) 181 cacheable ? 0 : BUS_DMA_COHERENT; 198 cacheable ? 0 : BUS_DMA_COHERENT;
|
/src/sys/arch/aarch64/aarch64/ |
cpufunc.c | 137 int cacheable; local in function:aarch64_getcacheinfo 141 cacheable = CACHE_CACHEABLE_NONE; 144 cacheable = CACHE_CACHEABLE_ICACHE; 148 cacheable = CACHE_CACHEABLE_DCACHE; 152 cacheable = CACHE_CACHEABLE_IDCACHE; 157 cacheable = CACHE_CACHEABLE_UNIFIED; 161 cacheable = CACHE_CACHEABLE_NONE; 165 cinfo[level].cacheable = cacheable; 166 if (cacheable == CACHE_CACHEABLE_NONE) 230 const char *cacheable, *cachetype; local in function:prt_cache [all...] |
cpufunc.c | 137 int cacheable; local in function:aarch64_getcacheinfo 141 cacheable = CACHE_CACHEABLE_NONE; 144 cacheable = CACHE_CACHEABLE_ICACHE; 148 cacheable = CACHE_CACHEABLE_DCACHE; 152 cacheable = CACHE_CACHEABLE_IDCACHE; 157 cacheable = CACHE_CACHEABLE_UNIFIED; 161 cacheable = CACHE_CACHEABLE_NONE; 165 cinfo[level].cacheable = cacheable; 166 if (cacheable == CACHE_CACHEABLE_NONE) 230 const char *cacheable, *cachetype; local in function:prt_cache [all...] |
/src/sys/arch/hpcmips/hpcmips/ |
bus_space.c | 247 bus_size_t size, int cacheable) 253 mips_pte_cachechange, cacheable); 257 return cacheable ? MIPS_PHYS_TO_KSEG0(bpa) : MIPS_PHYS_TO_KSEG1(bpa); 267 int cacheable = flags & BUS_SPACE_MAP_CACHEABLE; local in function:__bs_map 285 *bshp = __hpcmips_cacheable(t, bpa, size, cacheable); 332 int cacheable = flags & BUS_SPACE_MAP_CACHEABLE; local in function:__bs_alloc 349 *bshp = __hpcmips_cacheable(t, bpa, size, cacheable);
|
bus_space.c | 247 bus_size_t size, int cacheable) 253 mips_pte_cachechange, cacheable); 257 return cacheable ? MIPS_PHYS_TO_KSEG0(bpa) : MIPS_PHYS_TO_KSEG1(bpa); 267 int cacheable = flags & BUS_SPACE_MAP_CACHEABLE; local in function:__bs_map 285 *bshp = __hpcmips_cacheable(t, bpa, size, cacheable); 332 int cacheable = flags & BUS_SPACE_MAP_CACHEABLE; local in function:__bs_alloc 349 *bshp = __hpcmips_cacheable(t, bpa, size, cacheable);
|
/src/sys/arch/aarch64/include/ |
cpu.h | 92 u_int cacheable; member in struct:aarch64_cache_info
|
cpu.h | 92 u_int cacheable; member in struct:aarch64_cache_info
|