Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dsvm.h505 #define GHCB_SHARED_BUF_SIZE 2032 macro
511 u8 shared_buffer[GHCB_SHARED_BUF_SIZE];
/linux-6.15/arch/x86/coco/sev/
H A Dshared.c1510 memcpy(ghcb->shared_buffer, desc, min_t(int, GHCB_SHARED_BUF_SIZE, sizeof(*desc))); in vmgexit_psc()