GHCB_SHARED_BUF_SIZE
memcpy(ghcb->shared_buffer, desc, min_t(int, GHCB_SHARED_BUF_SIZE, sizeof(*desc)));
u8 shared_buffer[GHCB_SHARED_BUF_SIZE];