Searched refs:rmap_get_first (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/x86/kvm/
H A Dmmu.c1105 static u64 *rmap_get_first(unsigned long rmap, struct rmap_iterator *iter) rmap_get_first() function
1121 * Must be used with a valid iterator: e.g. after rmap_get_first().
1150 for (_spte_ = rmap_get_first(*_rmap_, _iter_); \
1365 while ((sptep = rmap_get_first(*rmapp, &iter))) { kvm_zap_rmapp()
2283 while ((sptep = rmap_get_first(sp->parent_ptes, &iter))) kvm_mmu_unlink_parents()

Completed in 62 milliseconds