Home
last modified time | relevance | path

Searched refs:GHCB_SHARED_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dsvm.h503 #define GHCB_SHARED_BUF_SIZE 2032 macro
509 u8 shared_buffer[GHCB_SHARED_BUF_SIZE];
/openbmc/linux/arch/x86/kernel/
H A Dsev-shared.c1115 memcpy(ghcb->shared_buffer, desc, min_t(int, GHCB_SHARED_BUF_SIZE, sizeof(*desc))); in vmgexit_psc()