[][src]Function vmread_sys_internal::GetTlb

pub unsafe extern "C" fn GetTlb() -> *mut tlb_t

@brief Retrieve current thread's TLB

Memory TLB utilizes thread local storage to make the code concurrant. However, it might be beneficial to access the TLB structure to verify its entries asynchronously during idle. This allows to access the said TLB to do just that.

@return TLB of the running thread