Home
last modified time | relevance | path

Searched refs:sev_data_download_firmware (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dpsp-sev.h224 struct sev_data_download_firmware { struct
/linux/drivers/crypto/ccp/
H A Dsev-dev.c234 case SEV_CMD_DOWNLOAD_FIRMWARE: return sizeof(struct sev_data_download_firmware); in sev_cmd_buffer_len()
1970 struct sev_data_download_firmware *data; in sev_get_firmware()
1993 data_size = ALIGN(sizeof(struct sev_data_download_firmware), 32); in sev_update_firmware()