Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/hvf/
H A Dx86hvf.c52 vmx_seg->ar |= ((qseg->flags >> DESC_AVL_SHIFT) & 1) << 12; in hvf_set_segment()
67 (((vmx_seg->ar >> 12) & 1) << DESC_AVL_SHIFT) | in hvf_get_segment()
/openbmc/qemu/target/i386/
H A Dcpu.h95 #define DESC_AVL_SHIFT 20 macro
96 #define DESC_AVL_MASK (1 << DESC_AVL_SHIFT)