Searched defs:sev_device (Results 1 – 2 of 2) 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;50 u8 api_major;[all …]
97 char *sev_device; member578 char *sev_device; in sev_get_capabilities() local