Searched refs:shared_buffer (Results 1 – 3 of 3) sorted by relevance
63 static void *shared_buffer; variable 64 /* mutex to synchronize shared_buffer access */431 blk->buffer = shared_buffer; in vdpasim_blk_dev_add() 489 shared_buffer = kvzalloc(VDPASIM_BLK_CAPACITY << SECTOR_SHIFT, in vdpasim_blk_init() 491 if (!shared_buffer) { in vdpasim_blk_init() 508 kvfree(shared_buffer); in vdpasim_blk_init()
262 data = (struct snp_psc_desc *)ghcb->shared_buffer; in vmgexit_psc() 263 memcpy(ghcb->shared_buffer, desc, min_t(int, GHCB_SHARED_BUF_SIZE, sizeof(*desc))); in vmgexit_psc()
3607 offsetof(struct ghcb, shared_buffer); in sev_free_vcpu()