Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dsev-common.h115 #define VMGEXIT_PSC_MAX_ENTRY 64 macro
133 struct psc_entry entries[VMGEXIT_PSC_MAX_ENTRY];
/openbmc/linux/arch/x86/boot/compressed/
H A Dsev.c210 while (pa < pa_end && i < VMGEXIT_PSC_MAX_ENTRY) { in __snp_accept_memory()