Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H A Dmmu.c1005 static u64 *rmap_get_first(struct kvm_rmap_head *rmap_head, in rmap_get_first() function
1028 * Must be used with a valid iterator: e.g. after rmap_get_first().
1061 for (_spte_ = rmap_get_first(_rmap_head_, _iter_); \
1321 while ((sptep = rmap_get_first(rmap_head, &iter))) { in kvm_zap_rmapp()
2268 while ((sptep = rmap_get_first(&sp->parent_ptes, &iter))) in kvm_mmu_unlink_parents()
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H A Dmmu.c1130 static u64 *rmap_get_first(struct kvm_rmap_head *rmap_head, in rmap_get_first() function
1153 * Must be used with a valid iterator: e.g. after rmap_get_first().
1186 for (_spte_ = rmap_get_first(_rmap_head_, _iter_); \
2535 while ((sptep = rmap_get_first(&sp->parent_ptes, &iter))) in kvm_mmu_unlink_parents()

Completed in 19 milliseconds