Searched refs:KVM_DIRTY_GFN_F_DIRTY (Results 1 – 5 of 5) sorted by relevance
96 gfn->flags = KVM_DIRTY_GFN_F_DIRTY; in kvm_dirty_gfn_set_dirtied()
307 return smp_load_acquire(&gfn->flags) == KVM_DIRTY_GFN_F_DIRTY; in dirty_gfn_is_dirtied()
2115 #define KVM_DIRTY_GFN_F_DIRTY _BITUL(0) macro
2122 #define KVM_DIRTY_GFN_F_DIRTY _BITUL(0) macro
8137 #define KVM_DIRTY_GFN_F_DIRTY BIT(0)