Home
last modified time | relevance | path

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

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