Searched refs:KVM_DIRTY_GFN_F_RESET (Results 1 – 7 of 7) sorted by relevance
101 return smp_load_acquire(&gfn->flags) & KVM_DIRTY_GFN_F_RESET; in kvm_dirty_gfn_harvested()
312 smp_store_release(&gfn->flags, KVM_DIRTY_GFN_F_RESET); in dirty_gfn_set_collected()
1430 #define KVM_DIRTY_GFN_F_RESET _BITUL(1) macro
2116 #define KVM_DIRTY_GFN_F_RESET _BITUL(1) macro
2123 #define KVM_DIRTY_GFN_F_RESET _BITUL(1) macro
820 qatomic_store_release(&gfn->flags, KVM_DIRTY_GFN_F_RESET); in dirty_gfn_set_collected()
8138 #define KVM_DIRTY_GFN_F_RESET BIT(1)