pub fn perform_cache_operation(
cache_operation: u64,
) -> Result<(), TdVmcallError>
Expand description
Used to help perform WBINVD or WBNOINVD operation.
- cache_operation: 0: WBINVD, 1: WBNOINVD
pub fn perform_cache_operation(
cache_operation: u64,
) -> Result<(), TdVmcallError>
Used to help perform WBINVD or WBNOINVD operation.