Searched refs:tramp_entry (Results 1 – 3 of 3) sorted by relevance
40 .tramp_entry = vmm_trampoline,
601 kvm_vmm_info->tramp_entry(host_ctx, guest_ctx); in vti_vcpu_run()1556 fdesc_offset = (unsigned long)vmm_info->tramp_entry - module_base; in kvm_relocate_vmm()1557 kvm_vmm_info->tramp_entry = (kvm_tramp_entry *)(KVM_VMM_BASE + in kvm_relocate_vmm()1559 func_offset = *(unsigned long *)vmm_info->tramp_entry - module_base; in kvm_relocate_vmm()
575 kvm_tramp_entry *tramp_entry; member