Home
last modified time | relevance | path

Searched defs:HF_GUEST_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h2122 #define HF_GUEST_MASK (1 << 0) /* VCPU is in guest-mode */ macro
/openbmc/qemu/target/i386/
H A Dcpu.h194 #define HF_GUEST_MASK (1 << HF_GUEST_SHIFT) macro