Lines Matching defs:mdesc
2800 int snp_msg_init(struct snp_msg_desc *mdesc, int vmpck_id) in snp_msg_init()
2830 struct snp_msg_desc *mdesc; in snp_msg_alloc() local
2867 void snp_msg_free(struct snp_msg_desc *mdesc) in snp_msg_free()
2902 static void snp_disable_vmpck(struct snp_msg_desc *mdesc) in snp_disable_vmpck()
2910 static inline u64 __snp_get_msg_seqno(struct snp_msg_desc *mdesc) in __snp_get_msg_seqno()
2923 static u64 snp_get_msg_seqno(struct snp_msg_desc *mdesc) in snp_get_msg_seqno()
2943 static void snp_inc_msg_seqno(struct snp_msg_desc *mdesc) in snp_inc_msg_seqno()
2952 static int verify_and_dec_payload(struct snp_msg_desc *mdesc, struct snp_guest_req *req) in verify_and_dec_payload()
2993 static int enc_payload(struct snp_msg_desc *mdesc, u64 seqno, struct snp_guest_req *req) in enc_payload()
3028 static int __handle_guest_request(struct snp_msg_desc *mdesc, struct snp_guest_req *req, in __handle_guest_request()
3114 int snp_send_guest_request(struct snp_msg_desc *mdesc, struct snp_guest_req *req, in snp_send_guest_request()
3181 struct snp_msg_desc *mdesc; in snp_get_tsc_info() local