Searched defs:sev_device (Results 1 – 1 of 1) sorted by relevance
39 struct sev_device { struct40 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;[all …]