Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/uapi/asm/
H A Dkvm_para.h85 #define KVM_STEAL_RESERVED_MASK (((1 << KVM_STEAL_ALIGNMENT_BITS) - 1 ) << 1) macro
/openbmc/qemu/include/standard-headers/asm-x86/
H A Dkvm_para.h85 #define KVM_STEAL_RESERVED_MASK (((1 << KVM_STEAL_ALIGNMENT_BITS) - 1 ) << 1) macro
/openbmc/linux/tools/testing/selftests/kvm/
H A Dsteal_time.c75 (ulong)st_gva[i] | KVM_STEAL_RESERVED_MASK); in steal_time_init()
/openbmc/linux/arch/x86/kvm/
H A Dx86.c3865 if (data & KVM_STEAL_RESERVED_MASK) in kvm_set_msr_common()