Home
last modified time | relevance | path

Searched defs:sev_device (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/crypto/ccp/
H A Dsev-dev.h37 struct sev_device { struct
38 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 …]
/openbmc/qemu/target/i386/
H A Dsev.c97 char *sev_device; member
578 char *sev_device; in sev_get_capabilities() local