Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dsev-common.h46 #define GHCB_CPUID_REQ_ECX 2 macro
/linux-6.1.9/arch/x86/kernel/
Dsev-shared.c273 ret = ret ? : __sev_cpuid_hv(leaf->fn, GHCB_CPUID_REQ_ECX, &leaf->ecx); in sev_cpuid_hv()