Lines Matching defs:mdesc
1934 int snp_msg_init(struct snp_msg_desc *mdesc, int vmpck_id) in snp_msg_init()
1964 struct snp_msg_desc *mdesc; in snp_msg_alloc() local
2001 void snp_msg_free(struct snp_msg_desc *mdesc) in snp_msg_free()
2036 static void snp_disable_vmpck(struct snp_msg_desc *mdesc) in snp_disable_vmpck()
2044 static inline u64 __snp_get_msg_seqno(struct snp_msg_desc *mdesc) in __snp_get_msg_seqno()
2057 static u64 snp_get_msg_seqno(struct snp_msg_desc *mdesc) in snp_get_msg_seqno()
2077 static void snp_inc_msg_seqno(struct snp_msg_desc *mdesc) in snp_inc_msg_seqno()
2086 static int verify_and_dec_payload(struct snp_msg_desc *mdesc, struct snp_guest_req *req) in verify_and_dec_payload()
2127 static int enc_payload(struct snp_msg_desc *mdesc, u64 seqno, struct snp_guest_req *req) in enc_payload()
2162 static int __handle_guest_request(struct snp_msg_desc *mdesc, struct snp_guest_req *req) in __handle_guest_request()
2247 int snp_send_guest_request(struct snp_msg_desc *mdesc, struct snp_guest_req *req) in snp_send_guest_request()
2321 struct snp_msg_desc *mdesc; in snp_get_tsc_info() local