Home
last modified time | relevance | path

Searched refs:KVM_CAP_X86_DISABLE_EXITS (Results 1 – 3 of 3) sorted by relevance

/external/strace/xlat/
Dkvm_cap.h965 #if defined(KVM_CAP_X86_DISABLE_EXITS) || (defined(HAVE_DECL_KVM_CAP_X86_DISABLE_EXITS) && HAVE_DEC…
967 static_assert((KVM_CAP_X86_DISABLE_EXITS) == (143), "KVM_CAP_X86_DISABLE_EXITS != 143");
970 # define KVM_CAP_X86_DISABLE_EXITS 143
1211 [KVM_CAP_X86_DISABLE_EXITS] = XLAT(KVM_CAP_X86_DISABLE_EXITS),
Dkvm_cap.in139 KVM_CAP_X86_DISABLE_EXITS 143
/external/kernel-headers/original/uapi/linux/
Dkvm.h966 #define KVM_CAP_X86_DISABLE_EXITS 143 macro