Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dkvm_para.h50 #define KVM_STEAL_RESERVED_MASK (((1 << KVM_STEAL_ALIGNMENT_BITS) - 1 ) << 1) macro
/linux-3.4.99/arch/x86/kvm/
Dx86.c1625 if (data & KVM_STEAL_RESERVED_MASK) in kvm_set_msr_common()