Searched refs:KVM_DIRTY_GFN_F_DIRTY (Results 1 – 5 of 5) sorted by relevance
99 gfn->flags = KVM_DIRTY_GFN_F_DIRTY; in kvm_dirty_gfn_set_dirtied()
328 return smp_load_acquire(&gfn->flags) == KVM_DIRTY_GFN_F_DIRTY; in dirty_gfn_is_dirtied()
1446 #define KVM_DIRTY_GFN_F_DIRTY _BITUL(0) macro
8288 #define KVM_DIRTY_GFN_F_DIRTY BIT(0)