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;71 static bool is_vmpck_empty(struct snp_guest_dev *snp_dev) in is_vmpck_empty() argument