Home
last modified time | relevance | path

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

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