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

/linux-4.4.14/tools/lib/traceevent/
H A Dplugin_kvm.c463 pevent_register_event_handler(pevent, -1, "kvmmmu", "kvm_mmu_get_page", PEVENT_PLUGIN_LOADER()
503 pevent_unregister_event_handler(pevent, -1, "kvmmmu", "kvm_mmu_get_page", PEVENT_PLUGIN_UNLOADER()
/linux-4.4.14/arch/x86/kvm/
H A Dmmutrace.h148 kvm_mmu_get_page,
H A Dpaging_tmpl.h589 sp = kvm_mmu_get_page(vcpu, table_gfn, addr, it.level-1, fetch()
619 sp = kvm_mmu_get_page(vcpu, direct_gfn, addr, it.level-1, fetch()
H A Dmmu.c1883 * kvm_mmu_get_page(), the only user of for_each_gfn_sp(), has skipped
2081 static struct kvm_mmu_page *kvm_mmu_get_page(struct kvm_vcpu *vcpu, kvm_mmu_get_page() function
2739 sp = kvm_mmu_get_page(vcpu, pseudo_gfn, iterator.addr, __direct_map()
3100 sp = kvm_mmu_get_page(vcpu, 0, 0, PT64_ROOT_LEVEL, mmu_alloc_direct_roots()
3112 sp = kvm_mmu_get_page(vcpu, i << (30 - PAGE_SHIFT), mmu_alloc_direct_roots()
3151 sp = kvm_mmu_get_page(vcpu, root_gfn, 0, PT64_ROOT_LEVEL, mmu_alloc_shadow_roots()
3185 sp = kvm_mmu_get_page(vcpu, root_gfn, i << 30, mmu_alloc_shadow_roots()

Completed in 109 milliseconds