Home
last modified time | relevance | path

Searched refs:KVM_CAP_PPC_ALLOC_HTAB (Results 1 – 6 of 6) sorted by relevance

/external/strace/xlat/
Dkvm_cap.h524 #if defined(KVM_CAP_PPC_ALLOC_HTAB) || (defined(HAVE_DECL_KVM_CAP_PPC_ALLOC_HTAB) && HAVE_DECL_KVM_…
526 static_assert((KVM_CAP_PPC_ALLOC_HTAB) == (80), "KVM_CAP_PPC_ALLOC_HTAB != 80");
529 # define KVM_CAP_PPC_ALLOC_HTAB 80
1148 [KVM_CAP_PPC_ALLOC_HTAB] = XLAT(KVM_CAP_PPC_ALLOC_HTAB),
Dkvm_cap.in76 KVM_CAP_PPC_ALLOC_HTAB 80
/external/crosvm/kvm/src/
Dcap.rs94 PpcAllocHtab = KVM_CAP_PPC_ALLOC_HTAB,
/external/kernel-headers/original/uapi/linux/
Dkvm.h966 #define KVM_CAP_PPC_ALLOC_HTAB 80 macro
/external/crosvm/kvm_sys/src/aarch64/
Dbindings.rs525 pub const KVM_CAP_PPC_ALLOC_HTAB: u32 = 80; constant
/external/crosvm/kvm_sys/src/x86/
Dbindings.rs475 pub const KVM_CAP_PPC_ALLOC_HTAB: u32 = 80; constant