share_obj
struct share_obj __iomem *recv_buf;
struct share_obj __iomem *send_buf;
struct share_obj __iomem *send_obj = vpu->send_buf;
struct share_obj __iomem *rcv_obj = vpu->recv_buf;
memset_io(vpu->recv_buf, 0, sizeof(struct share_obj));
memset_io(vpu->send_buf, 0, sizeof(struct share_obj));