Searched refs:KVM_DIRTY_GFN_F_DIRTY (Results 1 – 2 of 2) sorted by relevance
1468 #define KVM_DIRTY_GFN_F_DIRTY _BITUL(0) macro
851 return qatomic_load_acquire(&gfn->flags) == KVM_DIRTY_GFN_F_DIRTY; in dirty_gfn_is_dirtied()