Function rcu

Source
pub fn rcu() -> RcuDomain
Expand description

The RCU domain memory accesses occur under. Updates to any memory access bitmaps must be synchronized under this domain.

See GuestMemoryAccess::access_bitmap for more details.

This is currently the global domain, but this is reexported here to make calling code clearer.