| 1363 | } |
| 1364 | |
| 1365 | type AMDMemEncryptionSupport struct { |
| 1366 | Available bool |
| 1367 | CBitPossition uint32 |
| 1368 | NumVMPL uint32 |
| 1369 | PhysAddrReduction uint32 |
| 1370 | NumEntryptedGuests uint32 |
| 1371 | MinSevNoEsAsid uint32 |
| 1372 | } |
| 1373 | |
| 1374 | func hasAMDMemEncryption(available bool) (rval AMDMemEncryptionSupport) { |
| 1375 | rval.Available = available |
nothing calls this directly
no outgoing calls
no test coverage detected