Cache Functions (Compact 2013)
10/16/2014
The following table shows the Cache functions.
Programming Element |
Description |
---|---|
This function initializes the global variables that hold the cache parameters. |
|
This function cleans the specified data cache lines, writing the modified cache entries for the write back cache back to main memory. |
|
This function cleans the data cache, writing the modified cache entries for the write back cache back to main memory. |
|
This function clears the specified entry in the data TLB. |
|
This function clears the full data TLB. |
|
This function clears the specified entry in the instruction TLB. |
|
This function clears the full instruction TLB. |
|
This function clears the specified TLB entry. |
|
This function clears the full TLB. |
|
This function flushes the specified data cache lines, writing the modified cache entries for the write back cache back to main memory. |
|
This function flushes the data cache, writing the modified cache entries for the write back cache back to main memory. |
|
This function flushes the specified instruction cache lines, invalidating the location of the specified lines. |
|
This function flushes the instruction cache, invalidating the cache location. |
|
This function populates the OAL_CACHE_INFO structure with information about the CPU/SOC cache. |