Home
last modified time | relevance | path

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

/external/strace/xlat/
Dkvm_cap.h83 #if defined(KVM_CAP_NOP_IO_DELAY) || (defined(HAVE_DECL_KVM_CAP_NOP_IO_DELAY) && HAVE_DECL_KVM_CAP_…
85 static_assert((KVM_CAP_NOP_IO_DELAY) == (12), "KVM_CAP_NOP_IO_DELAY != 12");
88 # define KVM_CAP_NOP_IO_DELAY 12
1085 [KVM_CAP_NOP_IO_DELAY] = XLAT(KVM_CAP_NOP_IO_DELAY),
Dkvm_cap.in13 KVM_CAP_NOP_IO_DELAY 12
/external/crosvm/kvm/src/
Dcap.rs22 NopIoDelay = KVM_CAP_NOP_IO_DELAY,
/external/kernel-headers/original/uapi/linux/
Dkvm.h881 #define KVM_CAP_NOP_IO_DELAY 12 macro
/external/crosvm/kvm_sys/src/aarch64/
Dbindings.rs470 pub const KVM_CAP_NOP_IO_DELAY: u32 = 12; constant
/external/crosvm/kvm_sys/src/x86/
Dbindings.rs412 pub const KVM_CAP_NOP_IO_DELAY: u32 = 12; constant