Lines Matching +full:0 +full:x042
25 #define SEV_FW_BLOB_MAX_SIZE 0x4000 /* 16KB */
31 SEV_STATE_UNINIT = 0x0,
32 SEV_STATE_INIT = 0x1,
33 SEV_STATE_WORKING = 0x2,
43 SEV_CMD_INIT = 0x001,
44 SEV_CMD_SHUTDOWN = 0x002,
45 SEV_CMD_FACTORY_RESET = 0x003,
46 SEV_CMD_PLATFORM_STATUS = 0x004,
47 SEV_CMD_PEK_GEN = 0x005,
48 SEV_CMD_PEK_CSR = 0x006,
49 SEV_CMD_PEK_CERT_IMPORT = 0x007,
50 SEV_CMD_PDH_CERT_EXPORT = 0x008,
51 SEV_CMD_PDH_GEN = 0x009,
52 SEV_CMD_DF_FLUSH = 0x00A,
53 SEV_CMD_DOWNLOAD_FIRMWARE = 0x00B,
54 SEV_CMD_GET_ID = 0x00C,
57 SEV_CMD_DECOMMISSION = 0x020,
58 SEV_CMD_ACTIVATE = 0x021,
59 SEV_CMD_DEACTIVATE = 0x022,
60 SEV_CMD_GUEST_STATUS = 0x023,
63 SEV_CMD_LAUNCH_START = 0x030,
64 SEV_CMD_LAUNCH_UPDATE_DATA = 0x031,
65 SEV_CMD_LAUNCH_UPDATE_VMSA = 0x032,
66 SEV_CMD_LAUNCH_MEASURE = 0x033,
67 SEV_CMD_LAUNCH_UPDATE_SECRET = 0x034,
68 SEV_CMD_LAUNCH_FINISH = 0x035,
71 SEV_CMD_SEND_START = 0x040,
72 SEV_CMD_SEND_UPDATE_DATA = 0x041,
73 SEV_CMD_SEND_UPDATE_VMSA = 0x042,
74 SEV_CMD_SEND_FINISH = 0x043,
77 SEV_CMD_RECEIVE_START = 0x050,
78 SEV_CMD_RECEIVE_UPDATE_DATA = 0x051,
79 SEV_CMD_RECEIVE_UPDATE_VMSA = 0x052,
80 SEV_CMD_RECEIVE_FINISH = 0x053,
83 SEV_CMD_DBG_DECRYPT = 0x060,
84 SEV_CMD_DBG_ENCRYPT = 0x061,
103 #define SEV_INIT_FLAGS_SEV_ES 0x01
494 * 0 if the SEV successfully processed the command
509 * 0 if the SEV successfully processed the command
531 * 0 if the SEV successfully processed the command
548 * 0 if the sev successfully processed the command
563 * 0 if the sev successfully processed the command
577 * 0 if the sev successfully processed the command
592 * 0 if the sev successfully processed the command