Note: Kernel driver uses _IOR (not _IOW) for extend RTMR
()
| 93 | |
| 94 | // Note: Kernel driver uses _IOR (not _IOW) for extend RTMR |
| 95 | fn tdx_cmd_extend_rtmr() -> IoctlRequest { |
| 96 | ior::<TdxExtendRtmrReq>(b'T', 3) |
| 97 | } |
| 98 | |
| 99 | // ============================================================================ |
| 100 | // Kernel interface structures |
no outgoing calls
no test coverage detected