Home
last modified time | relevance | path

Searched refs:Cache (Results 1 – 25 of 185) sorted by relevance

12345678

/netbsd/src/sys/external/bsd/acpica/dist/utilities/
Dutcache.c182 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 …]
Duttrack.c215 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/
Daslcache.c182 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/
Doswinxf.c1569 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/
Dacpiosxf.h395 ACPI_CACHE_T *Cache);
401 ACPI_CACHE_T *Cache);
407 ACPI_CACHE_T *Cache);
413 ACPI_CACHE_T *Cache,
Dacdebug.h485 ACPI_MEMORY_LIST *Cache);
Dacobject.h651 ACPI_OBJECT_CACHE_LIST Cache; member
/netbsd/src/sys/arch/hpc/stand/hpcboot/arm/
Darm.asm84 ; 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
Darm_pxa2x0_asm.asm53 ; disable MMU, I/D-Cache, Writebuffer.
57 ; Disable WB/Cache/MMU
Darm_sa1100_asm.asm51 ; disable MMU, I/D-Cache, Writebuffer.
55 ; Disable WB/Cache/MMU
/netbsd/src/sys/external/bsd/acpica/dist/include/platform/
Dacdragonfly.h195 #define AcpiOsReleaseObject(Cache, Object) \ argument
196 _AcpiOsReleaseObject((Cache), (Object), __func__, __LINE__)
Daclinuxex.h217 ACPI_CACHE_T *Cache) in AcpiOsAcquireObject() argument
219 return kmem_cache_zalloc (Cache, in AcpiOsAcquireObject()
Dacdragonflyex.h160 ACPI_CACHE_T *Cache,
/netbsd/src/external/bsd/file/dist/magic/magdir/
Dwsdl4 # wsdl: PHP WSDL Cache, https://www.php.net/manual/en/book.soap.php
5 # Cache format extracted from source:
Dapt4 # apt: file(1) magic for APT Cache files
/netbsd/src/external/bsd/tcpdump/dist/tests/
Dipv4_tcp_http_xml.out6 Cache-Control:no-cache
9 Cache-Control: private, max-age=0
/netbsd/src/sys/arch/arm/arm/
Dcpufunc_asm_armv7.S194 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/
Ddbexec.c425 ACPI_MEMORY_LIST *Cache) in AcpiDbGetCacheInfo() argument
428 return (Cache->TotalAllocated - Cache->TotalFreed - Cache->CurrentDepth); in AcpiDbGetCacheInfo()
/netbsd/src/external/bsd/libarchive/dist/libarchive/
Darchive_ppmd7_private.h89 Byte Cache; member
/netbsd/src/sys/external/bsd/acpica/dist/tools/examples/
Dextables.c442 [0002] CPU Cache Size : 0000
443 [0002] Cache Flush Stride : 0000
/netbsd/src/sys/arch/arm/cortex/
Dfiles.cortex27 # ARM PL310 L2 Cache Controller(initially on Cortex-A9)
/netbsd/src/sys/arch/arm/imx/
Dfiles.imx3114 # iMX L2 Cache Controller
/netbsd/src/crypto/external/bsd/heimdal/dist/po/heimdal_kuser/
Dheimdal_kuser.pot249 msgid " Cache name"
336 msgid "Cache version"
/netbsd/src/external/bsd/am-utils/dist/
DREADME.attrcache17 Cache (DNLC), or a Directory Cache (dcache).
/netbsd/src/external/ibm-public/postfix/dist/
DRELEASE_NOTES-2.723 Cache cleanup increases the database access latency, so this should
97 Cache cleanup increases the database access latency, so this should

12345678