Searched defs:snp_guest_dev (Results 1 – 1 of 1) sorted by relevance
47 struct snp_guest_dev { struct48 struct device *dev;49 struct miscdevice misc;51 void *certs_data;52 struct snp_guest_crypto *crypto;54 struct snp_guest_msg *request, *response;80 static bool is_vmpck_empty(struct snp_guest_dev *snp_dev) in is_vmpck_empty() argument