Searched defs:sev_device (Results 1 – 1 of 1) sorted by relevance
37 struct sev_device { struct38 struct device *dev;39 struct psp_device *psp;41 void __iomem *io_regs;43 struct sev_vdata *vdata;45 int state;46 unsigned int int_rcvd;47 wait_queue_head_t int_queue;48 struct sev_misc_dev *misc;49 struct sev_user_data_status status_cmd_buf;[all …]