#[repr(u64)]pub enum TdcallNum {
Show 13 variants
VpInfo = 1,
MrRtmrExtend = 2,
VpVeinfoGet = 3,
MrReport = 4,
VpCpuidveSet = 5,
MemPageAccept = 6,
VmRd = 7,
VmWr = 8,
ServetdRd = 18,
ServetdWr = 20,
MrVerifyreport = 22,
MemPageAttrRd = 23,
MemPageAttrWr = 24,
}
Expand description
TDCALL Instruction Leaf Numbers Definition.
Variants§
VpInfo = 1
MrRtmrExtend = 2
VpVeinfoGet = 3
MrReport = 4
VpCpuidveSet = 5
MemPageAccept = 6
VmRd = 7
VmWr = 8
ServetdRd = 18
ServetdWr = 20
MrVerifyreport = 22
MemPageAttrRd = 23
MemPageAttrWr = 24
Auto Trait Implementations§
impl Freeze for TdcallNum
impl RefUnwindSafe for TdcallNum
impl Send for TdcallNum
impl Sync for TdcallNum
impl Unpin for TdcallNum
impl UnwindSafe for TdcallNum
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