Searched refs:kvm_s390_cmma_log (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/tools/testing/selftests/kvm/s390x/ |
| D | cmma_test.c | 215 struct kvm_s390_cmma_log args; in vm_get_cmma_bits() 220 args = (struct kvm_s390_cmma_log){ in vm_get_cmma_bits() 383 struct kvm_s390_cmma_log args; in assert_all_slots_cmma_dirty() 389 args = (struct kvm_s390_cmma_log){ in assert_all_slots_cmma_dirty() 402 args = (struct kvm_s390_cmma_log){ in assert_all_slots_cmma_dirty() 415 args = (struct kvm_s390_cmma_log){ in assert_all_slots_cmma_dirty() 433 struct kvm_s390_cmma_log args; in assert_no_pages_cmma_dirty() 436 args = (struct kvm_s390_cmma_log){ in assert_no_pages_cmma_dirty() 480 struct kvm_s390_cmma_log *res_out) in query_cmma_range() 482 *res_out = (struct kvm_s390_cmma_log){ in query_cmma_range() [all …]
|
| /Linux-v6.6/tools/include/uapi/linux/ |
| D | kvm.h | 170 struct kvm_s390_cmma_log { struct 1653 #define KVM_S390_GET_CMMA_BITS _IOWR(KVMIO, 0xb8, struct kvm_s390_cmma_log) 1654 #define KVM_S390_SET_CMMA_BITS _IOW(KVMIO, 0xb9, struct kvm_s390_cmma_log)
|
| /Linux-v6.6/include/uapi/linux/ |
| D | kvm.h | 170 struct kvm_s390_cmma_log { struct 1660 #define KVM_S390_GET_CMMA_BITS _IOWR(KVMIO, 0xb8, struct kvm_s390_cmma_log) 1661 #define KVM_S390_SET_CMMA_BITS _IOW(KVMIO, 0xb9, struct kvm_s390_cmma_log)
|
| /Linux-v6.6/arch/s390/kvm/ |
| D | kvm-s390.c | 2185 static int kvm_s390_peek_cmma(struct kvm *kvm, struct kvm_s390_cmma_log *args, in kvm_s390_peek_cmma() 2242 static int kvm_s390_get_cmma(struct kvm *kvm, struct kvm_s390_cmma_log *args, in kvm_s390_get_cmma() 2302 struct kvm_s390_cmma_log *args) in kvm_s390_get_cmma_bits() 2360 const struct kvm_s390_cmma_log *args) in kvm_s390_set_cmma_bits() 3047 struct kvm_s390_cmma_log args; in kvm_arch_vm_ioctl() 3063 struct kvm_s390_cmma_log args; in kvm_arch_vm_ioctl()
|
| /Linux-v6.6/Documentation/virt/kvm/ |
| D | api.rst | 4481 :Parameters: struct kvm_s390_cmma_log (in, out) 4504 The ioctl takes parameters via the kvm_s390_cmma_log struct. The desired 4506 member in the kvm_s390_cmma_log struct. The values in the input struct are 4513 struct kvm_s390_cmma_log { 4582 :Parameters: struct kvm_s390_cmma_log (in) 4593 struct kvm_s390_cmma_log {
|