Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dsev-common.h32 #define GHCB_MSR_PROTO_MAX(v) (((v) >> 48) & 0xffff) macro
/linux/arch/x86/hyperv/
H A Divm.c174 if (GHCB_MSR_PROTO_MAX(val) < GHCB_PROTOCOL_MIN || in hv_ghcb_negotiate_protocol()
178 hv_ghcb_version = min_t(size_t, GHCB_MSR_PROTO_MAX(val), in hv_ghcb_negotiate_protocol()