Home
last modified time | relevance | path

Searched refs:KVM_S390_CMMA_PEEK (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/tools/include/uapi/linux/
Dkvm.h159 #define KVM_S390_CMMA_PEEK (1 << 0) macro
/Linux-v4.19/include/uapi/linux/
Dkvm.h159 #define KVM_S390_CMMA_PEEK (1 << 0) macro
/Linux-v4.19/Documentation/virtual/kvm/
Dapi.txt3372 KVM_S390_CMMA_PEEK set.
3406 supported flag so far is KVM_S390_CMMA_PEEK.
3408 The default behaviour if KVM_S390_CMMA_PEEK is not set is:
3425 If KVM_S390_CMMA_PEEK is set:
3436 still remaining, or 0 if KVM_S390_CMMA_PEEK is set and migration mode is
3445 KVM_S390_CMMA_PEEK is not set but migration mode was not enabled, with
/Linux-v4.19/arch/s390/kvm/
Dkvm-s390.c1777 if (args->flags & ~KVM_S390_CMMA_PEEK) in kvm_s390_get_cmma_bits()
1780 peek = !!(args->flags & KVM_S390_CMMA_PEEK); in kvm_s390_get_cmma_bits()