Home
last modified time | relevance | path

Searched refs:KVM_DIRTY_LOG_INITIALLY_SET (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/kvm/x86/
H A Ddirty_log_page_splitting_test.c256 KVM_DIRTY_LOG_INITIALLY_SET); in main()
/linux/arch/loongarch/include/asm/
H A Dkvm_host.h50 (KVM_DIRTY_LOG_MANUAL_PROTECT_ENABLE | KVM_DIRTY_LOG_INITIALLY_SET)
/linux/tools/testing/selftests/kvm/
H A Ddirty_log_perf_test.c271 " enabled on the memslot (i.e. KVM_DIRTY_LOG_INITIALLY_SET\n" in help()
319 KVM_DIRTY_LOG_INITIALLY_SET); in main()
H A Ddirty_log_test.c253 KVM_DIRTY_LOG_INITIALLY_SET); in clear_log_create_vm_done()
/linux/tools/include/uapi/linux/
H A Dkvm.h1494 #define KVM_DIRTY_LOG_INITIALLY_SET (1 << 1) macro