Searched refs:snp_msg_desc (Results 1 – 2 of 2) sorted by relevance
305 struct snp_msg_desc { struct527 int snp_msg_init(struct snp_msg_desc *mdesc, int vmpck_id);528 struct snp_msg_desc *snp_msg_alloc(void);529 void snp_msg_free(struct snp_msg_desc *mdesc);530 int snp_send_guest_request(struct snp_msg_desc *mdesc, struct snp_guest_req *req);600 static inline int snp_msg_init(struct snp_msg_desc *mdesc, int vmpck_id) { return -1; } in snp_msg_init()601 static inline struct snp_msg_desc *snp_msg_alloc(void) { return NULL; } in snp_msg_alloc()602 static inline void snp_msg_free(struct snp_msg_desc *mdesc) { } in snp_msg_free()603 static inline int snp_send_guest_request(struct snp_msg_desc *mdesc, in snp_send_guest_request()
1730 int snp_msg_init(struct snp_msg_desc *mdesc, int vmpck_id) in snp_msg_init()1758 struct snp_msg_desc *snp_msg_alloc(void) in snp_msg_alloc()1760 struct snp_msg_desc *mdesc; in snp_msg_alloc()1765 mdesc = kzalloc(sizeof(struct snp_msg_desc), GFP_KERNEL); in snp_msg_alloc()1797 void snp_msg_free(struct snp_msg_desc *mdesc) in snp_msg_free()1832 static void snp_disable_vmpck(struct snp_msg_desc *mdesc) in snp_disable_vmpck()1840 static inline u64 __snp_get_msg_seqno(struct snp_msg_desc *mdesc) in __snp_get_msg_seqno()1853 static u64 snp_get_msg_seqno(struct snp_msg_desc *mdesc) in snp_get_msg_seqno()1873 static void snp_inc_msg_seqno(struct snp_msg_desc *mdesc) in snp_inc_msg_seqno()2043 int snp_send_guest_request(struct snp_msg_desc *mdesc, struct snp_guest_req *req) in snp_send_guest_request()[all …]
Completed in 10 milliseconds