Lines Matching defs:sev_device
39 struct sev_device { struct
40 struct device *dev;
41 struct psp_device *psp;
43 void __iomem *io_regs;
45 struct sev_vdata *vdata;
47 unsigned int int_rcvd;
48 wait_queue_head_t int_queue;
49 struct sev_misc_dev *misc;
51 u8 api_major;
52 u8 api_minor;
53 u8 build;
55 void *cmd_buf;
56 void *cmd_buf_backup;
57 bool cmd_buf_active;
58 bool cmd_buf_backup_active;
82 void sev_tsm_init_locked(struct sev_device *sev, void *tio_status_page); argument