OALClearTLBEntry (Compact 2013)
10/16/2014
This function clears the specified TLB entry. If the system supports separate data and instruction TLBs, this function and OALClearTLB must both be clear.
Syntax
VOID OALClearTLBEntry(
VOID *pAddress
);
Parameters
- pAddress
[in] Pointer to the starting virtual address on which the cache operation is to be performed.
Return Value
None.
Remarks
OEMCacheRangeFlush must call this internal function if appropriate based on the dwFlags parameter.
Requirements
Header |
oal_cache.h |
Library |
Developer Implemented |