| /src/sys/arch/emips/emips/ |
| bus_space.c | 54 int cacheable = flags & BUS_SPACE_MAP_CACHEABLE; local 57 if (cacheable)
|
| /src/sys/arch/pmax/pmax/ |
| bus_space.c | 49 int cacheable = flags & BUS_SPACE_MAP_CACHEABLE; local 52 if (cacheable)
|
| /src/sys/arch/arc/arc/ |
| bus_space_sparse.c | 76 const bool cacheable = (flags & BUS_SPACE_MAP_CACHEABLE) != 0; local 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 275 if (linear && !cacheable) 280 if (cacheable) 333 * tc_mem_map() catches linear && !cacheable,
|
| /src/sys/arch/aarch64/aarch64/ |
| cpufunc.c | 136 int cacheable; local 140 cacheable = CACHE_CACHEABLE_NONE; 143 cacheable = CACHE_CACHEABLE_ICACHE; 147 cacheable = CACHE_CACHEABLE_DCACHE; 151 cacheable = CACHE_CACHEABLE_IDCACHE; 156 cacheable = CACHE_CACHEABLE_UNIFIED; 160 cacheable = CACHE_CACHEABLE_NONE; 164 cinfo[level].cacheable = cacheable; 165 if (cacheable == CACHE_CACHEABLE_NONE) 228 const char *cacheable, *cachetype; local [all...] |
| /src/sys/arch/hpcmips/hpcmips/ |
| bus_space.c | 247 bus_size_t size, int cacheable) 253 mips_pte_cachechange, cacheable); local 257 return cacheable ? MIPS_PHYS_TO_KSEG0(bpa) : MIPS_PHYS_TO_KSEG1(bpa); 267 int cacheable = flags & BUS_SPACE_MAP_CACHEABLE; local 285 *bshp = __hpcmips_cacheable(t, bpa, size, cacheable); 332 int cacheable = flags & BUS_SPACE_MAP_CACHEABLE; local 349 *bshp = __hpcmips_cacheable(t, bpa, size, cacheable);
|
| /src/sys/arch/newsmips/newsmips/ |
| bus.c | 93 int cacheable = flags & BUS_SPACE_MAP_CACHEABLE; local 95 if (cacheable)
|
| /src/sys/arch/m68k/m68k/ |
| bus_dma.c | 132 int seg, cacheable, coherent = BUS_DMA_COHERENT; local 149 rv = pmap_extract_info(pmap, vaddr, &curaddr, &cacheable); 151 cacheable &= PMAP_NOCACHE; 155 cacheable = _pmap_page_is_cacheable(pmap, vaddr); 158 if (cacheable) 186 cacheable ? 0 : BUS_DMA_COHERENT; 203 cacheable ? 0 : BUS_DMA_COHERENT;
|
| pmap_motorola.c | 1137 bool cacheable = true; local 1205 cacheable = false; 1310 checkpv = cacheable = false; 1320 cacheable = false; 1347 checkpv = cacheable = false; 1374 if (!checkpv && !cacheable) 1423 if (checkpv && !cacheable) {
|
| /src/sys/arch/aarch64/include/ |
| cpu.h | 92 u_int cacheable; member in struct:aarch64_cache_info
|
| /src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| pcache.c | 195 QueryTemplate* templates; /* cacheable templates */ 214 int check_cacheability; /* check whether a query is cacheable */ 218 int num_entries_limit; /* max # of entries in a cacheable query */ 2483 Debug( pcache_debug, "%s: query not cacheable because of schema issues in DN \"%s\"\n", 2493 Debug( pcache_debug, "%s: query not cacheable because of attrs without values in DN \"%s\" (%s)\n", 2979 int cacheable = 0; local 3024 cacheable = 1; 3055 cacheable = 1; 3125 cacheable = 0; 3130 cacheable = 0 [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| constexpr.cc | 2789 bool cacheable = true; local 2951 cacheable = false; 2957 cacheable = false; 2968 cacheable = false; 2981 entry->result = cacheable ? result : error_mark_node;
|
| /src/external/gpl3/binutils/dist/bfd/ |
| bfd-in2.h | 2102 unsigned int cacheable : 1; member in struct:bfd 2299 return abfd->cacheable; 2382 abfd->cacheable = val;
|
| /src/external/gpl3/binutils/lib/libbfd/arch/aarch64/ |
| bfd.h | 2106 unsigned int cacheable : 1; member in struct:bfd 2303 return abfd->cacheable; 2386 abfd->cacheable = val;
|
| /src/external/gpl3/binutils/lib/libbfd/arch/aarch64eb/ |
| bfd.h | 2106 unsigned int cacheable : 1; member in struct:bfd 2303 return abfd->cacheable; 2386 abfd->cacheable = val;
|
| /src/external/gpl3/binutils/lib/libbfd/arch/alpha/ |
| bfd.h | 2106 unsigned int cacheable : 1; member in struct:bfd 2303 return abfd->cacheable; 2386 abfd->cacheable = val;
|
| /src/external/gpl3/binutils/lib/libbfd/arch/earm/ |
| bfd.h | 2106 unsigned int cacheable : 1; member in struct:bfd 2303 return abfd->cacheable; 2386 abfd->cacheable = val;
|
| /src/external/gpl3/binutils/lib/libbfd/arch/earmhf/ |
| bfd.h | 2106 unsigned int cacheable : 1; member in struct:bfd 2303 return abfd->cacheable; 2386 abfd->cacheable = val;
|
| /src/external/gpl3/binutils/lib/libbfd/arch/earmhfeb/ |
| bfd.h | 2106 unsigned int cacheable : 1; member in struct:bfd 2303 return abfd->cacheable; 2386 abfd->cacheable = val;
|
| /src/external/gpl3/binutils/lib/libbfd/arch/hppa/ |
| bfd.h | 2106 unsigned int cacheable : 1; member in struct:bfd 2303 return abfd->cacheable; 2386 abfd->cacheable = val;
|
| /src/external/gpl3/binutils/lib/libbfd/arch/i386/ |
| bfd.h | 2106 unsigned int cacheable : 1; member in struct:bfd 2303 return abfd->cacheable; 2386 abfd->cacheable = val;
|
| /src/external/gpl3/binutils/lib/libbfd/arch/ia64/ |
| bfd.h | 2106 unsigned int cacheable : 1; member in struct:bfd 2303 return abfd->cacheable; 2386 abfd->cacheable = val;
|
| /src/external/gpl3/binutils/lib/libbfd/arch/m68000/ |
| bfd.h | 2106 unsigned int cacheable : 1; member in struct:bfd 2303 return abfd->cacheable; 2386 abfd->cacheable = val;
|
| /src/external/gpl3/binutils/lib/libbfd/arch/m68k/ |
| bfd.h | 2106 unsigned int cacheable : 1; member in struct:bfd 2303 return abfd->cacheable; 2386 abfd->cacheable = val;
|
| /src/external/gpl3/binutils/lib/libbfd/arch/mips64eb/ |
| bfd.h | 2106 unsigned int cacheable : 1; member in struct:bfd 2303 return abfd->cacheable; 2386 abfd->cacheable = val;
|