Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dvmx.h378 #define AR_UNUSABLE_MASK (1 << 16) macro
/arch/x86/kvm/
Dvmx.c3090 if ((ar & AR_UNUSABLE_MASK) && !emulate_invalid_guest_state) in vmx_get_segment()
3153 ar = AR_UNUSABLE_MASK; in vmx_segment_access_rights()