[][src]Function vmread_sys_kmod::SetMemCacheTime

pub unsafe extern "C" fn SetMemCacheTime(newTime: u64)

@brief Set translation cache validity time in msecs

@param newTime new validity length for a cache entry

Defines for how long translation caches (TLB and page buffer) should be valid. Higher values lead to higher performance, but could potentially lead to incorrect translation if the page tables update in that period. Especially dangerous if write operations are to be performed.