| /netbsd/src/sys/external/bsd/acpica/dist/utilities/ |
| D | utcache.c | 182 ACPI_MEMORY_LIST *Cache; in AcpiOsCreateCache() local 195 Cache = AcpiOsAllocate (sizeof (ACPI_MEMORY_LIST)); in AcpiOsCreateCache() 196 if (!Cache) in AcpiOsCreateCache() 203 memset (Cache, 0, sizeof (ACPI_MEMORY_LIST)); in AcpiOsCreateCache() 204 Cache->ListName = __UNCONST(CacheName); in AcpiOsCreateCache() 205 Cache->ObjectSize = ObjectSize; in AcpiOsCreateCache() 206 Cache->MaxDepth = MaxDepth; in AcpiOsCreateCache() 208 *ReturnCache = Cache; in AcpiOsCreateCache() 227 ACPI_MEMORY_LIST *Cache) in AcpiOsPurgeCache() argument 236 if (!Cache) in AcpiOsPurgeCache() [all …]
|
| D | uttrack.c | 215 ACPI_MEMORY_LIST *Cache; in AcpiUtCreateList() local 218 Cache = AcpiOsAllocateZeroed (sizeof (ACPI_MEMORY_LIST)); in AcpiUtCreateList() 219 if (!Cache) in AcpiUtCreateList() 224 Cache->ListName = ListName; in AcpiUtCreateList() 225 Cache->ObjectSize = ObjectSize; in AcpiUtCreateList() 227 *ReturnCache = Cache; in AcpiUtCreateList()
|
| /netbsd/src/sys/external/bsd/acpica/dist/compiler/ |
| D | aslcache.c | 182 ASL_CACHE_INFO *Cache; in UtLocalCacheCalloc() local 197 Cache = UtLocalCalloc (sizeof (Cache->Next) + CacheSize); in UtLocalCacheCalloc() 201 Cache->Next = AslGbl_StringCacheList->Next; in UtLocalCacheCalloc() 202 AslGbl_StringCacheList->Next = Cache; in UtLocalCacheCalloc() 209 return (Cache->Buffer); in UtLocalCacheCalloc() 217 Cache = UtLocalCalloc (sizeof (Cache->Next) + CacheSize); in UtLocalCacheCalloc() 221 Cache->Next = AslGbl_StringCacheList; in UtLocalCacheCalloc() 222 AslGbl_StringCacheList = Cache; in UtLocalCacheCalloc() 226 AslGbl_StringCacheNext = Cache->Buffer; in UtLocalCacheCalloc() 257 ASL_CACHE_INFO *Cache; in UtParseOpCacheCalloc() local [all …]
|
| /netbsd/src/sys/external/bsd/acpica/dist/os_specific/service_layers/ |
| D | oswinxf.c | 1569 ACPI_CACHE_T *Cache) in AcpiOsDeleteCache() argument 1571 free (Cache); in AcpiOsDeleteCache() 1577 ACPI_CACHE_T *Cache) in AcpiOsPurgeCache() argument 1584 ACPI_CACHE_T *Cache) in AcpiOsAcquireObject() argument 1588 NewObject = malloc (((ACPI_MEMORY_LIST *) Cache)->ObjectSize); in AcpiOsAcquireObject() 1589 memset (NewObject, 0, ((ACPI_MEMORY_LIST *) Cache)->ObjectSize); in AcpiOsAcquireObject() 1596 ACPI_CACHE_T *Cache, in AcpiOsReleaseObject() argument
|
| /netbsd/src/sys/external/bsd/acpica/dist/include/ |
| D | acpiosxf.h | 395 ACPI_CACHE_T *Cache); 401 ACPI_CACHE_T *Cache); 407 ACPI_CACHE_T *Cache); 413 ACPI_CACHE_T *Cache,
|
| D | acdebug.h | 485 ACPI_MEMORY_LIST *Cache);
|
| D | acobject.h | 651 ACPI_OBJECT_CACHE_LIST Cache; member
|
| /netbsd/src/sys/arch/hpc/stand/hpcboot/arm/ |
| D | arm.asm | 84 ; Cache ops. 88 ; c7 (CRn) Cache Control Register 112 ; c7 (CRn) Cache Control Register 140 ; c7 (CRn) Cache Control Register 263 ; Reg7 Cache operations (W) 264 ; -> Cache ops
|
| D | arm_pxa2x0_asm.asm | 53 ; disable MMU, I/D-Cache, Writebuffer. 57 ; Disable WB/Cache/MMU
|
| D | arm_sa1100_asm.asm | 51 ; disable MMU, I/D-Cache, Writebuffer. 55 ; Disable WB/Cache/MMU
|
| /netbsd/src/sys/external/bsd/acpica/dist/include/platform/ |
| D | acdragonfly.h | 195 #define AcpiOsReleaseObject(Cache, Object) \ argument 196 _AcpiOsReleaseObject((Cache), (Object), __func__, __LINE__)
|
| D | aclinuxex.h | 217 ACPI_CACHE_T *Cache) in AcpiOsAcquireObject() argument 219 return kmem_cache_zalloc (Cache, in AcpiOsAcquireObject()
|
| D | acdragonflyex.h | 160 ACPI_CACHE_T *Cache,
|
| /netbsd/src/external/bsd/file/dist/magic/magdir/ |
| D | wsdl | 4 # wsdl: PHP WSDL Cache, https://www.php.net/manual/en/book.soap.php 5 # Cache format extracted from source:
|
| D | apt | 4 # apt: file(1) magic for APT Cache files
|
| /netbsd/src/external/bsd/tcpdump/dist/tests/ |
| D | ipv4_tcp_http_xml.out | 6 Cache-Control:no-cache 9 Cache-Control: private, max-age=0
|
| /netbsd/src/sys/arch/arm/arm/ |
| D | cpufunc_asm_armv7.S | 194 mcr p15, 0, r0, c7, c10, 1 @ wb the D-Cache line 195 mcr p15, 0, r0, c7, c5, 1 @ invalidate the I-Cache line 233 mcr p15, 0, r0, c7, c10, 1 @ wb the D-Cache to PoC 255 mcr p15, 0, r0, c7, c14, 1 @ wb and inv the D-Cache line to PoC 276 mcr p15, 0, r0, c7, c6, 1 @ invalidate the D-Cache line 300 mcr p15, 0, r0, c7, c5, 1 @ invalidate the I-Cache line 301 mcr p15, 0, r0, c7, c14, 1 @ wb and inv the D-Cache line
|
| /netbsd/src/sys/external/bsd/acpica/dist/debugger/ |
| D | dbexec.c | 425 ACPI_MEMORY_LIST *Cache) in AcpiDbGetCacheInfo() argument 428 return (Cache->TotalAllocated - Cache->TotalFreed - Cache->CurrentDepth); in AcpiDbGetCacheInfo()
|
| /netbsd/src/external/bsd/libarchive/dist/libarchive/ |
| D | archive_ppmd7_private.h | 89 Byte Cache; member
|
| /netbsd/src/sys/external/bsd/acpica/dist/tools/examples/ |
| D | extables.c | 442 [0002] CPU Cache Size : 0000 443 [0002] Cache Flush Stride : 0000
|
| /netbsd/src/sys/arch/arm/cortex/ |
| D | files.cortex | 27 # ARM PL310 L2 Cache Controller(initially on Cortex-A9)
|
| /netbsd/src/sys/arch/arm/imx/ |
| D | files.imx31 | 14 # iMX L2 Cache Controller
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/po/heimdal_kuser/ |
| D | heimdal_kuser.pot | 249 msgid " Cache name" 336 msgid "Cache version"
|
| /netbsd/src/external/bsd/am-utils/dist/ |
| D | README.attrcache | 17 Cache (DNLC), or a Directory Cache (dcache).
|
| /netbsd/src/external/ibm-public/postfix/dist/ |
| D | RELEASE_NOTES-2.7 | 23 Cache cleanup increases the database access latency, so this should 97 Cache cleanup increases the database access latency, so this should
|