Home
last modified time | relevance | path

Searched refs:KVM_DIRTY_GFN_F_DIRTY (Results 1 – 2 of 2) sorted by relevance

/tools/testing/selftests/kvm/
Ddirty_log_test.c307 return smp_load_acquire(&gfn->flags) == KVM_DIRTY_GFN_F_DIRTY; in dirty_gfn_is_dirtied()
/tools/include/uapi/linux/
Dkvm.h2115 #define KVM_DIRTY_GFN_F_DIRTY _BITUL(0) macro