Lines Matching +full:next +full:- +full:level +full:- +full:cache
5 * See the COPYING file in the top-level directory.
13 #include "qapi/qapi-types-common.h"
19 #include "io/channel-socket.h"
29 /* Dirty bitmap cache for the slot */
32 /* Cache of the address space ID */
34 /* Cache of the offset in ram address space */
41 QSIMPLEQ_ENTRY(KVMMemoryUpdate) next;
130 * unsigned, and real-world ioctl values like KVM_GET_XSAVE have
132 * result in sign-extension when they get converted back to the
134 * always treats the argument as an unsigned 32-bit int, so any
135 * possible sign-extension is deliberately ignored, but for
150 /* For "info mtree -f" to tell if an MR is registered in KVM */
156 uint64_t kvm_dirty_ring_bytes; /* Size of the per-vcpu dirty ring */