Searched refs:KVM_DIRTY_GFN_F_DIRTY (Results 1 – 2 of 2) sorted by relevance
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