Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/hvf/
H A Dx86hvf.c49 vmx_seg->ar |= ((qseg->flags >> DESC_G_SHIFT) & 1) << 15; in hvf_set_segment()
70 (((vmx_seg->ar >> 15) & 1) << DESC_G_SHIFT); in hvf_get_segment()
/openbmc/qemu/target/i386/
H A Dcpu.h89 #define DESC_G_SHIFT 23 macro
90 #define DESC_G_MASK (1 << DESC_G_SHIFT)