搜索资源列表
Memory
- Memory Hierarchy in Cache-Based System
Linux-Kernel-Development
- Unix 内核开发, 目录如下: Contents at a Glance 1 Introduction to the Linux Kernel 1 2 Getting Started with the Kernel 11 3 Process Management 23 4 Process Scheduling 41 5 System Calls 69 6 Kernel Data Structures 85 7 Interrupts and Interrupt H
Linux-driver-development11
- 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第11章、内存与I/O访问。由于Linux系统中提供了复杂的内存管理功能,所以内存的概念在Linux系统中变得相对复杂,出现了常规内存、高端内存、虚拟地址、逻辑地址、总线地址、物理地址、I/O内存、设备内存、预留内存等概念。本章将系统地讲解内存和I/O的访问编程,带您走出内存和I/O的概念迷宫。11.1节讲解内存和I/O的硬件机制,主要涉及内存空间、I/O空间和MMU。11.2节讲解Linux的内存管理、内
consistent
- Microblaze support for cache consistent memory.-Microblaze support for cache consistent memory.
fsl_85xx_cache_sram
- Simple memory allocator abstraction for QorIQ (P1/P2) based Cache-SRAM
allocator
- align all the memory blocks on a cache-line boundary const int SimpleBestFitAllocator::kMemoryAlign = 32.
Cache
- 本程序主要用于测试系统在三种情况下计算1~10000000的速度差异。三种情况分别为:数据在寄存器中计算、使用cache计算、不使用cach只使用内存计算。编写的三个程序:寄存器版、cache版、uncachable版均达到预期效果。这个程序的难点在与关闭系统的cache,在大量查找资料,找寻了5种方法后,才最终成功,所有带failed的代码均表示失败的(之所以把失败的代码也发上来,一是为了避免大家再走弯路,二是希望加以改进,变失败为成功)。-This program is mainly use
vp9_convolve8_horiz_dspr2
- prefetch data to cache memory.
reconinter_dspr2
- load src data in cache memory.
vp9_convolve2_vert_dspr2
- prefetch data to cache memory.
vp9_convolve8_avg_dspr2
- prefetch data to cache memory.
cache
- Cache used by ZopfliFindLongestMatch to remember previously found length/dist values. This is needed because the squeeze runs will ask these values multiple times for the same position. Uses large amounts of memory, since it has to remember t
vp9_convolve8_dspr2
- prefetch data to cache memory.
vpx_mem_tracker
- vpx_mem_tracker version info.As of right now, this should only be 0 if using vpx_mem_alloc to allocate cache memory. -vpx_mem_tracker version info.As of right now, this should only be 0 if using vpx_mem_alloc to allocate cache memory.
vp9_convolve2_avg_dspr2
- prefetch data to cache memory.
vp9_convolve8_vert_dspr2
- prefetch data to cache memory.bit positon for extract acc. -prefetch data to cache memory.bit positon for extract acc.
cache
- Internal Memory Control Registers for caches.
ecc
- ecc.h: Definitions and defines for the external cache memory controller on the sun4m.
vp9_convolve2_horiz_dspr2
- prefetch data to cache memory for linux Device Driver.
vp9_convolve2_avg_horiz_dspr2
- prefetch data to cache memory Source Code for Linux v2.13.6.