Searched defs:snp_guest_dev (Results 1 – 1 of 1) sorted by relevance
43 struct snp_guest_dev { struct44 struct device *dev;45 struct miscdevice misc;47 void *certs_data;48 struct snp_guest_crypto *crypto;50 struct snp_guest_msg *request, *response;76 static bool is_vmpck_empty(struct snp_guest_dev *snp_dev) in is_vmpck_empty() argument