MCPcopy Create free account
hub / github.com/klauspost/cpuid / AMDMemEncryptionSupport

Struct AMDMemEncryptionSupport

cpuid.go:1365–1372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1363}
1364
1365type AMDMemEncryptionSupport struct {
1366 Available bool
1367 CBitPossition uint32
1368 NumVMPL uint32
1369 PhysAddrReduction uint32
1370 NumEntryptedGuests uint32
1371 MinSevNoEsAsid uint32
1372}
1373
1374func hasAMDMemEncryption(available bool) (rval AMDMemEncryptionSupport) {
1375 rval.Available = available

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected