caching - Kernel module for flushing cpu caches -
i have built simple kernel module, uses wbinvd() instruction (x86), in order write-back , invalidate cache blocks. best way check functionality or success of instruction? 've tried load module while i'm repeatedly accessing array, no significant latency (in cycles) have been noticed.
thanks in advance
Comments
Post a Comment