Home
last modified time | relevance | path

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

/openbsd/sys/arch/amd64/include/
H A Dspecialreg.h1432 #define IA32_VMX_CR3_TGT_SIZE_MASK (0x1FFULL << 16) macro
/openbsd/sys/arch/amd64/amd64/
H A Didentcpu.c986 (uint32_t)(msr & IA32_VMX_CR3_TGT_SIZE_MASK) >> 16; in cpu_check_vmm_cap()