Hi,
The SYS/BIOS provides Cache module and API for users . I'm concerned about the usage of Cache_inv function. If I first use Cache_inv to invalidate a range of memory address ,then read data from the address range, the data will be read from memory instead of cache,of course .If I do a second read from the same address accessed in the first read, will I be reading from cache or memory? In other words , what is the functioning scope of a Cache_inv, One read or multiple reads?
Thanks,
Roy