Expand description
Common TDCALL handling for issuing tdcalls and functionality using tdcalls.
Structs§
- Input to a tdcall. This is not defined in the TDX specification, but a contract between callers of this module and this module’s handling of tdcalls.
- Output from a tdcall. This is not defined in the TDX specification, but a contract between callers of this module and this module’s handling of tdcalls.
- The result returned from
tdcall_page_attr_rd
.
Enums§
- The page attributes to accept pages with.
- The error returned by
accept_pages
.
Traits§
- Trait to perform tdcalls used by this module.
Functions§
- Accept pages from
range
usingtdcall_accept_pages
. - Set page attributes from
range
usingtdcall_page_attr_wr
. - Issue a TDG.MEM.PAGE.ACCEPT call.
- Perform a tdcall based io port read.
- Perform a tdcall based io port write.
- Issue a map gpa call to change page visibility for accepted pages via a TDG.VP.VMCALL.
- Issue a TDG.MEM.PAGE.ATTR.RD call.
- Issue a TDG.MEM.PAGE.ATTR.WR call.
- Perform a tdcall based MSR read. This is done by issuing a TDG.VP.VMCALL.
- Issue a TDG.VP.INVGLA call.
- Issue a TDG.VP.RD call.
- Issue a TDG.VP.WR call.
- Perform a tdcall based MSR write. This is done by issuing a TDG.VP.VMCALL.