Enum x86defs::tdx::TdVmCallSubFunction
source · #[repr(u64)]pub enum TdVmCallSubFunction {
IoInstr = 30,
RdMsr = 31,
WrMsr = 32,
MapGpa = 65_537,
}
Expand description
The value specified in r11
when making a TD vmcall, specified by r10 = 0
.
Variants§
Auto Trait Implementations§
impl Freeze for TdVmCallSubFunction
impl RefUnwindSafe for TdVmCallSubFunction
impl Send for TdVmCallSubFunction
impl Sync for TdVmCallSubFunction
impl Unpin for TdVmCallSubFunction
impl UnwindSafe for TdVmCallSubFunction
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more